| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | cfb_console.c | 1313 ushort xcount, ycount; in video_display_bitmap() local 1452 for (xcount = 0; xcount < width; xcount++) { in video_display_bitmap() 1455 if (xcount & 1) { in video_display_bitmap() 1480 for (xcount = 0; xcount < colors; ++xcount) { in video_display_bitmap() 1481 cte = bmp->color_table[xcount]; in video_display_bitmap() 1482 video_set_lut(xcount, cte.red, cte.green, in video_display_bitmap() 1491 xcount = width; in video_display_bitmap() 1492 while (xcount--) { in video_display_bitmap() 1503 xcount = width; in video_display_bitmap() 1504 while (xcount--) { in video_display_bitmap() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/ide/ |
| H A D | ide-dma-sff.c | 125 u32 cur_addr, cur_len, xcount, bcount; in ide_build_dmatable() local 144 xcount = bcount & 0xffff; in ide_build_dmatable() 146 xcount = ((xcount >> 2) - 1) << 16; in ide_build_dmatable() 147 else if (xcount == 0x0000) { in ide_build_dmatable() 152 xcount = 0x8000; in ide_build_dmatable() 154 *table++ = cpu_to_le32(xcount); in ide_build_dmatable()
|
| /OK3568_Linux_fs/kernel/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, \
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/ |
| H A D | xprCursor.c | 79 unsigned xcount, ycount; in load_cursor() local 136 xcount = bits_to_bytes(src->bits->width); in load_cursor() 141 while (xcount-- > 0) in load_cursor()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/apple/ |
| H A D | mace.c | 665 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()
|
| /OK3568_Linux_fs/kernel/include/sound/ |
| H A D | soc.h | 243 #define SOC_SINGLE_MULTI_EXT(xname, xreg, xshift, xmax, xinvert, xcount,\ argument 250 .count = xcount, .platform_max = xmax, .invert = xinvert} } 329 #define SND_SOC_BYTES_EXT(xname, xcount, xhandler_get, xhandler_put) \ argument 334 {.max = xcount} } 335 #define SND_SOC_BYTES_TLV(xname, xcount, xhandler_get, xhandler_put) \ argument 342 {.max = xcount, .get = xhandler_get, .put = xhandler_put, } }
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| 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 | 65 #define AB8500_FILTER_CONTROL(xname, xcount, xmin, xmax) \ argument 70 {.count = xcount, .min = xmin, .max = xmax} }
|
| H A D | tscs454.c | 1518 #define COEFF_RAM_CTL(xname, xcount, xaddr) \ argument 1524 .bytes_ext = {.max = xcount, }, \
|