Home
last modified time | relevance | path

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

/linux-6.6.21/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-6.6.21/sound/soc/codecs/
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, \
439 xhandler_put, tlv_array, xcount, xmax) \ argument
446 .private_value = RT715_SDCA_PR_VALUE(reg_base, xcount, xmax, 0, 0) }
449 xhandler_put, tlv_array, xcount, xmax) \ argument
456 .private_value = RT715_SDCA_PR_VALUE(reg_base, xcount, xmax, 0, 0) }
Drt712-sdca-dmic.c396 #define RT712_SDCA_PR_VALUE(xreg_base, xcount, xmax, xinvert) \ argument
398 {.reg_base = xreg_base, .count = xcount, .max = xmax, \
401 #define RT712_SDCA_FU_CTRL(xname, reg_base, xmax, xinvert, xcount) \ argument
406 .private_value = RT712_SDCA_PR_VALUE(reg_base, xcount, xmax, xinvert)}
409 xhandler_put, xcount, xmax, tlv_array) \ argument
416 .private_value = RT712_SDCA_PR_VALUE(reg_base, xcount, xmax, 0) }
Drt722-sdca.c672 #define RT722_SDCA_PR_VALUE(xreg_base, xcount, xmax, xinvert) \ argument
674 {.reg_base = xreg_base, .count = xcount, .max = xmax, \
677 #define RT722_SDCA_FU_CTRL(xname, reg_base, xmax, xinvert, xcount) \ argument
682 .private_value = RT722_SDCA_PR_VALUE(reg_base, xcount, xmax, xinvert)}
685 xhandler_put, xcount, xmax, tlv_array) \ argument
692 .private_value = RT722_SDCA_PR_VALUE(reg_base, xcount, xmax, 0) }
Dtscs42xx.c616 #define COEFF_RAM_CTL(xname, xcount, xaddr) \ argument
622 .bytes_ext = {.max = xcount, }, \
Dab8500-codec.c63 #define AB8500_FILTER_CONTROL(xname, xcount, xmin, xmax) \ argument
68 {.count = xcount, .min = xmin, .max = xmax} }
Dtscs454.c1523 #define COEFF_RAM_CTL(xname, xcount, xaddr) \ argument
1529 .bytes_ext = {.max = xcount, }, \
/linux-6.6.21/drivers/net/ethernet/apple/
Dmace.c670 int xcount, dstat; in mace_interrupt() local
704 xcount = (in_8(&mb->fifofc) >> XMTFC_SH) & XMTFC_MASK; in mace_interrupt()
705 if (xcount == 0 || (dstat & DEAD)) { in mace_interrupt()
722 fs, xcount, dstat); in mace_interrupt()
731 if ((fs & (UFLO|LCOL|LCAR|RTRY)) || (dstat & DEAD) || xcount == 0) { in mace_interrupt()
759 fs, xcount, dstat); in mace_interrupt()
779 mace_last_xcount = xcount; in mace_interrupt()
/linux-6.6.21/include/sound/
Dsoc.h351 #define SND_SOC_BYTES_EXT(xname, xcount, xhandler_get, xhandler_put) \ argument
356 {.max = xcount} }
357 #define SND_SOC_BYTES_TLV(xname, xcount, xhandler_get, xhandler_put) \ argument
364 {.max = xcount, .get = xhandler_get, .put = xhandler_put, } }