Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ti/wlcore/
Dspi.c174 u32 *busy_buf; in wl12xx_spi_read_busy() local
183 busy_buf = wl->buffer_busyword; in wl12xx_spi_read_busy()
188 t[0].rx_buf = busy_buf; in wl12xx_spi_read_busy()
194 if (*busy_buf & 0x1) in wl12xx_spi_read_busy()
210 u32 *busy_buf; in wl12xx_spi_raw_read() local
218 busy_buf = wl->buffer_busyword; in wl12xx_spi_raw_read()
238 t[1].rx_buf = busy_buf; in wl12xx_spi_raw_read()
245 if (!(busy_buf[WL1271_BUSY_WORD_CNT - 1] & 0x1) && in wl12xx_spi_raw_read()
/linux-4.4.14/drivers/net/wireless/ti/wl1251/
Dspi.c148 u8 *busy_buf; in wl1251_spi_read() local
152 busy_buf = wl->buffer_busyword; in wl1251_spi_read()
167 t[1].rx_buf = busy_buf; in wl1251_spi_read()