Searched refs:LUT_PAD (Results 1 – 2 of 2) sorted by relevance
/drivers/spi/ |
D | spi-fsl-qspi.c | 154 #define LUT_PAD(x) (fls(x) - 1) macro 411 lutval[0] |= LUT_DEF(0, LUT_CMD, LUT_PAD(op->cmd.buswidth), in fsl_qspi_prepare_lut() 423 LUT_PAD(op->addr.buswidth), in fsl_qspi_prepare_lut() 430 LUT_PAD(op->dummy.buswidth), in fsl_qspi_prepare_lut() 440 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()
|