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

/drivers/mmc/host/
H A Dmxcmmc.c218 unsigned int nob = data->blocks; local
220 unsigned int datasize = nob * blksz;
226 nob = 0xffff;
231 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.c175 unsigned int nob = data->blocks; local
185 nob = 0xffff;
187 writel(nob, host->base + MMC_NOB);
/drivers/block/drbd/
H A Ddrbd_main.c271 struct drbd_tl_epoch *b, *nob; /* next old barrier */ local
316 nob = b->next;
319 if (nob)
320 mdev->oldest_tle = nob;
321 /* if nob == NULL b was the only barrier, and becomes the new
324 D_ASSERT(nob != NULL);
325 mdev->oldest_tle = nob;

Completed in 34 milliseconds