Home
last modified time | relevance | path

Searched defs:x (Results 826 – 850 of 1111) sorted by relevance

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

/openbmc/qemu/include/hw/pci/
H A Dpcie_regs.h26 #define PCI_EXT_CAP_ALIGNUP(x) \ argument
/openbmc/qemu/hw/display/
H A Dssd0303.c212 int x; in ssd0303_update_display() local
H A Djazz_led.c90 int x, bpp; in draw_horizontal_line() local
/openbmc/qemu/hw/arm/
H A Dxilinx_zynq.c77 #define ARMV7_IMM16(x) (extract32((x), 0, 12) | \ argument
/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386.c43 #define X86_64_ONLY(x) x argument
47 #define X86_64_ONLY(x) argument
54 #define xglue(x, y) x ## y argument
55 #define glue(x, y) xglue(x, y) argument
/openbmc/u-boot/drivers/net/
H A Dsmc91111.h217 #define SWAB7206(x) ({ word __x = x; ((__x << 8)|(__x >> 8)); }) argument
755 #define SMC_SELECT_BANK(a,x) { SMC_outw((a), (x), BANK_SELECT ); } argument
758 #define SMC_ENABLE_INT(a,x) {\ argument
768 #define SMC_DISABLE_INT(a,x) {\ argument
/openbmc/u-boot/include/
H A Dfsl_mmdc.h29 #define CMD_ADDR_MSB_MR_OP(x) (x << 24) argument
30 #define CMD_ADDR_LSB_MR_ADDR(x) (x << 16) argument
/openbmc/qemu/hw/audio/
H A Dwm8750.c67 #define WM8750_OUTVOL_TRANSFORM(x) wm8750_vol_db_table[(0x7f - x) / 3] argument
68 #define WM8750_INVOL_TRANSFORM(x) (x << 2) argument
/openbmc/qemu/tests/tcg/arm/
H A Dfcvt.c15 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) argument
/openbmc/qemu/pc-bios/s390-ccw/
H A Dsclp.h107 #define __pa(x) (x) argument
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dfsl_law.h48 #define lawar_size(x) (1ULL << ((x & 0x3f) + 1)) argument
/openbmc/u-boot/drivers/gpio/
H A Dda8xx_gpio.c28 #define pinmux(x) (&davinci_syscfg_regs->pinmux[x]) argument
/openbmc/u-boot/drivers/i2c/
H A Dat91_i2c.h28 #define TWI_CWGR_HOLD(x) (((x) & TWI_CWGR_HOLD_MAX) << 24) argument
H A Dast_i2c.h29 #define I2CD_BUFF_SEL(x) (x << 20) argument
/openbmc/qemu/tests/unit/
H A Dtest-throttle.c34 static bool double_cmp(double x, double y) in double_cmp()
/openbmc/phosphor-host-ipmid/
H A Dipmisensor.cpp23 #define ISBITSET(x, y) (((x) >> (y)) & 0x01) argument
/openbmc/bmcweb/http/
H A Drouting.hpp376 std::vector<unsigned> x; in getRoutes() local
/openbmc/telemetry/tests/src/
H A Dtest_numeric_threshold.cpp62 registerForUpdates(Truly([sut = sut.get()](const auto& x) { in TEST_F()
/openbmc/qemu/hw/timer/
H A Dxilinx_timer.c39 #define D(x) argument
/openbmc/qemu/hw/fsi/
H A Daspeed_apb2opb.c18 #define TO_REG(x) (x >> 2) argument
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dpxa3xx_nand.c65 #define NDCR_RD_ID_CNT(x) (((x) << 16) & NDCR_RD_ID_CNT_MASK) argument
95 #define NDCB0_EXT_CMD_TYPE(x) (((x) << 29) & NDCB0_EXT_CMD_TYPE_MASK) argument
97 #define NDCB0_CMD_TYPE(x) (((x) << 21) & NDCB0_CMD_TYPE_MASK) argument
101 #define NDCB0_ADDR_CYC(x) (((x) << 16) & NDCB0_ADDR_CYC_MASK) argument
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/
H A Ddisplay.h229 #define SUNXI_DE_FE_WIDTH(x) (((x) - 1) << 0) argument
243 #define SUNXI_DE_BE_WIDTH(x) (((x) - 1) << 0) argument
250 #define SUNXI_DE_BE_LAYER_STRIDE(x) ((x) << 5) argument
259 #define SUNXI_HDMI_X(x) (((x) - 1) << 0) argument
/openbmc/u-boot/arch/arm/mach-kirkwood/include/mach/
H A Dmpp.h21 #define MPP_NUM(x) ((x) & 0xff) argument
22 #define MPP_SEL(x) (((x) >> 8) & 0xf) argument
/openbmc/qemu/target/m68k/
H A Dhelper.c1235 #define COMPUTE_CCR(op, x, n, z, v, c) { \ argument
1282 uint32_t x, c, n, z, v; in cpu_m68k_get_ccr() local
/openbmc/qemu/include/ui/
H A Dconsole.h116 int x; member
139 uint32_t x; member

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