Home
last modified time | relevance | path

Searched defs:x (Results 376 – 400 of 1111) sorted by relevance

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

/openbmc/qemu/scripts/simplebench/
H A Dresults_to_text.py28 def format_value(x, stdev): argument
/openbmc/u-boot/api/
H A Dapi_display.c42 int display_draw_bitmap(ulong bitmap, int x, int y) in display_draw_bitmap()
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dmc146818rtc.h10 #define RTC_PORT(x) (0x70 + (x)) argument
H A Dmmu.h209 #define BATU_VALID(x) (x & 0x3) argument
210 #define BATU_VADDR(x) (x & 0xfffe0000) argument
211 #define BATL_PADDR(x) ((phys_addr_t)((x & 0xfffe0000) \ argument
214 #define BATU_SIZE(x) (1ULL << (fls((x & BATU_BL_MAX) >> 2) + 17)) argument
217 #define TO_BATU_BL(x) \ argument
393 #define MAS0_TLBSEL(x) (((x) << 28) & MAS0_TLBSEL_MSK) argument
395 #define MAS0_ESEL(x) (((x) << 16) & MAS0_ESEL_MSK) argument
396 #define MAS0_NV(x) ((x) & 0x00000FFF) argument
400 #define MAS1_TID(x) (((x) << 16) & 0x3FFF0000) argument
402 #define MAS1_TSIZE(x) (((x) << 7) & 0x00000F80) argument
[all …]
/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/
H A Dmux.h39 #define OFFSET(x) (unsigned int) (&((struct pad_signals *)\ argument
/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386-vm86.S5 #define GET_OFFSET(x) ((x) - vm86_code_start + 0x100) argument
H A Dtest-i386-pcmpistri.c7 __m128i x; member
/openbmc/qemu/tests/functional/qemu_test/
H A Dutils.py23 def pow2ceil(x): 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
/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/common/
H A Dlcd_console_rotation.c11 static void lcd_putc_xy90(struct console_t *pcons, ushort x, ushort y, char c) in lcd_putc_xy90()
64 static void lcd_putc_xy180(struct console_t *pcons, ushort x, ushort y, char c) in lcd_putc_xy180()
113 static void lcd_putc_xy270(struct console_t *pcons, ushort x, ushort y, char c) in lcd_putc_xy270()
/openbmc/u-boot/scripts/kconfig/lxdialog/
H A Dutil.c341 void end_dialog(int x, int y) in end_dialog()
369 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x) in print_autowrap()
434 void print_button(WINDOW * win, const char *label, int y, int x, int selected) in print_button()
464 draw_box(WINDOW * win, int y, int x, int height, int width, in draw_box()
498 void draw_shadow(WINDOW * win, int y, int x, int height, int width) in draw_shadow()
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/
H A Dlcdc.h63 #define SUNXI_LCDC_X(x) (((x) - 1) << 16) argument
93 #define SUNXI_LCDC_TCON0_IO_POL_DCLK_PHASE(x) ((x) << 28) argument
102 #define SUNXI_LCDC_MUX_CTRL_SRC0(x) ((x) << 0) argument
104 #define SUNXI_LCDC_MUX_CTRL_SRC1(x) ((x) << 4) argument
109 #define SUNXI_LCDC_LVDS_ANA0_DRVD(x) ((x) << 20) argument
/openbmc/qemu/tests/tcg/aarch64/
H A Dpauth-4.c25 uintptr_t in, x, y; in main() local
/openbmc/qemu/bsd-user/x86_64/
H A Dtarget_arch_elf.h24 #define elf_check_arch(x) (((x) == ELF_ARCH)) argument
/openbmc/u-boot/drivers/watchdog/
H A Dbcm2835_wdt.c13 #define SECS_TO_WDOG_TICKS(x) ((x) << 16) argument
/openbmc/u-boot/arch/arm/include/asm/arch-lpc32xx/
H A Dgpio_grp.h37 #define LPC32XX_GPIO(x, y) ((x) + (y)) argument
/openbmc/u-boot/arch/arm/lib/
H A Dlib1funcs.S22 #define UNWIND(x...) argument
/openbmc/qemu/bsd-user/i386/
H A Dtarget_arch_elf.h24 #define elf_check_arch(x) (((x) == EM_386) || ((x) == EM_486)) argument
/openbmc/u-boot/arch/mips/mach-mscc/include/mach/ocelot/
H A Docelot_devcpu_gcb.h21 #define GPIO_ALT(x) (0x54 + 4 * (x)) argument
/openbmc/u-boot/arch/x86/include/asm/
H A Dlapic.h47 #define GET_LAPIC_DEST_FIELD(x) (((x) >> 24) & 0xff) argument
48 #define SET_LAPIC_DEST_FIELD(x) ((x) << 24) argument
/openbmc/u-boot/lib/lzo/
H A Dlzo1x_decompress.c20 #define HAVE_IP(x, ip_end, ip) ((size_t)(ip_end - ip) < (x)) argument
21 #define HAVE_OP(x, op_end, op) ((size_t)(op_end - op) < (x)) argument
/openbmc/qemu/target/s390x/tcg/
H A Dint_helper.c31 #define HELPER_LOG(x...) qemu_log(x) argument
33 #define HELPER_LOG(x...) argument
/openbmc/qemu/hw/audio/
H A Dvia-ac97.c20 #define CLEN_IS_EOL(x) ((x)->clen & BIT(31)) argument
21 #define CLEN_IS_FLAG(x) ((x)->clen & BIT(30)) argument
22 #define CLEN_IS_STOP(x) ((x)->clen & BIT(29)) argument
23 #define CLEN_LEN(x) ((x)->clen & 0xffffff) argument
/openbmc/qemu/hw/net/
H A De1000_regs.h164 #define E1000_IVAR_RXQ0(x) ((x) >> E1000_IVAR_RXQ0_SHIFT) argument
165 #define E1000_IVAR_RXQ1(x) ((x) >> E1000_IVAR_RXQ1_SHIFT) argument
166 #define E1000_IVAR_TXQ0(x) ((x) >> E1000_IVAR_TXQ0_SHIFT) argument
167 #define E1000_IVAR_TXQ1(x) ((x) >> E1000_IVAR_TXQ1_SHIFT) argument
168 #define E1000_IVAR_OTHER(x) ((x) >> E1000_IVAR_OTHER_SHIFT) argument
170 #define E1000_IVAR_ENTRY_VALID(x) ((x) & E1000_IVAR_ENTRY_VALID_MASK) argument
171 #define E1000_IVAR_ENTRY_VEC(x) ((x) & E1000_IVAR_ENTRY_VEC_MASK) argument

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