Searched refs:WPI_READ (Results 1 – 2 of 2) sorted by relevance
/netbsd/sys/dev/pci/ |
H A D | if_wpi.c | 1057 tmp = WPI_READ(sc, WPI_GPIO_CTL); in wpi_mem_lock() 1062 if ((WPI_READ(sc, WPI_GPIO_CTL) & in wpi_mem_lock() 1821 r = WPI_READ(sc, WPI_INTR); in wpi_intr() 1841 r = WPI_READ(sc, WPI_INTR); in wpi_softintr() 3080 tmp = WPI_READ(sc, WPI_RESET); in wpi_stop_master() 3083 tmp = WPI_READ(sc, WPI_GPIO_CTL); in wpi_stop_master() 3130 tmp = WPI_READ(sc, WPI_PLL_CTL); in wpi_reset() 3133 tmp = WPI_READ(sc, WPI_CHICKEN); in wpi_reset() 3136 tmp = WPI_READ(sc, WPI_GPIO_CTL); in wpi_reset() 3168 hw = WPI_READ(sc, WPI_HWCONFIG); in wpi_hw_config() [all …]
|
H A D | if_wpireg.h | 721 #define WPI_READ(sc, reg) \ macro
|