Searched refs:LUT_PAD (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/spi/ |
H A D | spi-fsl-qspi.c | 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 D | spi-nxp-fspi.c | 300 #define LUT_PAD(x) (fls(x) - 1) macro 555 lutval[0] |= LUT_DEF(0, LUT_CMD, LUT_PAD(op->cmd.buswidth), in nxp_fspi_prepare_lut() 561 LUT_PAD(op->addr.buswidth), in nxp_fspi_prepare_lut() 573 LUT_PAD(op->data.buswidth), in nxp_fspi_prepare_lut() 584 LUT_PAD(op->data.buswidth), in nxp_fspi_prepare_lut()
|