Home
last modified time | relevance | path

Searched refs:LUT_PAD (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/spi/
A Dspi-fsl-qspi.c159 #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()
A Dspi-nxp-fspi.c295 #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()

Completed in 8 milliseconds