| /openbmc/qemu/ui/ |
| H A D | sdl2.c | 305 int x, int y, int state) in sdl_send_mouse_event() 491 int scr_w, scr_h, surf_w, surf_h, x, y, dx, dy; in handle_mousemotion() local 528 int scr_w, scr_h, x, y; in handle_mousebutton() local 723 int x, int y, bool on) in sdl_mouse_warp()
|
| /openbmc/qemu/tests/tcg/hexagon/ |
| H A D | fpstuff.c | 681 static inline uint64_t dfmpyll(double x, double y) in dfmpyll() 688 static inline uint64_t dfmpylh(double acc, double x, double y) in dfmpylh()
|
| /openbmc/qemu/target/microblaze/ |
| H A D | mmu.h | 38 #define TLB_PAGESZ(x) (((x) & 0x7) << 7) argument 55 #define TLB_ZSEL(x) (((x) & 0xF) << 4) argument
|
| /openbmc/u-boot/tools/ |
| H A D | img2srec.c | 135 uint16_t x; in ExtractWord() local 145 uint32_t x; in ExtractLong() local
|
| /openbmc/u-boot/scripts/kconfig/lxdialog/ |
| H A D | textbox.c | 47 int i, x, y, cur_x, cur_y, key = 0; in dialog_textbox() local 341 int x = getcurx(win); in print_line() local
|
| /openbmc/u-boot/arch/arm/include/asm/arch-mx27/ |
| H A D | imx-regs.h | 318 #define ESDCTL_PRCT(x) (((x) & 0x3f) << 0) argument 321 #define ESDCTL_PWDT(x) (((x) & 3) << 10) argument 322 #define ESDCTL_SREFR(x) (((x) & 7) << 13) argument 342 #define ESDCFG_TRC(x) (((x) & 0xf) << 0) argument 343 #define ESDCFG_TRCD(x) (((x) & 0x7) << 4) argument 344 #define ESDCFG_TCAS(x) (((x) & 0x3) << 8) argument 345 #define ESDCFG_TRRD(x) (((x) & 0x3) << 10) argument 346 #define ESDCFG_TRAS(x) (((x) & 0x7) << 12) argument 348 #define ESDCFG_TMRD(x) (((x) & 0x3) << 16) argument 349 #define ESDCFG_TRP(x) (((x) & 0x3) << 18) argument [all …]
|
| /openbmc/qemu/include/qemu/ |
| H A D | qdist.h | 23 double x; member
|
| /openbmc/libmctp/ |
| H A D | libmctp-log.h | 27 #define pr_fmt(x) x argument
|
| /openbmc/u-boot/arch/arc/lib/ |
| H A D | _millicodethunk.S | 13 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x) argument
|
| /openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ |
| H A D | release.S | 137 #define toreset(x) (x - __secondary_start_page + 0xfffff000) argument
|
| /openbmc/qemu/target/ppc/ |
| H A D | mmu-hash64.h | 76 #define HPTE64_V_AVPN_VAL(x) (((x) & HPTE64_V_AVPN) >> HPTE64_V_AVPN_SHIFT) argument 77 #define HPTE64_V_COMPARE(x, y) (!(((x) ^ (y)) & 0xffffffffffffff83ULL)) argument 99 #define HPTE64_R_KEY(x) ((((x) & HPTE64_R_KEY_HI) >> 57) | \ argument
|
| /openbmc/u-boot/drivers/spi/ |
| H A D | bcm63xx_hsspi.c | 53 #define SPI_PFL_CLK_REG(x) (0x100 + (0x20 * (x)) + 0x00) argument 60 #define SPI_PFL_SIG_REG(x) (0x100 + (0x20 * (x)) + 0x04) argument 69 #define SPI_PFL_MODE_REG(x) (0x100 + (0x20 * (x)) + 0x08) argument
|
| /openbmc/u-boot/arch/arm/include/asm/arch-sunxi/ |
| H A D | clock_sun8i_a83t.h | 217 #define CCM_MMC_CTRL_M(x) ((x) - 1) argument 218 #define CCM_MMC_CTRL_OCLK_DLY(x) ((x) << 8) argument 219 #define CCM_MMC_CTRL_N(x) ((x) << 16) argument 220 #define CCM_MMC_CTRL_SCLK_DLY(x) ((x) << 20) argument 242 #define CCM_GMAC_CTRL_RX_CLK_DELAY(x) ((x) << 5) argument 243 #define CCM_GMAC_CTRL_TX_CLK_DELAY(x) ((x) << 10) argument 247 #define CCM_DRAMCLK_CFG_DIV(x) ((x - 1) << 0) argument 249 #define CCM_DRAMCLK_CFG_DIV0(x) ((x - 1) << 8) argument
|
| H A D | clock_sun6i.h | 266 #define CCM_PLL5_TUN_LOCK_TIME(x) (((x) & 0x7) << 24) argument 268 #define CCM_PLL5_TUN_INIT_FREQ(x) (((x) & 0x7f) << 16) argument 340 #define CCM_NAND_CTRL_M(x) ((x) - 1) argument 341 #define CCM_NAND_CTRL_N(x) ((x) << 16) argument 345 #define CCM_MMC_CTRL_M(x) ((x) - 1) argument 346 #define CCM_MMC_CTRL_OCLK_DLY(x) ((x) << 8) argument 347 #define CCM_MMC_CTRL_N(x) ((x) << 16) argument 348 #define CCM_MMC_CTRL_SCLK_DLY(x) ((x) << 20) argument 381 #define CCM_GMAC_CTRL_RX_CLK_DELAY(x) ((x) << 5) argument 382 #define CCM_GMAC_CTRL_TX_CLK_DELAY(x) ((x) << 10) argument [all …]
|
| /openbmc/u-boot/post/lib_powerpc/ |
| H A D | complex.c | 52 int x; in cpu_post_test_complex_2() local
|
| /openbmc/qemu/tests/tcg/arm/ |
| H A D | commpage.c | 34 #define fail_unless(x) \ argument
|
| /openbmc/qemu/include/ui/ |
| H A D | egl-helpers.h | 20 int x; member
|
| /openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/ |
| H A D | immap_lsch3.h | 72 #define TZASC_BUILD_CONFIG_REG(x) ((TZASC1_BASE + (x * 0x10000))) argument 73 #define TZASC_ACTION_REG(x) ((TZASC1_BASE + (x * 0x10000)) + 0x004) argument 74 #define TZASC_GATE_KEEPER(x) ((TZASC1_BASE + (x * 0x10000)) + 0x008) argument 75 #define TZASC_REGION_BASE_LOW_0(x) ((TZASC1_BASE + (x * 0x10000)) + 0x100) argument 76 #define TZASC_REGION_BASE_HIGH_0(x) ((TZASC1_BASE + (x * 0x10000)) + 0x104) argument 77 #define TZASC_REGION_TOP_LOW_0(x) ((TZASC1_BASE + (x * 0x10000)) + 0x108) argument 78 #define TZASC_REGION_TOP_HIGH_0(x) ((TZASC1_BASE + (x * 0x10000)) + 0x10C) argument 79 #define TZASC_REGION_ATTRIBUTES_0(x) ((TZASC1_BASE + (x * 0x10000)) + 0x110) argument 80 #define TZASC_REGION_ID_ACCESS_0(x) ((TZASC1_BASE + (x * 0x10000)) + 0x114) argument 216 #define TP_ITYP_TYPE(x) (((x) & 0x6) >> 1) /* Initiator Type */ argument [all …]
|
| /openbmc/u-boot/include/ |
| H A D | video_console.h | 13 #define VID_TO_PIXEL(x) ((x) / VID_FRAC_DIV) argument 14 #define VID_TO_POS(x) ((x) * VID_FRAC_DIV) argument
|
| H A D | image-sparse.h | 9 #define ROUNDUP(x, y) (((x) + ((y) - 1)) & ~((y) - 1)) argument
|
| /openbmc/qemu/tests/qtest/ |
| H A D | npcm7xx_gpio-test.c | 21 #define GPIO(x) (0xf0010000 + (x) * 0x1000) argument 22 #define GPIO_IRQ(x) (116 + (x)) argument
|
| /openbmc/u-boot/arch/arm/include/asm/armv8/ |
| H A D | mmu.h | 59 #define PTE_BLOCK_MEMTYPE(x) ((x) << 2) argument 82 #define TCR_T0SZ(x) ((64 - (x)) << 0) argument
|
| /openbmc/u-boot/drivers/net/phy/ |
| H A D | broadcom.c | 20 #define MIIM_BCM54XX_SHD_VAL(x) ((x & 0x1f) << 10) argument 21 #define MIIM_BCM54XX_SHD_DATA(x) ((x & 0x3ff) << 0) argument
|
| /openbmc/u-boot/arch/arm/include/asm/mach-imx/ |
| H A D | rdc-sema.h | 24 #define RDC_DOMAIN_SHIFT(x) (RDC_DOMAIN_SHIFT_BASE + ((x << 1))) argument 25 #define RDC_DOMAIN(x) ((rdc_peri_cfg_t)(0x3 << RDC_DOMAIN_SHIFT(x))) argument
|
| /openbmc/u-boot/include/dm/ |
| H A D | of_access.h | 37 #define of_node_get(x) (x) argument
|