/Linux-v4.19/drivers/ide/ |
D | ide-dma-sff.c | 124 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-v4.19/sound/soc/intel/atom/ |
D | sst-atom-controls.h | 803 #define SST_ALGO_CTL_VALUE(xcount, xtype, xpipe, xmod, xtask, xcmd) \ argument 805 .max = xcount + sizeof(u16), .type = xtype, .module_id = xmod, \ 809 #define SST_ALGO_KCONTROL(xname, xcount, xmod, xpipe, \ argument 815 SST_ALGO_CTL_VALUE(xcount, xtype, xpipe, \ 819 #define SST_ALGO_KCONTROL_BYTES(xpname, xmname, xcount, xmod, \ argument 822 xcount, xmod, xpipe, xtask, xcmd, SST_ALGO_PARAMS, \ 832 #define SST_ALGO_BYPASS_PARAMS(xpname, xmname, xcount, xmod, xpipe, \ argument 835 SST_ALGO_KCONTROL_BYTES(xpname, xmname, xcount, xmod, xpipe, xinstance, xtask, xcmd) 837 #define SST_COMBO_ALGO_KCONTROL_BYTES(xpname, xmname, xsubmod, xcount, xmod, \ argument 841 xcount, xmod, xpipe, xtask, xcmd, SST_ALGO_PARAMS, \
|
/Linux-v4.19/drivers/net/ethernet/apple/ |
D | mace.c | 664 int xcount, dstat; in mace_interrupt() local 698 xcount = (in_8(&mb->fifofc) >> XMTFC_SH) & XMTFC_MASK; in mace_interrupt() 699 if (xcount == 0 || (dstat & DEAD)) { in mace_interrupt() 716 fs, xcount, dstat); in mace_interrupt() 725 if ((fs & (UFLO|LCOL|LCAR|RTRY)) || (dstat & DEAD) || xcount == 0) { in mace_interrupt() 753 fs, xcount, dstat); in mace_interrupt() 773 mace_last_xcount = xcount; in mace_interrupt()
|
/Linux-v4.19/include/sound/ |
D | soc.h | 314 #define SND_SOC_BYTES_EXT(xname, xcount, xhandler_get, xhandler_put) \ argument 319 {.max = xcount} } 320 #define SND_SOC_BYTES_TLV(xname, xcount, xhandler_get, xhandler_put) \ argument 327 {.max = xcount, .get = xhandler_get, .put = xhandler_put, } }
|
/Linux-v4.19/drivers/isdn/isdnloop/ |
D | isdnloop.c | 964 int xcount = 0; in isdnloop_writecmd() local 983 xcount++; in isdnloop_writecmd() 1005 return xcount; in isdnloop_writecmd()
|
/Linux-v4.19/sound/soc/codecs/ |
D | tscs42xx.c | 616 #define COEFF_RAM_CTL(xname, xcount, xaddr) \ argument 622 .bytes_ext = {.max = xcount, }, \
|
D | ab8500-codec.c | 68 #define AB8500_FILTER_CONTROL(xname, xcount, xmin, xmax) \ argument 73 {.count = xcount, .min = xmin, .max = xmax} }
|
D | tscs454.c | 1529 #define COEFF_RAM_CTL(xname, xcount, xaddr) \ argument 1535 .bytes_ext = {.max = xcount, }, \
|