xcount 125 drivers/ide/ide-dma-sff.c u32 cur_addr, cur_len, xcount, bcount; xcount 144 drivers/ide/ide-dma-sff.c xcount = bcount & 0xffff; xcount 146 drivers/ide/ide-dma-sff.c xcount = ((xcount >> 2) - 1) << 16; xcount 147 drivers/ide/ide-dma-sff.c else if (xcount == 0x0000) { xcount 152 drivers/ide/ide-dma-sff.c xcount = 0x8000; xcount 154 drivers/ide/ide-dma-sff.c *table++ = cpu_to_le32(xcount); xcount 665 drivers/net/ethernet/apple/mace.c int xcount, dstat; xcount 699 drivers/net/ethernet/apple/mace.c xcount = (in_8(&mb->fifofc) >> XMTFC_SH) & XMTFC_MASK; xcount 700 drivers/net/ethernet/apple/mace.c if (xcount == 0 || (dstat & DEAD)) { xcount 717 drivers/net/ethernet/apple/mace.c fs, xcount, dstat); xcount 726 drivers/net/ethernet/apple/mace.c if ((fs & (UFLO|LCOL|LCAR|RTRY)) || (dstat & DEAD) || xcount == 0) { xcount 754 drivers/net/ethernet/apple/mace.c fs, xcount, dstat); xcount 774 drivers/net/ethernet/apple/mace.c mace_last_xcount = xcount; xcount 314 include/sound/soc.h #define SND_SOC_BYTES_EXT(xname, xcount, xhandler_get, xhandler_put) \ xcount 319 include/sound/soc.h {.max = xcount} } xcount 320 include/sound/soc.h #define SND_SOC_BYTES_TLV(xname, xcount, xhandler_get, xhandler_put) \ xcount 327 include/sound/soc.h {.max = xcount, .get = xhandler_get, .put = xhandler_put, } } xcount 65 sound/soc/codecs/ab8500-codec.c #define AB8500_FILTER_CONTROL(xname, xcount, xmin, xmax) \ xcount 70 sound/soc/codecs/ab8500-codec.c {.count = xcount, .min = xmin, .max = xmax} } xcount 616 sound/soc/codecs/tscs42xx.c #define COEFF_RAM_CTL(xname, xcount, xaddr) \ xcount 622 sound/soc/codecs/tscs42xx.c .bytes_ext = {.max = xcount, }, \ xcount 1528 sound/soc/codecs/tscs454.c #define COEFF_RAM_CTL(xname, xcount, xaddr) \ xcount 1534 sound/soc/codecs/tscs454.c .bytes_ext = {.max = xcount, }, \ xcount 794 sound/soc/intel/atom/sst-atom-controls.h #define SST_ALGO_CTL_VALUE(xcount, xtype, xpipe, xmod, xtask, xcmd) \ xcount 796 sound/soc/intel/atom/sst-atom-controls.h .max = xcount + sizeof(u16), .type = xtype, .module_id = xmod, \ xcount 800 sound/soc/intel/atom/sst-atom-controls.h #define SST_ALGO_KCONTROL(xname, xcount, xmod, xpipe, \ xcount 806 sound/soc/intel/atom/sst-atom-controls.h SST_ALGO_CTL_VALUE(xcount, xtype, xpipe, \ xcount 810 sound/soc/intel/atom/sst-atom-controls.h #define SST_ALGO_KCONTROL_BYTES(xpname, xmname, xcount, xmod, \ xcount 813 sound/soc/intel/atom/sst-atom-controls.h xcount, xmod, xpipe, xtask, xcmd, SST_ALGO_PARAMS, \ xcount 823 sound/soc/intel/atom/sst-atom-controls.h #define SST_ALGO_BYPASS_PARAMS(xpname, xmname, xcount, xmod, xpipe, \ xcount 826 sound/soc/intel/atom/sst-atom-controls.h SST_ALGO_KCONTROL_BYTES(xpname, xmname, xcount, xmod, xpipe, xinstance, xtask, xcmd) xcount 828 sound/soc/intel/atom/sst-atom-controls.h #define SST_COMBO_ALGO_KCONTROL_BYTES(xpname, xmname, xsubmod, xcount, xmod, \ xcount 832 sound/soc/intel/atom/sst-atom-controls.h xcount, xmod, xpipe, xtask, xcmd, SST_ALGO_PARAMS, \