| /openbmc/qemu/include/hw/pci/ |
| H A D | pci.h | 16 #define PCI_BUS_NUM(x) (((x) >> 8) & 0xff) argument 20 #define PCI_BDF_TO_DEVFN(x) ((x) & 0xff) argument
|
| /openbmc/qemu/tests/qtest/ |
| H A D | pflash-cfi02-test.c | 29 #define FLASH_ADDR(x) ((faddr) { .addr = (x) }) argument
|
| /openbmc/u-boot/drivers/spi/ |
| H A D | ich.c | 25 #define debug_trace(x, args...) argument
|
| /openbmc/u-boot/drivers/usb/host/ |
| H A D | ehci-tegra.c | 25 #define HOSTPC1_PSPD(x) (((x) >> 25) & 0x3) argument
|
| /openbmc/qemu/hw/display/ |
| H A D | g364fb.c | 84 int x, y; in g364fb_draw_graphic8() local
|
| H A D | cirrus_vga.c | 1961 int x; in cirrus_mem_writeb_mode4and5_8bpp() local 1982 int x; in cirrus_mem_writeb_mode4and5_16bpp() local 2226 int x, b0, b1; in vga_draw_cursor_line() local
|
| H A D | qxl.h | 131 #define PANIC_ON(x) if ((x)) { \ argument
|
| /openbmc/google-misc/subprojects/libcr51sign/src/ |
| H A D | libcr51sign.c | 33 #define POWER_OF_TWO(x) ((x) && !((x) & ((x) - 1))) argument
|
| /openbmc/u-boot/include/ |
| H A D | log.h | 186 #define assert(x) \ argument
|
| /openbmc/u-boot/arch/arm/mach-at91/include/mach/ |
| H A D | at91_emac.h | 88 #define AT91_EMAC_TCR_LEN(x) (x & 0x7FF) argument
|
| /openbmc/qemu/util/ |
| H A D | bitmap.c | 346 #define ALIGN_MASK(x,mask) (((x)+(mask))&~(mask)) argument
|
| /openbmc/u-boot/drivers/net/ |
| H A D | smc91111.c | 141 # define swap_to(x) argument
|
| /openbmc/u-boot/arch/nds32/include/asm/ |
| H A D | setup.h | 47 u8 x; member
|
| /openbmc/u-boot/drivers/serial/ |
| H A D | usbtty.c | 629 #define init_wMaxPacketSize(x) le16_to_cpu(get_unaligned(\ argument
|
| /openbmc/u-boot/drivers/clk/aspeed/ |
| H A D | clk_ast2400.c | 452 #define SCU_CLK_SD_DIV(x) (x << 12) argument
|
| /openbmc/qemu/tests/fp/ |
| H A D | fp-bench.c | 139 static uint64_t xorshift64star(uint64_t x) in xorshift64star()
|
| /openbmc/qemu/tests/tcg/multiarch/system/ |
| H A D | memory.c | 29 #define ARRAY_SIZE(x) ((sizeof(x) / sizeof((x)[0]))) argument
|
| /openbmc/qemu/target/sparc/ |
| H A D | cpu.c | 625 int i, x; in sparc_cpu_dump_state() local
|
| H A D | mmu_helper.c | 476 static inline hwaddr ultrasparc_truncate_physical(uint64_t x) in ultrasparc_truncate_physical()
|
| /openbmc/qemu/hw/sensor/ |
| H A D | lsm303dlhc_mag.c | 55 int16_t x; member
|
| /openbmc/qemu/include/qemu/ |
| H A D | bswap.h | 13 static inline uint32_t bswap24(uint32_t x) in bswap24()
|
| /openbmc/qemu/target/ppc/ |
| H A D | misc_helper.c | 453 #define THRM1_THRES(x) (((x) & 0x7f) << 23) in helper_fixup_thrm() argument
|
| /openbmc/phosphor-bmc-code-mgmt/i2c-vr/xdpe1x2xx/ |
| H A D | xdpe1x2xx.cpp | 11 #define REMAINING_TIMES(x, y) (((((x)[1]) << 8) | ((x)[0])) / (y)) argument
|
| /openbmc/u-boot/arch/arm/include/asm/arch-mx6/ |
| H A D | imx-regs.h | 690 #define MXC_CSPICTRL_CHIPSELECT(x) (((x) & 0x3) << 12) argument 691 #define MXC_CSPICTRL_BITCOUNT(x) (((x) & 0xfff) << 20) argument 692 #define MXC_CSPICTRL_PREDIV(x) (((x) & 0xF) << 12) argument 693 #define MXC_CSPICTRL_POSTDIV(x) (((x) & 0xF) << 8) argument 694 #define MXC_CSPICTRL_SELCHAN(x) (((x) & 0x3) << 18) argument 983 #define PWMCR_PRESCALER(x) (((x - 1) & 0xFFF) << 4) argument
|
| /openbmc/u-boot/drivers/usb/musb-new/ |
| H A D | musb_core.h | 34 #define MUSB_HWVERS_MAJOR(x) ((x >> 10) & 0x1f) argument 35 #define MUSB_HWVERS_MINOR(x) (x & 0x3ff) argument
|