Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/mach-pnx4008/
Ddma.c259 int i = 0, dbsize, sbsize, err = 0; in pnx4008_dma_pack_control() local
404 sbsize = ch_ctrl->sbsize; in pnx4008_dma_pack_control()
405 while (!(sbsize & 1)) { in pnx4008_dma_pack_control()
407 sbsize >>= 1; in pnx4008_dma_pack_control()
409 if (ch_ctrl->sbsize != 1 || i > 8 || i == 1) { in pnx4008_dma_pack_control()
443 ch_ctrl->sbsize = 1 << (ctrl & 7); in pnx4008_dma_parse_control()
444 if (ch_ctrl->sbsize > 1) in pnx4008_dma_parse_control()
445 ch_ctrl->sbsize <<= 1; in pnx4008_dma_parse_control()
/linux-2.6.39/drivers/mtd/nand/
Dmpc5121_nfc.c414 uint o, s, sbsize, blksize; in mpc5121_nfc_copy_spare() local
432 sbsize = (mtd->oobsize / (mtd->writesize / 512)) & ~1; in mpc5121_nfc_copy_spare()
436 s = offset / sbsize; in mpc5121_nfc_copy_spare()
444 o = offset - (s * sbsize); in mpc5121_nfc_copy_spare()
445 blksize = min(sbsize - o, size); in mpc5121_nfc_copy_spare()
/linux-2.6.39/arch/arm/mach-pnx4008/include/mach/
Ddma.h94 int sbsize; member
/linux-2.6.39/fs/xfs/
Dxfs_attr_leaf.c581 int sbsize, nsbuf, count, i; in xfs_attr_shortform_list() local
639 sbsize = sf->hdr.count * sizeof(*sbuf); in xfs_attr_shortform_list()
640 sbp = sbuf = kmem_alloc(sbsize, KM_SLEEP | KM_NOFS); in xfs_attr_shortform_list()