| /openbmc/u-boot/include/linux/mtd/ |
| H A D | ndfc.h | 39 #define NDFC_CCR_BS(x) (((x) & 0x3) << 24) /* Select Bank on CE[x] */ argument
|
| /openbmc/qemu/crypto/ |
| H A D | clmul.c | 49 static uint64_t unpack_8_to_16(uint64_t x) in unpack_8_to_16()
|
| /openbmc/u-boot/arch/x86/include/asm/arch-broadwell/ |
| H A D | rcb.h | 47 #define PCH_DISABLE_PCIE(x) (1 << (16 + x)) argument
|
| H A D | pm.h | 74 #define GPE0_STS(x) (0x80 + (x * 4)) argument 90 #define GPE0_EN(x) (0x90 + (x * 4)) argument
|
| /openbmc/u-boot/scripts/dtc/ |
| H A D | dtc.c | 39 static int is_power_of_2(int x) in is_power_of_2()
|
| /openbmc/u-boot/arch/arm/mach-at91/include/mach/ |
| H A D | at91sam9260_matrix.h | 67 #define AT91_MATRIX_SLOT_CYCLE_(x) (x << 0) argument
|
| /openbmc/qemu/tests/tcg/multiarch/libs/ |
| H A D | float_helpers.c | 27 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) argument
|
| /openbmc/qemu/scripts/ |
| H A D | minikconf.py | 44 allyesconfig = lambda x: True argument 45 allnoconfig = lambda x: False argument 46 defconfig = lambda x: x argument 47 randconfig = lambda x: random.randint(0, 1) == 1 argument
|
| /openbmc/u-boot/board/aspeed/ast2600_dcscm/ |
| H A D | ast2600_dcscm.c | 21 #define SET_SEL80HGIO(x) ((x & 0x1f) << 24) /* Select 80hGIO Offset */ argument
|
| /openbmc/u-boot/include/ |
| H A D | adc.h | 11 #define ADC_CHANNEL(x) (1 << x) argument
|
| /openbmc/qemu/include/scsi/ |
| H A D | utils.h | 123 #define SENSE_CODE(x) sense_code_ ## x argument
|
| /openbmc/u-boot/include/linux/ |
| H A D | ctype.h | 20 #define __ismask(x) (_ctype[(int)(unsigned char)(x)]) argument
|
| /openbmc/qemu/tests/bench/ |
| H A D | atomic64-bench.c | 47 static uint64_t xorshift64star(uint64_t x) in xorshift64star()
|
| H A D | atomic_add-bench.c | 45 static uint64_t xorshift64star(uint64_t x) in xorshift64star()
|
| /openbmc/u-boot/drivers/misc/ |
| H A D | i2c_eeprom_emul.c | 18 #define debug_buffer(x, ...) argument
|
| /openbmc/qemu/hw/nvme/ |
| H A D | nguid.c | 43 uint32_t x; in nvme_nguid_generate() local
|
| /openbmc/u-boot/drivers/usb/gadget/ |
| H A D | dwc2_udc_otg.c | 204 #define BYTES2MAXP(x) (x / 8) argument 205 #define MAXP2BYTES(x) (x * 8) argument
|
| /openbmc/u-boot/include/configs/ |
| H A D | vexpress_common.h | 26 #define V2M_PERIPH_OFFSET(x) (x << 12) argument 40 #define V2M_PERIPH_OFFSET(x) (x << 16) argument
|
| /openbmc/u-boot/drivers/mtd/nand/raw/ |
| H A D | nand_util.c | 37 #define cpu_to_je16(x) (x) argument 38 #define cpu_to_je32(x) (x) argument
|
| /openbmc/qemu/target/ppc/ |
| H A D | mem_helper.c | 416 #define I(x) (x) argument 444 #define I(x) (x) argument
|
| /openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/ |
| H A D | immap_lsch2.h | 116 #define TZASC_BUILD_CONFIG_REG(x) ((TZASC1_BASE + (x * 0x10000))) argument 117 #define TZASC_ACTION_REG(x) ((TZASC1_BASE + (x * 0x10000)) + 0x004) argument 118 #define TZASC_GATE_KEEPER(x) ((TZASC1_BASE + (x * 0x10000)) + 0x008) argument 119 #define TZASC_REGION_BASE_LOW_0(x) ((TZASC1_BASE + (x * 0x10000)) + 0x100) argument 120 #define TZASC_REGION_BASE_HIGH_0(x) ((TZASC1_BASE + (x * 0x10000)) + 0x104) argument 121 #define TZASC_REGION_TOP_LOW_0(x) ((TZASC1_BASE + (x * 0x10000)) + 0x108) argument 122 #define TZASC_REGION_TOP_HIGH_0(x) ((TZASC1_BASE + (x * 0x10000)) + 0x10C) argument 123 #define TZASC_REGION_ATTRIBUTES_0(x) ((TZASC1_BASE + (x * 0x10000)) + 0x110) argument 124 #define TZASC_REGION_ID_ACCESS_0(x) ((TZASC1_BASE + (x * 0x10000)) + 0x114) argument 127 #define TP_ITYP_TYPE(x) (((x) & 0x6) >> 1) /* Initiator Type */ argument [all …]
|
| /openbmc/qemu/hw/m68k/ |
| H A D | next-cube.c | 166 #define SCR2_TOBCD(x) (((x / 10) << 4) + (x % 10)) argument 291 #define NEXTDMA_SCSI(x) (0x10 + x) argument 292 #define NEXTDMA_FD(x) (0x10 + x) argument 293 #define NEXTDMA_ENTX(x) (0x110 + x) argument 294 #define NEXTDMA_ENRX(x) (0x150 + x) argument
|
| /openbmc/libmctp/tests/ |
| H A D | test_seq.c | 43 #define SEQ(x) (x << MCTP_HDR_SEQ_SHIFT) argument
|
| /openbmc/u-boot/drivers/usb/musb/ |
| H A D | musb_debug.h | 10 #define MUSB_FLAGS_PRINT(v, x, y) \ argument
|
| /openbmc/u-boot/board/davinci/da8xxevm/ |
| H A D | omapl138_lcdk.c | 30 #define pinmux(x) (&davinci_syscfg_regs->pinmux[x]) argument
|