Home
last modified time | relevance | path

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

/linux/sound/soc/intel/atom/
H A 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/sound/soc/codecs/
H A Drt715-sdca.c417 #define RT715_SDCA_PR_VALUE(xreg_base, xcount, xmax, xshift, xinvert) \ argument
419 {.reg_base = xreg_base, .count = xcount, .max = xmax, \
422 #define RT715_SDCA_FU_CTRL(xname, reg_base, xshift, xmax, xinvert, xcount) \ argument
427 .private_value = RT715_SDCA_PR_VALUE(reg_base, xcount, xmax, \
431 xhandler_put, tlv_array, xcount, xmax) \ argument
438 .private_value = RT715_SDCA_PR_VALUE(reg_base, xcount, xmax, 0, 0) }
441 xhandler_put, tlv_array, xcount, xmax) \ argument
448 .private_value = RT715_SDCA_PR_VALUE(reg_base, xcount, xmax, 0, 0) }
H A Drt712-sdca-dmic.c391 #define RT712_SDCA_PR_VALUE(xreg_base, xcount, xmax, xinvert) \ argument
393 {.reg_base = xreg_base, .count = xcount, .max = xmax, \
396 #define RT712_SDCA_FU_CTRL(xname, reg_base, xmax, xinvert, xcount) \ argument
401 .private_value = RT712_SDCA_PR_VALUE(reg_base, xcount, xmax, xinvert)}
404 xhandler_put, xcount, xmax, tlv_array) \ argument
411 .private_value = RT712_SDCA_PR_VALUE(reg_base, xcount, xmax, 0) }
H A Drt712-sdca.c1189 #define RT712_SDCA_PR_VALUE(xreg_base, xcount, xmax, xinvert) \ argument
1191 {.reg_base = xreg_base, .count = xcount, .max = xmax, \
1194 #define RT712_SDCA_FU_CTRL(xname, reg_base, xmax, xinvert, xcount) \ argument
1199 .private_value = RT712_SDCA_PR_VALUE(reg_base, xcount, xmax, xinvert)}
1202 xhandler_put, xcount, xmax, tlv_array) \ argument
1209 .private_value = RT712_SDCA_PR_VALUE(reg_base, xcount, xmax, 0) }
H A Drt722-sdca.c999 #define RT722_SDCA_PR_VALUE(xreg_base, xcount, xmax, xinvert) \ argument
1001 {.reg_base = xreg_base, .count = xcount, .max = xmax, \
1004 #define RT722_SDCA_FU_CTRL(xname, reg_base, xmax, xinvert, xcount) \ argument
1009 .private_value = RT722_SDCA_PR_VALUE(reg_base, xcount, xmax, xinvert)}
1012 xhandler_put, xcount, xmax, tlv_array) \ argument
1019 .private_value = RT722_SDCA_PR_VALUE(reg_base, xcount, xmax, 0) }
H A Dtscs42xx.c595 #define COEFF_RAM_CTL(xname, xcount, xaddr) \
601 .bytes_ext = {.max = xcount, }, \
616 COEFF_RAM_CTL(xname,xcount,xaddr) global() argument
/linux/drivers/net/ethernet/apple/
H A Dmace.c668 int xcount, dstat; in mace_interrupt() local
702 xcount = (in_8(&mb->fifofc) >> XMTFC_SH) & XMTFC_MASK; in mace_interrupt()
703 if (xcount == 0 || (dstat & DEAD)) { in mace_interrupt()
720 fs, xcount, dstat); in mace_interrupt()
729 if ((fs & (UFLO|LCOL|LCAR|RTRY)) || (dstat & DEAD) || xcount == 0) { in mace_interrupt()
757 fs, xcount, dstat); in mace_interrupt()
777 mace_last_xcount = xcount; in mace_interrupt()