Searched refs:NB_DATA (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/devices/
H A Ddocecc.c434 /* The sector bytes are packed into NB_DATA MM bits words */
435 #define NB_DATA (((SECTOR_SIZE + 1) * 8 + 6) / MM) macro
479 if (pos >= NB_DATA && pos < KK) {
483 if (pos < NB_DATA) {
485 pos = 10 * (NB_DATA - 1 - pos) - 6;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/nand/
H A Ddiskonchip.c130 /* The sector bytes are packed into NB_DATA 10 bit words */
131 #define NB_DATA (((SECTOR_SIZE + 1) * 8 + 6) / 10) macro
200 if (pos >= NB_DATA && pos < 1019)
202 if (pos < NB_DATA) {
204 pos = 10 * (NB_DATA - 1 - pos) - 6;

Completed in 47 milliseconds