Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ti/wlcore/
H A Dspi.c201 u32 *busy_buf; in wl12xx_spi_read_busy() local
210 busy_buf = wl->buffer_busyword; in wl12xx_spi_read_busy()
215 t[0].rx_buf = busy_buf; in wl12xx_spi_read_busy()
221 if (*busy_buf & 0x1) in wl12xx_spi_read_busy()
237 u32 *busy_buf; in wl12xx_spi_raw_read() local
245 busy_buf = wl->buffer_busyword; in wl12xx_spi_raw_read()
265 t[1].rx_buf = busy_buf; in wl12xx_spi_raw_read()
272 if (!(busy_buf[WL1271_BUSY_WORD_CNT - 1] & 0x1) && in wl12xx_spi_raw_read()
/openbmc/linux/drivers/net/wireless/ti/wl1251/
H A Dspi.c136 u8 *busy_buf; in wl1251_spi_read() local
140 busy_buf = wl->buffer_busyword; in wl1251_spi_read()
155 t[1].rx_buf = busy_buf; in wl1251_spi_read()