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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pnx4008/include/mach/
H A Ddma.h94 int sbsize; member in struct:pnx4008_dma_ch_ctrl
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pnx4008/
H A Ddma.c259 int i = 0, dbsize, sbsize, err = 0; local
404 sbsize = ch_ctrl->sbsize;
405 while (!(sbsize & 1)) {
407 sbsize >>= 1;
409 if (ch_ctrl->sbsize != 1 || i > 8 || i == 1) {
443 ch_ctrl->sbsize = 1 << (ctrl & 7);
444 if (ch_ctrl->sbsize > 1)
445 ch_ctrl->sbsize <<= 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/nand/
H A Dmpc5121_nfc.c413 uint o, s, sbsize, blksize; local
431 sbsize = (mtd->oobsize / (mtd->writesize / 512)) & ~1;
435 s = offset / sbsize;
443 o = offset - (s * sbsize);
444 blksize = min(sbsize - o, size);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_attr_leaf.c581 int sbsize, nsbuf, count, i; local
639 sbsize = sf->hdr.count * sizeof(*sbuf);
640 sbp = sbuf = kmem_alloc(sbsize, KM_SLEEP);

Completed in 70 milliseconds