Home
last modified time | relevance | path

Searched refs:CSR_PORT (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/iprb/
H A Diprb.c293 PUT32(ip, CSR_PORT, PORT_SEL_RESET); in iprb_attach()
295 PUT32(ip, CSR_PORT, PORT_SW_RESET); in iprb_attach()
935 PUT32(ip, CSR_PORT, PORT_SEL_RESET); in iprb_stop()
936 (void) GET32(ip, CSR_PORT); in iprb_stop()
952 PUT32(ip, CSR_PORT, PORT_SEL_RESET); in iprb_start()
953 (void) GET32(ip, CSR_PORT); in iprb_start()
956 PUT32(ip, CSR_PORT, PORT_SW_RESET); in iprb_start()
957 (void) GET32(ip, CSR_PORT); in iprb_start()
1709 PUT32(ip, CSR_PORT, PORT_SEL_RESET); in iprb_quiesce()
1711 PUT32(ip, CSR_PORT, PORT_SW_RESET); in iprb_quiesce()
H A Diprb.h152 #define CSR_PORT 0x08 macro