Lines Matching refs:uint
90 static uint access_delay = CONFIG_NANDSIM_ACCESS_DELAY;
91 static uint programm_delay = CONFIG_NANDSIM_PROGRAMM_DELAY;
92 static uint erase_delay = CONFIG_NANDSIM_ERASE_DELAY;
93 static uint output_cycle = CONFIG_NANDSIM_OUTPUT_CYCLE;
94 static uint input_cycle = CONFIG_NANDSIM_INPUT_CYCLE;
95 static uint bus_width = CONFIG_NANDSIM_BUS_WIDTH;
96 static uint do_delays = CONFIG_NANDSIM_DO_DELAYS;
97 static uint log = CONFIG_NANDSIM_LOG;
98 static uint dbg = CONFIG_NANDSIM_DBG;
123 module_param(access_delay, uint, 0400);
124 module_param(programm_delay, uint, 0400);
125 module_param(erase_delay, uint, 0400);
126 module_param(output_cycle, uint, 0400);
127 module_param(input_cycle, uint, 0400);
128 module_param(bus_width, uint, 0400);
129 module_param(do_delays, uint, 0400);
130 module_param(log, uint, 0400);
131 module_param(dbg, uint, 0400);
136 module_param(bitflips, uint, 0400);
138 module_param(overridesize, uint, 0400);
140 module_param(bbt, uint, 0400);
141 module_param(bch, uint, 0400);
309 uint busw; /* flash chip bus width (8 or 16) */
333 uint pgsz; /* NAND flash page size, bytes */
334 uint oobsz; /* page OOB area size, bytes */
336 uint pgszoob; /* page size including OOB , bytes*/
337 uint secszoob; /* sector size including OOB, bytes */
338 uint pgnum; /* total number of pages */
339 uint pgsec; /* number of pages per sector */
340 uint secshift; /* bits number in sector size */
341 uint pgshift; /* bits number in page size */
342 uint pgaddrbytes; /* bytes per page address */
343 uint secaddrbytes; /* bytes per sector address */
344 uint idbytes; /* the number ID bytes that this chip outputs */
351 uint row; /* the page number */
352 uint column; /* the offset within page */
353 uint count; /* internal counter */
354 uint num; /* number of bytes which must be processed */
355 uint off; /* fixed page offset */
1178 uint byte = (uint)bt; in accept_addr_byte()
1916 NS_ERR("read_byte: chip is disabled, return %#x\n", (uint)outb); in ns_nand_read_byte()
1920 NS_ERR("read_byte: ALE or CLE pin is high, return %#x\n", (uint)outb); in ns_nand_read_byte()
1925 "return %#x\n", get_state_name(ns->state), (uint)outb); in ns_nand_read_byte()
1937 NS_WARN("read_byte: no more data to output, return %#x\n", (uint)outb); in ns_nand_read_byte()
1997 NS_ERR("write_byte: unknown command %#x\n", (uint)byte); in ns_nand_write_byte()
2021 "ignore previous states\n", (uint)byte, get_state_name(ns->nxstate)); in ns_nand_write_byte()
2067 "switch to STATE_READY\n", (uint)byte, get_state_name(ns->nxstate)); in ns_nand_write_byte()
2084 (uint)byte, ns->regs.count, ns->regs.num); in ns_nand_write_byte()
2099 "switch to %s\n", (uint)byte, in ns_nand_write_byte()