Searched refs:WPI_READ (Results 1 – 2 of 2) sorted by relevance
| /freebsd-10-stable/sys/dev/wpi/ |
| D | if_wpi.c | 1030 if (WPI_READ(sc, WPI_RX_STATUS) & WPI_RX_IDLE) in wpi_reset_rx_ring() 1148 if (WPI_READ(sc, WPI_TX_STATUS) & WPI_TX_IDLE(ring->qid)) in wpi_reset_tx_ring() 1307 tmp = WPI_READ(sc, WPI_GPIO_CTL); in wpi_mem_lock() 1312 if ((WPI_READ(sc, WPI_GPIO_CTL) & in wpi_mem_lock() 1327 uint32_t tmp = WPI_READ(sc, WPI_GPIO_CTL); in wpi_mem_unlock() 1335 return WPI_READ(sc, WPI_READ_MEM_DATA); in wpi_mem_read() 1371 if ((val = WPI_READ(sc, WPI_EEPROM_CTL)) & WPI_EEPROM_READY) in wpi_read_prom_data() 1420 uint32_t status = WPI_READ(sc, WPI_TX_STATUS); in wpi_load_microcode() 1782 r = WPI_READ(sc, WPI_INTR); in wpi_intr() 2887 tmp = WPI_READ(sc, WPI_RESET); in wpi_stop_master() [all …]
|
| D | if_wpireg.h | 729 #define WPI_READ(sc, reg) \ macro
|