Home
last modified time | relevance | path

Searched refs:xcount (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/drivers/ide/
Dide-dma-sff.c125 u32 cur_addr, cur_len, xcount, bcount; in ide_build_dmatable() local
144 xcount = bcount & 0xffff; in ide_build_dmatable()
146 xcount = ((xcount >> 2) - 1) << 16; in ide_build_dmatable()
147 else if (xcount == 0x0000) { in ide_build_dmatable()
152 xcount = 0x8000; in ide_build_dmatable()
154 *table++ = cpu_to_le32(xcount); in ide_build_dmatable()
/kernel/linux/linux-5.10/sound/soc/intel/atom/
Dsst-atom-controls.h794 #define SST_ALGO_CTL_VALUE(xcount, xtype, xpipe, xmod, xtask, xcmd) \ argument
796 .max = xcount + sizeof(u16), .type = xtype, .module_id = xmod, \
800 #define SST_ALGO_KCONTROL(xname, xcount, xmod, xpipe, \ argument
806 SST_ALGO_CTL_VALUE(xcount, xtype, xpipe, \
810 #define SST_ALGO_KCONTROL_BYTES(xpname, xmname, xcount, xmod, \ argument
813 xcount, xmod, xpipe, xtask, xcmd, SST_ALGO_PARAMS, \
823 #define SST_ALGO_BYPASS_PARAMS(xpname, xmname, xcount, xmod, xpipe, \ argument
826 SST_ALGO_KCONTROL_BYTES(xpname, xmname, xcount, xmod, xpipe, xinstance, xtask, xcmd)
828 #define SST_COMBO_ALGO_KCONTROL_BYTES(xpname, xmname, xsubmod, xcount, xmod, \ argument
832 xcount, xmod, xpipe, xtask, xcmd, SST_ALGO_PARAMS, \
/kernel/linux/linux-5.10/drivers/net/ethernet/apple/
Dmace.c665 int xcount, dstat; in mace_interrupt() local
699 xcount = (in_8(&mb->fifofc) >> XMTFC_SH) & XMTFC_MASK; in mace_interrupt()
700 if (xcount == 0 || (dstat & DEAD)) { in mace_interrupt()
717 fs, xcount, dstat); in mace_interrupt()
726 if ((fs & (UFLO|LCOL|LCAR|RTRY)) || (dstat & DEAD) || xcount == 0) { in mace_interrupt()
754 fs, xcount, dstat); in mace_interrupt()
774 mace_last_xcount = xcount; in mace_interrupt()
/kernel/linux/linux-5.10/include/sound/
Dsoc.h320 #define SND_SOC_BYTES_EXT(xname, xcount, xhandler_get, xhandler_put) \ argument
325 {.max = xcount} }
326 #define SND_SOC_BYTES_TLV(xname, xcount, xhandler_get, xhandler_put) \ argument
333 {.max = xcount, .get = xhandler_get, .put = xhandler_put, } }
/kernel/linux/linux-5.10/sound/soc/codecs/
Dtscs42xx.c616 #define COEFF_RAM_CTL(xname, xcount, xaddr) \ argument
622 .bytes_ext = {.max = xcount, }, \
Dab8500-codec.c65 #define AB8500_FILTER_CONTROL(xname, xcount, xmin, xmax) \ argument
70 {.count = xcount, .min = xmin, .max = xmax} }
Dtscs454.c1518 #define COEFF_RAM_CTL(xname, xcount, xaddr) \ argument
1524 .bytes_ext = {.max = xcount, }, \