Searched refs:nob (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/host/
H A Dmxcmmc.c172 unsigned int nob = data->blocks; local
174 unsigned int datasize = nob * blksz;
181 nob = 0xffff;
186 writew(nob, host->base + MMC_REG_NOB);
H A Dimxmmc.c227 unsigned int nob = data->blocks; local
229 unsigned int datasz = nob * blksz;
233 nob = 0xffff;
238 writew(nob, host->base + MMC_REG_NOB);
H A Dpxamci.c162 unsigned int nob = data->blocks; local
172 nob = 0xffff;
174 writel(nob, host->base + MMC_NOB);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/drbd/
H A Ddrbd_main.c268 struct drbd_tl_epoch *b, *nob; /* next old barrier */ local
313 nob = b->next;
316 if (nob)
317 mdev->oldest_tle = nob;
318 /* if nob == NULL b was the only barrier, and becomes the new
321 D_ASSERT(nob != NULL);
322 mdev->oldest_tle = nob;

Completed in 39 milliseconds