Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
SPI_SH_TBF
drivers/spi/spi-sh.c
168
!(spi_sh_read(ss, SPI_SH_CR1) & SPI_SH_TBF);
drivers/spi/spi-sh.c
365
if (cr1 & SPI_SH_TBF)
drivers/spi/spi-sh.c
366
ss->cr1 |= SPI_SH_TBF;