Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
LUT_PAD
drivers/spi/spi-fsl-qspi.c
159
#define LUT_PAD(x) (fls(x) - 1)
drivers/spi/spi-nxp-fspi.c
305
#define LUT_PAD(x) (fls(x) - 1)
drivers/spi/spi-nxp-xspi.c
286
#define LUT_PAD(x) (fls(x) - 1)