Home
last modified time | relevance | path

Searched defs:y (Results 151 – 175 of 282) sorted by relevance

12345678910>>...12

/openbmc/u-boot/board/samsung/common/
H A Dmisc.c454 int x, y; in draw_logo() local
/openbmc/u-boot/arch/arm/mach-uniphier/sbc/
H A Dsbc-regs.h27 #define SBCTRL(x, y) (SBCTRL_BASE + (x) * 0x10 + (y) * 4) argument
/openbmc/u-boot/board/bluewater/gurnard/
H A Dgurnard.c119 int x, y; in lcd_splash() local
/openbmc/u-boot/arch/m68k/include/asm/
H A Dm5271.h17 #define mbar_writeLong(x,y) *((volatile unsigned long *) (CONFIG_SYS_MBAR + x)) = y argument
18 #define mbar_writeShort(x,y) *((volatile unsigned short *) (CONFIG_SYS_MBAR + x)) = y argument
19 #define mbar_writeByte(x,y) *((volatile unsigned char *) (CONFIG_SYS_MBAR + x)) = y argument
/openbmc/qemu/ui/
H A Dcurses.c69 int x, int y, int w, int h) in curses_update()
193 int x, int y) in curses_cursor_position()
H A Dvnc-jobs.c94 int vnc_job_add_rect(VncJob *job, int x, int y, int w, int h) in vnc_job_add_rect()
/openbmc/u-boot/scripts/kconfig/lxdialog/
H A Dtextbox.c47 int i, x, y, cur_x, cur_y, key = 0; in dialog_textbox() local
/openbmc/qemu/hw/display/
H A Dxenfb.c80 int x,y,w,h; member
633 static void xenfb_guest_copy(struct XenFB *xenfb, int x, int y, int w, int h) in xenfb_guest_copy()
827 int x, y, w, h; in xenfb_handle_events() local
H A Dtcx.c152 int y, int width) in tcx_draw_cursor32()
218 int y, y_start, dd, ds; in tcx_update_display() local
268 int y, y_start, dd, ds; in tcx24_update_display() local
/openbmc/u-boot/board/compulab/common/
H A Domap3_display.c139 static void set_resolution_params(int x, int y) in set_resolution_params()
/openbmc/qemu/tests/unit/
H A Dcheck-block-qdict.c44 QList *y = qlist_new(); in qdict_flatten_test() local
H A Dtest-crypto-xts.c301 #define STORE64L(x, y) \ argument
/openbmc/u-boot/tools/easylogo/
H A Deasylogo.c111 int x, y; in printlogo_rgb() local
126 int x, y; in printlogo_yuyv() local
/openbmc/intel-ipmi-oem/tests/
H A Dtest_sensorcommands.cpp58 void testValue(int x, double y, int16_t M, int8_t rExp, int16_t B, int8_t bExp, in testValue()
/openbmc/phosphor-host-ipmid/test/dbus-sdr/
H A Dsensorcommands_unittest.cpp58 void testValue(int x, double y, int16_t M, int8_t rExp, int16_t B, int8_t bExp, in testValue()
/openbmc/u-boot/drivers/bios_emulator/x86emu/
H A Ddebug.c169 void x86emu_decode_printf2(char *x, int y) in x86emu_decode_printf2()
/openbmc/qemu/hw/intc/
H A Dloongson_liointc.c34 #define PARENT_COREx_IPy(x, y) (NUM_IPS * x + y) argument
/openbmc/u-boot/common/
H A Dlcd_console.c44 static void lcd_putc_xy0(struct console_t *pcons, ushort x, ushort y, char c) in lcd_putc_xy0()
H A Dedid.c422 unsigned int x, y; in edid_print_info() local
/openbmc/u-boot/drivers/video/
H A Dipu_disp.c475 int y, u, v; in ipu_dp_init() local
1239 int y, u, v; in ipu_disp_set_color_key() local
/openbmc/u-boot/tools/
H A Dpblimage.c10 #define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) argument
/openbmc/qemu/target/ppc/
H A Dmmu-hash32.h52 #define HPTE32_V_COMPARE(x, y) (!(((x) ^ (y)) & 0x7fffffbf)) argument
/openbmc/u-boot/drivers/pinctrl/renesas/
H A Dpfc-r8a77970.c322 #define F_(x, y) argument
333 #define F_(x, y) argument
2048 #define F_(x, y) FN_##y argument
2257 #define F_(x, y) x, argument
2352 #define F_(x, y) x, argument
H A Dpfc-r8a77995.c452 #define F_(x, y) argument
463 #define F_(x, y) argument
2016 #define F_(x, y) FN_##y argument
2259 #define F_(x, y) x, argument
2404 #define F_(x, y) x, argument
/openbmc/qemu/include/hw/xen/interface/io/
H A Dfbif.h31 int32_t y; /* source y */ member

12345678910>>...12