Home
last modified time | relevance | path

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

/drivers/net/wireless/ti/wlcore/
Dspi.c202 u32 *busy_buf; in wl12xx_spi_read_busy() local
211 busy_buf = wl->buffer_busyword; in wl12xx_spi_read_busy()
216 t[0].rx_buf = busy_buf; in wl12xx_spi_read_busy()
222 if (*busy_buf & 0x1) in wl12xx_spi_read_busy()
238 u32 *busy_buf; in wl12xx_spi_raw_read() local
246 busy_buf = wl->buffer_busyword; in wl12xx_spi_raw_read()
266 t[1].rx_buf = busy_buf; in wl12xx_spi_raw_read()
273 if (!(busy_buf[WL1271_BUSY_WORD_CNT - 1] & 0x1) && in wl12xx_spi_raw_read()
/drivers/net/wireless/ti/wl1251/
Dspi.c134 u8 *busy_buf; in wl1251_spi_read() local
138 busy_buf = wl->buffer_busyword; in wl1251_spi_read()
153 t[1].rx_buf = busy_buf; in wl1251_spi_read()