Searched refs:LUT_PAD (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/spi/ |
| H A D | spi-nxp-fspi.c | 305 #define LUT_PAD(x) (fls(x) - 1) macro 636 lutval[0] |= LUT_DEF(0, LUT_CMD_DDR, LUT_PAD(op->cmd.buswidth), in nxp_fspi_prepare_lut() 639 LUT_PAD(op->cmd.buswidth), in nxp_fspi_prepare_lut() 643 lutval[0] |= LUT_DEF(0, LUT_CMD, LUT_PAD(op->cmd.buswidth), in nxp_fspi_prepare_lut() 650 LUT_PAD(op->addr.buswidth), in nxp_fspi_prepare_lut() 662 LUT_PAD(op->data.buswidth), in nxp_fspi_prepare_lut() 674 LUT_PAD(op->data.buswidth), in nxp_fspi_prepare_lut()
|