Lines Matching full:lut
14 * FlexSPI controller is driven by the LUT(Look-up Table) registers
15 * LUT registers are a look-up-table for sequences of instructions.
16 * A valid sequence consists of four LUT registers.
17 * Maximum 32 LUT sequences can be programmed simultaneously.
20 * from the spi-mem framework, thus using single LUT index.
267 /* Instruction set for the LUT register. */
298 * Calculate number of required PAD bits for LUT register.
308 * Macro for constructing the LUT entries with the following
319 /* Macros for constructing the LUT register. */
599 /* unlock LUT */ in nxp_fspi_prepare_lut()
603 /* fill LUT */ in nxp_fspi_prepare_lut()
612 /* lock LUT */ in nxp_fspi_prepare_lut()
907 * the LUT at each exec_op() call. And also specify the DATA in nxp_fspi_do_op()
908 * length, since it's has not been specified in the LUT. in nxp_fspi_do_op()
916 /* Trigger the LUT now. */ in nxp_fspi_do_op()
1119 * The driver only uses one single LUT entry, that is updated on in nxp_fspi_default_setup()
1124 /* AHB Read - Set lut sequence ID for all CS. */ in nxp_fspi_default_setup()