Home
last modified time | relevance | path

Searched defs:ndf_set_tm_par_cmd (Results 1 – 1 of 1) sorted by relevance

/u-boot-v2022.01-rc1/drivers/mtd/nand/raw/
A Docteontx_nand.c155 struct ndf_set_tm_par_cmd { struct
156 u64 opcode:4;
157 u64 tim_mult:4; /* multiplier for the seven parameters */
158 u64 tm_par1:8; /* --> Following are the 7 timing parameters that */
159 u64 tm_par2:8; /* specify the number of coprocessor cycles. */
160 u64 tm_par3:8; /* A value of zero means one cycle. */
161 u64 tm_par4:8; /* All values are scaled by tim_mult */
162 u64 tm_par5:8; /* using tim_par * (2 ^ tim_mult). */
163 u64 tm_par6:8;
164 u64 tm_par7:8;

Completed in 13 milliseconds