Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/wpi/
Dif_wpi.c1030 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 …]
Dif_wpireg.h729 #define WPI_READ(sc, reg) \ macro