Lines Matching defs:column
197 /* Calculate the page offset in flash RAM image by (row, column) address */
199 (((ns)->regs.row * (ns)->geom.pgszoob) + (ns)->regs.column)
201 /* Calculate the OOB offset in flash RAM image by (row, column) address */
205 #define NS_PAGE_BYTE_SHIFT(ns) ((ns)->regs.column + (ns)->regs.off)
224 #define STATE_ADDR_PAGE 0x00000010 /* full (row, column) address is accepted */
226 #define STATE_ADDR_COLUMN 0x00000030 /* column address was accepted */
338 uint column; /* the offset within page */
1143 ns->regs.column |= (byte << 8 * ns->regs.count);
1170 ns->regs.column = 0;
1593 if (ns->regs.column >= (ns->geom.pgszoob - ns->regs.off)) {
1594 NS_ERR("do_state_action: column number is too large\n");
1632 8 * (ns->geom.pgaddrbytes - ns->geom.secaddrbytes)) | ns->regs.column;
1633 ns->regs.column = 0;
1678 num, ns->regs.row, ns->regs.column, NS_RAW_OFFSET(ns) + ns->regs.off);
1762 /* For 16x devices column means the page offset in words */
1764 NS_DBG("switch_state: double the column number for 16x device\n");
1765 ns->regs.column <<= 1;
2044 NS_DBG("address (%#x, %#x) is accepted\n", ns->regs.row, ns->regs.column);