| /openbmc/qemu/scripts/simplebench/ |
| H A D | results_to_text.py | 28 def format_value(x, stdev): argument
|
| /openbmc/u-boot/api/ |
| H A D | api_display.c | 42 int display_draw_bitmap(ulong bitmap, int x, int y) in display_draw_bitmap()
|
| /openbmc/u-boot/arch/powerpc/include/asm/ |
| H A D | mc146818rtc.h | 10 #define RTC_PORT(x) (0x70 + (x)) argument
|
| H A D | mmu.h | 209 #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 D | mux.h | 39 #define OFFSET(x) (unsigned int) (&((struct pad_signals *)\ argument
|
| /openbmc/qemu/tests/tcg/i386/ |
| H A D | test-i386-vm86.S | 5 #define GET_OFFSET(x) ((x) - vm86_code_start + 0x100) argument
|
| H A D | test-i386-pcmpistri.c | 7 __m128i x; member
|
| /openbmc/qemu/tests/functional/qemu_test/ |
| H A D | utils.py | 23 def pow2ceil(x): argument
|
| /openbmc/u-boot/arch/arm/include/asm/arch-meson/ |
| H A D | gx.h | 46 #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 D | fat.h | 69 #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 D | lcd_console_rotation.c | 11 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 D | util.c | 341 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 D | lcdc.h | 63 #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 D | pauth-4.c | 25 uintptr_t in, x, y; in main() local
|
| /openbmc/qemu/bsd-user/x86_64/ |
| H A D | target_arch_elf.h | 24 #define elf_check_arch(x) (((x) == ELF_ARCH)) argument
|
| /openbmc/u-boot/drivers/watchdog/ |
| H A D | bcm2835_wdt.c | 13 #define SECS_TO_WDOG_TICKS(x) ((x) << 16) argument
|
| /openbmc/u-boot/arch/arm/include/asm/arch-lpc32xx/ |
| H A D | gpio_grp.h | 37 #define LPC32XX_GPIO(x, y) ((x) + (y)) argument
|
| /openbmc/u-boot/arch/arm/lib/ |
| H A D | lib1funcs.S | 22 #define UNWIND(x...) argument
|
| /openbmc/qemu/bsd-user/i386/ |
| H A D | target_arch_elf.h | 24 #define elf_check_arch(x) (((x) == EM_386) || ((x) == EM_486)) argument
|
| /openbmc/u-boot/arch/mips/mach-mscc/include/mach/ocelot/ |
| H A D | ocelot_devcpu_gcb.h | 21 #define GPIO_ALT(x) (0x54 + 4 * (x)) argument
|
| /openbmc/u-boot/arch/x86/include/asm/ |
| H A D | lapic.h | 47 #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 D | lzo1x_decompress.c | 20 #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 D | int_helper.c | 31 #define HELPER_LOG(x...) qemu_log(x) argument 33 #define HELPER_LOG(x...) argument
|
| /openbmc/qemu/hw/audio/ |
| H A D | via-ac97.c | 20 #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 D | e1000_regs.h | 164 #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
|