Searched refs:WPI_READ (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/wpi/ |
H A D | wpi.c | 1006 if (WPI_READ(sc, WPI_RX_STATUS) & WPI_RX_IDLE) in wpi_reset_rx_ring() 1125 if (WPI_READ(sc, WPI_TX_STATUS) & WPI_TX_IDLE(ring->qid)) in wpi_reset_tx_ring() 1468 tmp = WPI_READ(sc, WPI_GPIO_CTL); in wpi_mem_lock() 1473 if ((WPI_READ(sc, WPI_GPIO_CTL) & in wpi_mem_lock() 1488 uint32_t tmp = WPI_READ(sc, WPI_GPIO_CTL); in wpi_mem_unlock() 1496 return (WPI_READ(sc, WPI_READ_MEM_DATA)); in wpi_mem_read() 1528 if ((val = WPI_READ(sc, WPI_EEPROM_CTL)) & WPI_EEPROM_READY) in wpi_read_prom_word() 1638 if (WPI_READ(sc, WPI_TX_STATUS) & WPI_TX_IDLE(6)) in wpi_load_firmware() 1956 r = WPI_READ(sc, WPI_INTR); 1964 rfh = WPI_READ(sc, WPI_INTR_STATUS); [all …]
|
H A D | wpireg.h | 633 #define WPI_READ(sc, reg) \ macro
|