/openbmc/u-boot/drivers/video/ |
H A D | cfb_console.c | 1315 ushort xcount, ycount; in video_display_bitmap() local 1454 for (xcount = 0; xcount < width; xcount++) { in video_display_bitmap() 1457 if (xcount & 1) { in video_display_bitmap() 1482 for (xcount = 0; xcount < colors; ++xcount) { in video_display_bitmap() 1483 cte = bmp->color_table[xcount]; in video_display_bitmap() 1484 video_set_lut(xcount, cte.red, cte.green, in video_display_bitmap() 1493 xcount = width; in video_display_bitmap() 1494 while (xcount--) { in video_display_bitmap() 1505 xcount = width; in video_display_bitmap() 1506 while (xcount--) { in video_display_bitmap() [all …]
|
/openbmc/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, \
|
/openbmc/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, \ 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) }
|
H A D | rt712-sdca-dmic.c | 396 #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) }
|
H A D | rt722-sdca.c | 668 #define RT722_SDCA_PR_VALUE(xreg_base, xcount, xmax, xinvert) \ argument 670 {.reg_base = xreg_base, .count = xcount, .max = xmax, \ 673 #define RT722_SDCA_FU_CTRL(xname, reg_base, xmax, xinvert, xcount) \ argument 678 .private_value = RT722_SDCA_PR_VALUE(reg_base, xcount, xmax, xinvert)} 681 xhandler_put, xcount, xmax, tlv_array) \ argument 688 .private_value = RT722_SDCA_PR_VALUE(reg_base, xcount, xmax, 0) }
|
H A D | tscs42xx.c | 616 #define COEFF_RAM_CTL(xname, xcount, xaddr) \ argument 622 .bytes_ext = {.max = xcount, }, \
|
H A D | ab8500-codec.c | 63 #define AB8500_FILTER_CONTROL(xname, xcount, xmin, xmax) \ argument 68 {.count = xcount, .min = xmin, .max = xmax} }
|
H A D | tscs454.c | 1523 #define COEFF_RAM_CTL(xname, xcount, xaddr) \ argument 1529 .bytes_ext = {.max = xcount, }, \
|
/openbmc/linux/drivers/net/ethernet/apple/ |
H A D | mace.c | 670 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()
|
/openbmc/linux/include/sound/ |
H A D | soc.h | 351 #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, } }
|