Home
last modified time | relevance | path

Searched defs:x (Results 926 – 950 of 1111) sorted by relevance

1...<<31323334353637383940>>...45

/openbmc/qemu/include/hw/pci/
H A Dpci.h16 #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 Dpflash-cfi02-test.c29 #define FLASH_ADDR(x) ((faddr) { .addr = (x) }) argument
/openbmc/u-boot/drivers/spi/
H A Dich.c25 #define debug_trace(x, args...) argument
/openbmc/u-boot/drivers/usb/host/
H A Dehci-tegra.c25 #define HOSTPC1_PSPD(x) (((x) >> 25) & 0x3) argument
/openbmc/qemu/hw/display/
H A Dg364fb.c84 int x, y; in g364fb_draw_graphic8() local
H A Dcirrus_vga.c1961 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 Dqxl.h131 #define PANIC_ON(x) if ((x)) { \ argument
/openbmc/google-misc/subprojects/libcr51sign/src/
H A Dlibcr51sign.c33 #define POWER_OF_TWO(x) ((x) && !((x) & ((x) - 1))) argument
/openbmc/u-boot/include/
H A Dlog.h186 #define assert(x) \ argument
/openbmc/u-boot/arch/arm/mach-at91/include/mach/
H A Dat91_emac.h88 #define AT91_EMAC_TCR_LEN(x) (x & 0x7FF) argument
/openbmc/qemu/util/
H A Dbitmap.c346 #define ALIGN_MASK(x,mask) (((x)+(mask))&~(mask)) argument
/openbmc/u-boot/drivers/net/
H A Dsmc91111.c141 # define swap_to(x) argument
/openbmc/u-boot/arch/nds32/include/asm/
H A Dsetup.h47 u8 x; member
/openbmc/u-boot/drivers/serial/
H A Dusbtty.c629 #define init_wMaxPacketSize(x) le16_to_cpu(get_unaligned(\ argument
/openbmc/u-boot/drivers/clk/aspeed/
H A Dclk_ast2400.c452 #define SCU_CLK_SD_DIV(x) (x << 12) argument
/openbmc/qemu/tests/fp/
H A Dfp-bench.c139 static uint64_t xorshift64star(uint64_t x) in xorshift64star()
/openbmc/qemu/tests/tcg/multiarch/system/
H A Dmemory.c29 #define ARRAY_SIZE(x) ((sizeof(x) / sizeof((x)[0]))) argument
/openbmc/qemu/target/sparc/
H A Dcpu.c625 int i, x; in sparc_cpu_dump_state() local
H A Dmmu_helper.c476 static inline hwaddr ultrasparc_truncate_physical(uint64_t x) in ultrasparc_truncate_physical()
/openbmc/qemu/hw/sensor/
H A Dlsm303dlhc_mag.c55 int16_t x; member
/openbmc/qemu/include/qemu/
H A Dbswap.h13 static inline uint32_t bswap24(uint32_t x) in bswap24()
/openbmc/qemu/target/ppc/
H A Dmisc_helper.c453 #define THRM1_THRES(x) (((x) & 0x7f) << 23) in helper_fixup_thrm() argument
/openbmc/phosphor-bmc-code-mgmt/i2c-vr/xdpe1x2xx/
H A Dxdpe1x2xx.cpp11 #define REMAINING_TIMES(x, y) (((((x)[1]) << 8) | ((x)[0])) / (y)) argument
/openbmc/u-boot/arch/arm/include/asm/arch-mx6/
H A Dimx-regs.h690 #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 Dmusb_core.h34 #define MUSB_HWVERS_MAJOR(x) ((x >> 10) & 0x1f) argument
35 #define MUSB_HWVERS_MINOR(x) (x & 0x3ff) argument

1...<<31323334353637383940>>...45