Home
last modified time | relevance | path

Searched defs:x (Results 351 – 375 of 1111) sorted by relevance

1...<<11121314151617181920>>...45

/openbmc/u-boot/tools/
H A Dbmp_logo.c25 uint16_t le_short(uint16_t x) in le_short()
75 int mode, i, x; in main() local
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/
H A Drsb.h46 #define RSB_DEVADDR_RUNTIME_ADDR(x) ((x) << 16) argument
47 #define RSB_DEVADDR_DEVICE_ADDR(x) ((x) << 0) argument
/openbmc/qemu/tests/tcg/xtensa/
H A Dtest_interrupt.S5 #define LEVEL_MASK(x) glue3(XCHAL_INTLEVEL, x, _MASK) argument
6 #define LEVEL_SOFT_MASK(x) (LEVEL_MASK(x) & XCHAL_INTTYPE_MASK_SOFTWARE) argument
/openbmc/u-boot/include/dt-bindings/interrupt-controller/
H A Darm-gic.h19 #define GIC_CPU_MASK_RAW(x) ((x) << 8) argument
/openbmc/qemu/tests/tcg/aarch64/
H A Dtest-2248.c7 long test(long x, long y, long sh) in test()
H A Dpauth-5.c4 static int x; variable
/openbmc/u-boot/include/linux/
H A Dtypecheck.h8 #define typecheck(type,x) \ argument
/openbmc/u-boot/arch/mips/mach-mscc/include/mach/luton/
H A Dluton_devcpu_gcb.h14 #define GPIO_ALT(x) (0x88 + 4 * (x)) argument
/openbmc/qemu/qobject/
H A Dqobject.c56 bool qobject_is_equal(const QObject *x, const QObject *y) in qobject_is_equal()
/openbmc/qemu/tests/tcg/multiarch/
H A Dfnmsub.c12 union U x = { .l = 0x4ff0000000000000ULL }; variable
/openbmc/sdbusplus/include/sdbusplus/utility/
H A Dmemory.hpp16 #define _cleanup_(x) __attribute__((__cleanup__(x))) argument
/openbmc/u-boot/arch/mips/include/asm/
H A Dmipsregs.h18 #define __STR(x) #x argument
21 #define STR(x) __STR(x) argument
829 #define get_isa16_mode(x) ((x) & 0x1) argument
830 #define msk_isa16_mode(x) ((x) & ~0x1) argument
831 #define set_isa16_mode(x) do { (x) |= 0x1; } while (0) argument
833 #define get_isa16_mode(x) 0 argument
834 #define msk_isa16_mode(x) (x) argument
835 #define set_isa16_mode(x) do { } while (0) argument
1606 #define mtlo0(x) \ argument
1617 #define mtlo1(x) \ argument
[all …]
/openbmc/u-boot/arch/arm/mach-tegra/tegra210/
H A Dclock.c74 #define CLK(x) CLOCK_ID_ ## x argument
1119 #define PLLE_SS_CNTL_SSCINCINTR(x) (((x) & 0x3f) << 24) argument
1120 #define PLLE_SS_CNTL_SSCINC(x) (((x) & 0xff) << 16) argument
1126 #define PLLE_SS_CNTL_SSCMAX(x) (((x) & 0x1ff) << 0) argument
1130 #define PLLE_BASE_PLDIV_CML(x) (((x) & 0x1f) << 24) argument
1131 #define PLLE_BASE_NDIV(x) (((x) & 0xff) << 8) argument
1132 #define PLLE_BASE_MDIV(x) (((x) & 0xff) << 0) argument
1139 #define PLLE_MISC_KCP(x) (((x) & 0x3) << 6) argument
1140 #define PLLE_MISC_VREG_CTRL(x) (((x) & 0x3) << 2) argument
/openbmc/u-boot/arch/arm/mach-tegra/tegra124/
H A Dclock.c72 #define CLK(x) CLOCK_ID_ ## x argument
933 #define PLLE_SS_CNTL_SSCINCINTR(x) (((x) & 0x3f) << 24) argument
934 #define PLLE_SS_CNTL_SSCINC(x) (((x) & 0xff) << 16) argument
940 #define PLLE_SS_CNTL_SSCMAX(x) (((x) & 0x1ff) << 0) argument
945 #define PLLE_BASE_PLDIV_CML(x) (((x) & 0xf) << 24) argument
946 #define PLLE_BASE_NDIV(x) (((x) & 0xff) << 8) argument
947 #define PLLE_BASE_MDIV(x) (((x) & 0xff) << 0) argument
954 #define PLLE_MISC_VREG_BG_CTRL(x) (((x) & 0x3) << 4) argument
955 #define PLLE_MISC_VREG_CTRL(x) (((x) & 0x3) << 2) argument
/openbmc/qemu/hw/scsi/
H A Dmptconfig.c28 #define repl1(x) x argument
29 #define repl2(x) x x argument
30 #define repl3(x) x x x argument
31 #define repl4(x) x x x x argument
32 #define repl5(x) x x x x x argument
33 #define repl6(x) x x x x x x argument
34 #define repl7(x) x x x x x x x argument
35 #define repl8(x) x x x x x x x x argument
37 #define repl(n, x) glue(repl, n)(x) argument
/openbmc/qemu/ui/
H A Ddbus-listener.c242 int x, int y, int w, int h) in dbus_call_update_gl()
332 uint32_t x, y, width, height, fourcc, backing_width, backing_height; in dbus_scanout_dmabuf_v2() local
470 uint32_t x, uint32_t y, in dbus_scanout_share_d3d_texture()
580 uint32_t x, uint32_t y, in dbus_scanout_texture()
695 uint32_t x, uint32_t y, in dbus_scanout_update()
739 int x, int y, int w, int h) in dbus_gl_gfx_update()
755 int x, int y, int w, int h) in dbus_gfx_update_sub()
815 int x, int y, int w, int h) in dbus_gfx_update()
878 int x, int y, bool on) in dbus_mouse_set()
/openbmc/ipmitool/src/plugins/lan/
H A Dmd5.c197 #define ROTATE_LEFT(x, n) (((x) << (n)) | ((x) >> (32 - (n)))) in md5_process() argument
202 #define F(x, y, z) (((x) & (y)) | (~(x) & (z))) in md5_process() argument
228 #define G(x, y, z) (((x) & (z)) | ((y) & ~(z))) in md5_process() argument
254 #define H(x, y, z) ((x) ^ (y) ^ (z)) in md5_process() argument
280 #define I(x, y, z) ((y) ^ ((x) | ~(z))) in md5_process() argument
/openbmc/qemu/hw/adc/
H A Daspeed_adc.c23 #define ASPEED_ADC_ENGINE_CH_EN(x) ((BIT(x)) << 16) argument
35 #define ASPEED_ADC_L(x) ((x) & ASPEED_ADC_L_MASK) argument
36 #define ASPEED_ADC_H(x) (((x) >> 16) & ASPEED_ADC_L_MASK) argument
39 #define LOWER_CHANNEL_DATA(x) ((x) & LOWER_CHANNEL_MASK) argument
40 #define UPPER_CHANNEL_DATA(x) (((x) >> 16) & LOWER_CHANNEL_MASK) argument
/openbmc/u-boot/arch/sh/include/asm/
H A Dunaligned-sh4a.h37 struct __una_u16 { u16 x __attribute__((packed)); }; member
38 struct __una_u32 { u32 x __attribute__((packed)); }; member
39 struct __una_u64 { u64 x __attribute__((packed)); }; member
/openbmc/u-boot/arch/arm/mach-mvebu/serdes/a38x/
H A Dseq_exec.c18 #define DB(x) x argument
20 #define DB(x) argument
/openbmc/u-boot/arch/x86/cpu/
H A Dwakeup.S12 #define RELOCATED(x) ((x) - __wakeup + WAKEUP_BASE) argument
/openbmc/u-boot/lib/
H A Derrno_str.c11 #define SAME_AS(x) (const char *)&errno_message[x] argument
/openbmc/u-boot/arch/arm/include/asm/
H A Dsystem.h332 #define __asmeq(x, y) ".ifnc " x "," y " ; .err ; .endif\n\t" argument
418 #define TTB_SECT_MAIR(x) ((x & 0x7) << 2) /* Index into MAIR */ argument
424 #define TTBCR_T0SZ(x) ((x) << 0) argument
425 #define TTBCR_T1SZ(x) ((x) << 16) argument
462 #define TTB_SECT_TEX(x) ((x & 0x7) << 12) argument
463 #define TTB_SECT_DOMAIN(x) ((x & 0xf) << 5) argument
521 #define arch_align_stack(x) (x) argument
/openbmc/u-boot/include/
H A Dfat.h69 #define FAT2CPU16(x) (x) argument
70 #define FAT2CPU32(x) (x) argument
72 #define FAT2CPU16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8)) argument
73 #define FAT2CPU32(x) ((((x) & 0x000000ff) << 24) | \ argument
83 #define IS_LAST_CLUST(x, fatsize) ((x) >= ((fatsize) != 32 ? \ argument
86 #define CHECK_CLUST(x, fatsize) ((x) <= 1 || \ argument
/openbmc/u-boot/arch/arm/include/asm/arch-meson/
H A Dgx.h46 #define GX_ETH_REG_0_TX_PHASE(x) (((x) & 3) << 5) argument
47 #define GX_ETH_REG_0_TX_RATIO(x) (((x) & 7) << 7) argument

1...<<11121314151617181920>>...45