Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/
H A Dcfb_console.c1313 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 Dide-dma-sff.c125 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 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, \
/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A DxprCursor.c79 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 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()
/OK3568_Linux_fs/kernel/include/sound/
H A Dsoc.h243 #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 Dtscs42xx.c616 #define COEFF_RAM_CTL(xname, xcount, xaddr) \ argument
622 .bytes_ext = {.max = xcount, }, \
H A Dab8500-codec.c65 #define AB8500_FILTER_CONTROL(xname, xcount, xmin, xmax) \ argument
70 {.count = xcount, .min = xmin, .max = xmax} }
H A Dtscs454.c1518 #define COEFF_RAM_CTL(xname, xcount, xaddr) \ argument
1524 .bytes_ext = {.max = xcount, }, \