Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/mtd/nand/raw/
Dnandsim.c205 #define NS_PAGE_BYTE_SHIFT(ns) ((ns)->regs.column + (ns)->regs.off) macro
1388 return NS_GET_PAGE(ns)->byte + NS_PAGE_BYTE_SHIFT(ns); in NS_PAGE_BYTE_OFF()
1414 pos, ns->regs.row, NS_PAGE_BYTE_SHIFT(ns), in ns_do_bit_flips()
1436 ns->regs.row, NS_PAGE_BYTE_SHIFT(ns)); in ns_read_page()
1457 ns->regs.row, NS_PAGE_BYTE_SHIFT(ns)); in ns_read_page()
1508 pg_off = ns->file_buf + NS_PAGE_BYTE_SHIFT(ns); in ns_prog_page()
1597 num = ns->geom.pgszoob - NS_PAGE_BYTE_SHIFT(ns); in ns_do_state_action()
1665 num = ns->geom.pgszoob - NS_PAGE_BYTE_SHIFT(ns); in ns_do_state_action()
1809 ns->regs.num = ns->geom.pgszoob - NS_PAGE_BYTE_SHIFT(ns); in ns_switch_state()