Home
last modified time | relevance | path

Searched refs:LUT_PAD (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-fsl-qspi.c157 * so you should use LUT_PAD(4).
159 #define LUT_PAD(x) (fls(x) - 1) macro
423 lutval[0] |= LUT_DEF(0, LUT_CMD, LUT_PAD(op->cmd.buswidth), in fsl_qspi_prepare_lut()
435 LUT_PAD(op->addr.buswidth), in fsl_qspi_prepare_lut()
442 LUT_PAD(op->dummy.buswidth), in fsl_qspi_prepare_lut()
452 LUT_PAD(op->data.buswidth), in fsl_qspi_prepare_lut()
H A Dspi-nxp-fspi.c288 * so you should use LUT_PAD(8). This macro
291 #define LUT_PAD(x) (fls(x) - 1) macro
511 lutval[0] |= LUT_DEF(0, LUT_CMD, LUT_PAD(op->cmd.buswidth), in nxp_fspi_prepare_lut()
517 LUT_PAD(op->addr.buswidth), in nxp_fspi_prepare_lut()
529 LUT_PAD(op->data.buswidth), in nxp_fspi_prepare_lut()
540 LUT_PAD(op->data.buswidth), in nxp_fspi_prepare_lut()
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-fsl-qspi.c156 * so you should use LUT_PAD(4).
158 #define LUT_PAD(x) (fls(x) - 1) macro
422 lutval[0] |= LUT_DEF(0, LUT_CMD, LUT_PAD(op->cmd.buswidth), in fsl_qspi_prepare_lut()
434 LUT_PAD(op->addr.buswidth), in fsl_qspi_prepare_lut()
441 LUT_PAD(op->dummy.buswidth), in fsl_qspi_prepare_lut()
451 LUT_PAD(op->data.buswidth), in fsl_qspi_prepare_lut()
H A Dspi-nxp-fspi.c307 * so you should use LUT_PAD(8). This macro
310 #define LUT_PAD(x) (fls(x) - 1) macro
549 lutval[0] |= LUT_DEF(0, LUT_CMD, LUT_PAD(op->cmd.buswidth), in nxp_fspi_prepare_lut()
555 LUT_PAD(op->addr.buswidth), in nxp_fspi_prepare_lut()
567 LUT_PAD(op->data.buswidth), in nxp_fspi_prepare_lut()
578 LUT_PAD(op->data.buswidth), in nxp_fspi_prepare_lut()

Completed in 7 milliseconds