Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ti/wlcore/
Dspi.c216 u32 *busy_buf; in wl12xx_spi_read_busy() local
225 busy_buf = wl->buffer_busyword; in wl12xx_spi_read_busy()
230 t[0].rx_buf = busy_buf; in wl12xx_spi_read_busy()
236 if (*busy_buf & 0x1) in wl12xx_spi_read_busy()
252 u32 *busy_buf; in wl12xx_spi_raw_read() local
260 busy_buf = wl->buffer_busyword; in wl12xx_spi_raw_read()
280 t[1].rx_buf = busy_buf; in wl12xx_spi_raw_read()
287 if (!(busy_buf[WL1271_BUSY_WORD_CNT - 1] & 0x1) && in wl12xx_spi_raw_read()
/Linux-v4.19/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()