Searched refs:LUT_PAD (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/spi/ |
| D | spi-fsl-qspi.c | 149 #define LUT_PAD(x) (fls(x) - 1) macro 393 lutval[0] |= LUT_DEF(0, LUT_CMD, LUT_PAD(op->cmd.buswidth), in fsl_qspi_prepare_lut() 405 LUT_PAD(op->addr.buswidth), in fsl_qspi_prepare_lut() 412 LUT_PAD(op->dummy.buswidth), in fsl_qspi_prepare_lut() 422 LUT_PAD(op->data.buswidth), in fsl_qspi_prepare_lut()
|
| D | spi-nxp-fspi.c | 289 #define LUT_PAD(x) (fls(x) - 1) macro 490 lutval[0] |= LUT_DEF(0, LUT_CMD, LUT_PAD(op->cmd.buswidth), in nxp_fspi_prepare_lut() 496 LUT_PAD(op->addr.buswidth), in nxp_fspi_prepare_lut() 508 LUT_PAD(op->data.buswidth), in nxp_fspi_prepare_lut() 519 LUT_PAD(op->data.buswidth), in nxp_fspi_prepare_lut()
|