Home
last modified time | relevance | path

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

/linux/drivers/spi/
H A Dspi-nxp-fspi.c630 int lutidx = 1, i; in nxp_fspi_prepare_lut() local
638 lutval[lutidx / 2] |= LUT_DEF(lutidx, LUT_CMD_DDR, in nxp_fspi_prepare_lut()
641 lutidx++; in nxp_fspi_prepare_lut()
649 lutval[lutidx / 2] |= LUT_DEF(lutidx, op->addr.dtr ? LUT_ADDR_DDR : LUT_ADDR, in nxp_fspi_prepare_lut()
652 lutidx++; in nxp_fspi_prepare_lut()
657 lutval[lutidx / 2] |= LUT_DEF(lutidx, op->dummy.dtr ? LUT_DUMMY_DDR : LUT_DUMMY, in nxp_fspi_prepare_lut()
665 lutidx++; in nxp_fspi_prepare_lut()
670 lutval[lutidx / 2] |= LUT_DEF(lutidx, in nxp_fspi_prepare_lut()
676 lutidx++; in nxp_fspi_prepare_lut()
680 lutval[lutidx / 2] |= LUT_DEF(lutidx, LUT_STOP, 0, 0); in nxp_fspi_prepare_lut()