Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/ide/
Dide-dma-sff.c124 u32 cur_addr, cur_len, xcount, bcount; in ide_build_dmatable() local
143 xcount = bcount & 0xffff; in ide_build_dmatable()
145 xcount = ((xcount >> 2) - 1) << 16; in ide_build_dmatable()
146 else if (xcount == 0x0000) { in ide_build_dmatable()
151 xcount = 0x8000; in ide_build_dmatable()
153 *table++ = cpu_to_le32(xcount); in ide_build_dmatable()
/linux-4.1.27/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, \
/linux-4.1.27/drivers/net/ethernet/apple/
Dmace.c667 int xcount, dstat; in mace_interrupt() local
701 xcount = (in_8(&mb->fifofc) >> XMTFC_SH) & XMTFC_MASK; in mace_interrupt()
702 if (xcount == 0 || (dstat & DEAD)) { in mace_interrupt()
719 fs, xcount, dstat); in mace_interrupt()
728 if ((fs & (UFLO|LCOL|LCAR|RTRY)) || (dstat & DEAD) || xcount == 0) { in mace_interrupt()
756 fs, xcount, dstat); in mace_interrupt()
776 mace_last_xcount = xcount; in mace_interrupt()
/linux-4.1.27/include/sound/
Dsoc.h272 #define SND_SOC_BYTES_EXT(xname, xcount, xhandler_get, xhandler_put) \ argument
277 {.max = xcount} }
278 #define SND_SOC_BYTES_TLV(xname, xcount, xhandler_get, xhandler_put) \ argument
285 {.max = xcount, .get = xhandler_get, .put = xhandler_put, } }
/linux-4.1.27/drivers/isdn/icn/
Dicn.c1031 int xcount; in icn_writecmd() local
1042 xcount = loop = 0; in icn_writecmd()
1064 xcount++; in icn_writecmd()
1089 return xcount; in icn_writecmd()
/linux-4.1.27/drivers/isdn/isdnloop/
Disdnloop.c968 int xcount = 0; in isdnloop_writecmd() local
987 xcount++; in isdnloop_writecmd()
1009 return xcount; in isdnloop_writecmd()
/linux-4.1.27/sound/soc/codecs/
Dab8500-codec.c68 #define AB8500_FILTER_CONTROL(xname, xcount, xmin, xmax) \ argument
73 {.count = xcount, .min = xmin, .max = xmax} }