| /linux/sound/soc/intel/atom/ |
| H A D | sst-atom-controls.h | 794 #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 D | rt715-sdca.c | 417 #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 D | rt712-sdca-dmic.c | 392 #define RT712_SDCA_PR_VALUE(xreg_base, xcount, xmax, xinvert) \ argument 394 {.reg_base = xreg_base, .count = xcount, .max = xmax, \ 397 #define RT712_SDCA_FU_CTRL(xname, reg_base, xmax, xinvert, xcount) \ argument 402 .private_value = RT712_SDCA_PR_VALUE(reg_base, xcount, xmax, xinvert)} 405 xhandler_put, xcount, xmax, tlv_array) \ argument 412 .private_value = RT712_SDCA_PR_VALUE(reg_base, xcount, xmax, 0) }
|
| H A D | rt722-sdca.c | 671 #define RT722_SDCA_PR_VALUE(xreg_base, xcount, xmax, xinvert) \ argument 673 {.reg_base = xreg_base, .count = xcount, .max = xmax, \ 676 #define RT722_SDCA_FU_CTRL(xname, reg_base, xmax, xinvert, xcount) \ argument 681 .private_value = RT722_SDCA_PR_VALUE(reg_base, xcount, xmax, xinvert)} 684 xhandler_put, xcount, xmax, tlv_array) \ argument 691 .private_value = RT722_SDCA_PR_VALUE(reg_base, xcount, xmax, 0) }
|
| H A D | rt712-sdca.c | 1190 #define RT712_SDCA_PR_VALUE(xreg_base, xcount, xmax, xinvert) \ in rt712_sdca_fu_info() 1192 {.reg_base = xreg_base, .count = xcount, .max = xmax, \ 1195 #define RT712_SDCA_FU_CTRL(xname, reg_base, xmax, xinvert, xcount) \ 1200 .private_value = RT712_SDCA_PR_VALUE(reg_base, xcount, xmax, xinvert)} 1203 xhandler_put, xcount, xmax, tlv_array) \ 1210 .private_value = RT712_SDCA_PR_VALUE(reg_base, xcount, xmax, 0) } 1193 RT712_SDCA_PR_VALUE(xreg_base,xcount,xmax,xinvert) global() argument 1198 RT712_SDCA_FU_CTRL(xname,reg_base,xmax,xinvert,xcount) global() argument 1206 RT712_SDCA_EXT_TLV(xname,reg_base,xhandler_get,xhandler_put,xcount,xmax,tlv_array) global() argument
|
| H A D | tscs42xx.c | 614 #define COEFF_RAM_CTL(xname, xcount, xaddr) \ in bytes_info_ext() 620 .bytes_ext = {.max = xcount, }, \ 616 COEFF_RAM_CTL(xname,xcount,xaddr) global() argument
|
| H A D | ab8500-codec.c | 63 #define AB8500_FILTER_CONTROL(xname, xcount, xmin, xmax) \ argument 68 {.count = xcount, .min = xmin, .max = xmax} }
|
| /linux/drivers/net/ethernet/apple/ |
| H A D | mace.c | 668 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()
|