Searched refs:LUT_PAD (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.15/drivers/spi/ |
D | spi-fsl-qspi.c | 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()
|
D | spi-nxp-fspi.c | 295 #define LUT_PAD(x) (fls(x) - 1) macro 534 lutval[0] |= LUT_DEF(0, LUT_CMD, LUT_PAD(op->cmd.buswidth), in nxp_fspi_prepare_lut() 540 LUT_PAD(op->addr.buswidth), in nxp_fspi_prepare_lut() 552 LUT_PAD(op->data.buswidth), in nxp_fspi_prepare_lut() 563 LUT_PAD(op->data.buswidth), in nxp_fspi_prepare_lut()
|