Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/wpi/
H A Dwpi.c1004 if (WPI_READ(sc, WPI_RX_STATUS) & WPI_RX_IDLE) in wpi_reset_rx_ring()
1123 if (WPI_READ(sc, WPI_TX_STATUS) & WPI_TX_IDLE(ring->qid)) in wpi_reset_tx_ring()
1466 tmp = WPI_READ(sc, WPI_GPIO_CTL); in wpi_mem_lock()
1471 if ((WPI_READ(sc, WPI_GPIO_CTL) & in wpi_mem_lock()
1486 uint32_t tmp = WPI_READ(sc, WPI_GPIO_CTL); in wpi_mem_unlock()
1494 return (WPI_READ(sc, WPI_READ_MEM_DATA)); in wpi_mem_read()
1526 if ((val = WPI_READ(sc, WPI_EEPROM_CTL)) & WPI_EEPROM_READY) in wpi_read_prom_word()
1636 if (WPI_READ(sc, WPI_TX_STATUS) & WPI_TX_IDLE(6)) in wpi_load_firmware()
1954 r = WPI_READ(sc, WPI_INTR);
1962 rfh = WPI_READ(sc, WPI_INTR_STATUS);
[all …]
H A Dwpireg.h633 #define WPI_READ(sc, reg) \ macro