| /openbmc/qemu/include/hw/pci/ |
| H A D | pcie_regs.h | 26 #define PCI_EXT_CAP_ALIGNUP(x) \ argument
|
| /openbmc/qemu/hw/display/ |
| H A D | ssd0303.c | 212 int x; in ssd0303_update_display() local
|
| H A D | jazz_led.c | 90 int x, bpp; in draw_horizontal_line() local
|
| /openbmc/qemu/hw/arm/ |
| H A D | xilinx_zynq.c | 77 #define ARMV7_IMM16(x) (extract32((x), 0, 12) | \ argument
|
| /openbmc/qemu/tests/tcg/i386/ |
| H A D | test-i386.c | 43 #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 D | smc91111.h | 217 #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 D | fsl_mmdc.h | 29 #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 D | wm8750.c | 67 #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 D | fcvt.c | 15 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) argument
|
| /openbmc/qemu/pc-bios/s390-ccw/ |
| H A D | sclp.h | 107 #define __pa(x) (x) argument
|
| /openbmc/u-boot/arch/powerpc/include/asm/ |
| H A D | fsl_law.h | 48 #define lawar_size(x) (1ULL << ((x & 0x3f) + 1)) argument
|
| /openbmc/u-boot/drivers/gpio/ |
| H A D | da8xx_gpio.c | 28 #define pinmux(x) (&davinci_syscfg_regs->pinmux[x]) argument
|
| /openbmc/u-boot/drivers/i2c/ |
| H A D | at91_i2c.h | 28 #define TWI_CWGR_HOLD(x) (((x) & TWI_CWGR_HOLD_MAX) << 24) argument
|
| H A D | ast_i2c.h | 29 #define I2CD_BUFF_SEL(x) (x << 20) argument
|
| /openbmc/qemu/tests/unit/ |
| H A D | test-throttle.c | 34 static bool double_cmp(double x, double y) in double_cmp()
|
| /openbmc/phosphor-host-ipmid/ |
| H A D | ipmisensor.cpp | 23 #define ISBITSET(x, y) (((x) >> (y)) & 0x01) argument
|
| /openbmc/bmcweb/http/ |
| H A D | routing.hpp | 376 std::vector<unsigned> x; in getRoutes() local
|
| /openbmc/telemetry/tests/src/ |
| H A D | test_numeric_threshold.cpp | 62 registerForUpdates(Truly([sut = sut.get()](const auto& x) { in TEST_F()
|
| /openbmc/qemu/hw/timer/ |
| H A D | xilinx_timer.c | 39 #define D(x) argument
|
| /openbmc/qemu/hw/fsi/ |
| H A D | aspeed_apb2opb.c | 18 #define TO_REG(x) (x >> 2) argument
|
| /openbmc/u-boot/drivers/mtd/nand/raw/ |
| H A D | pxa3xx_nand.c | 65 #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 D | display.h | 229 #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 D | mpp.h | 21 #define MPP_NUM(x) ((x) & 0xff) argument 22 #define MPP_SEL(x) (((x) >> 8) & 0xf) argument
|
| /openbmc/qemu/target/m68k/ |
| H A D | helper.c | 1235 #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 D | console.h | 116 int x; member 139 uint32_t x; member
|