Home
last modified time | relevance | path

Searched defs:x (Results 726 – 750 of 1111) sorted by relevance

1...<<21222324252627282930>>...45

/openbmc/u-boot/board/bluewater/gurnard/
H A Dgurnard.c119 int x, y; in lcd_splash() local
/openbmc/obmc-console/
H A Dconfig.c152 #define TERM_SPEED(x) { B##x, x, #x } argument
/openbmc/qemu/hw/tpm/
H A Dtpm_tis.h34 #define TPM_TIS_IS_VALID_LOCTY(x) ((x) < TPM_TIS_NUM_LOCALITIES) argument
/openbmc/u-boot/cmd/
H A Dload.c403 #define tochar(x) ((char) (((x) + SPACE) & 0xff)) argument
404 #define untochar(x) ((int) (((x) - SPACE) & 0xff)) 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()
/openbmc/qemu/hw/net/
H A Di82596.c25 #define DBG(x) x argument
27 #define DBG(x) do { } while (0) argument
/openbmc/qemu/target/s390x/tcg/
H A Dmem_helper.c57 #define HELPER_LOG(x...) qemu_log(x) argument
59 #define HELPER_LOG(x...) argument
379 const uint8_t x = access_get_byte(env, &srca1, i, ra) & in do_helper_nc() local
423 const uint8_t x = access_get_byte(env, &srca1, i, ra) ^ in do_helper_xc() local
460 const uint8_t x in do_helper_oc() local
561 const uint8_t x = access_get_byte(env, &srca, l - i - 1, ra); HELPER() local
584 const uint8_t x = (access_get_byte(env, &srca1, i, ra) & 0x0f) | HELPER() local
646 const uint8_t x = (access_get_byte(env, &srca1, i, ra) & 0xf0) | HELPER() local
665 uint8_t x = cpu_ldub_data_ra(env, s1 + i, ra); do_helper_clc() local
[all...]
/openbmc/u-boot/drivers/rtc/
H A Di2c_rtc_emul.c27 #define debug_buffer(x, ...) argument
/openbmc/skeleton/op-flasher/
H A Dflasher_obj.c44 #define __aligned(x) __attribute__((aligned(x))) argument
/openbmc/u-boot/arch/x86/cpu/i386/
H A Dinterrupt.c24 #define DECLARE_INTERRUPT(x) \ argument
/openbmc/u-boot/board/samsung/universal_c210/
H A Duniversal.c114 #define IS_RANGE(x, min, max) ((x) > (min) && (x) < (max)) in get_hw_revision() argument
/openbmc/u-boot/include/
H A Daxp209.h69 #define AXP209_LDO3_VOLTAGE_SET(x) ((x) & AXP209_LDO3_VOLTAGE_MASK) argument
H A Dfsl_memac.h241 #define MDIO_STAT_CLKDIV(x) (((x>>1) & 0xff) << 8) argument
249 #define MDIO_CTL_DEV_ADDR(x) (x & 0x1f) argument
250 #define MDIO_CTL_PORT_ADDR(x) ((x & 0x1f) << 5) argument
256 #define MDIO_DATA(x) (x & 0xffff) argument
/openbmc/qemu/hw/intc/
H A Dxilinx_intc.c37 #define D(x) argument
/openbmc/qemu/contrib/plugins/
H A Dhotpages.c23 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) argument
/openbmc/u-boot/net/
H A Dnet.c617 thand_f *x; in net_loop() local
1601 void ip_to_string(struct in_addr x, char *s) in ip_to_string()
1612 void vlan_to_string(ushort x, char *s) in vlan_to_string()
/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 Dartist.c316 static void artist_get_cursor_pos(ARTISTState *s, int *x, int *y) in artist_get_cursor_pos()
372 int x, y; in artist_invalidate_cursor() local
457 int x, y; in fill_window() local
498 int dx, dy, t, e, x, y, incy, diago, horiz; in draw_line() local
1299 int x; in artist_draw_line() local
/openbmc/qemu/include/hw/xen/interface/
H A Dmemory.h32 #define XENMEMF_address_bits(x) (x) argument
33 #define XENMEMF_get_address_bits(x) ((x) & 0xffu) argument
35 #define XENMEMF_node(x) (((x) + 1) << 8) argument
36 #define XENMEMF_get_node(x) ((((x) >> 8) - 1) & 0xffu) argument
/openbmc/qemu/disas/
H A Dm68k.c577 #define COERCE16(x) ((int) (((x) ^ 0x8000) - 0x8000)) argument
583 #define COERCE32(x) ((bfd_signed_vma) ((x) ^ 0x80000000) - 0x80000000) argument
2068 #define one(x) ((unsigned int) (x) << 16) argument
2069 #define two(x, y) (((unsigned int) (x) << 16) + (y)) argument
/openbmc/u-boot/arch/arm/cpu/armv7/bcm281xx/
H A Dclk-bcm281xx.c57 #define MKSTR(x) {&x, #x} argument
/openbmc/openbmc-tools/dbus-vis/
H A Dipmi_parse.js354 function AppendToParseBuffer(x) { argument
/openbmc/u-boot/drivers/w1/
H A Dmxc_w1.c30 #define MXC_W1_CONTROL_WR(x) BIT(5 - (x)) argument
/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/target/s390x/kvm/
H A Dstsi-topology.c66 #define SYSIB_GUARD(data, x) do { \ argument

1...<<21222324252627282930>>...45