Home
last modified time | relevance | path

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

/linux/sound/soc/intel/atom/
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/
A Drt715-sdca.c416 #define RT715_SDCA_PR_VALUE(xreg_base, xcount, xmax, xshift, xinvert) \ argument
418 {.reg_base = xreg_base, .count = xcount, .max = xmax, \
421 #define RT715_SDCA_FU_CTRL(xname, reg_base, xshift, xmax, xinvert, xcount) \ argument
426 .private_value = RT715_SDCA_PR_VALUE(reg_base, xcount, xmax, \
438 xhandler_put, tlv_array, xcount, xmax) \ argument
445 .private_value = RT715_SDCA_PR_VALUE(reg_base, xcount, xmax, 0, 0) }
448 xhandler_put, tlv_array, xcount, xmax) \ argument
455 .private_value = RT715_SDCA_PR_VALUE(reg_base, xcount, xmax, 0, 0) }
A Dtscs42xx.c616 #define COEFF_RAM_CTL(xname, xcount, xaddr) \ argument
622 .bytes_ext = {.max = xcount, }, \
A Dab8500-codec.c65 #define AB8500_FILTER_CONTROL(xname, xcount, xmin, xmax) \ argument
70 {.count = xcount, .min = xmin, .max = xmax} }
A Dtscs454.c1523 #define COEFF_RAM_CTL(xname, xcount, xaddr) \ argument
1529 .bytes_ext = {.max = xcount, }, \
/linux/drivers/net/ethernet/apple/
A 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()
/linux/include/sound/
A 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, } }

Completed in 39 milliseconds