Home
last modified time | relevance | path

Searched defs:x (Results 651 – 675 of 1111) sorted by relevance

1...<<21222324252627282930>>...45

/openbmc/u-boot/include/linux/mtd/
H A Dndfc.h39 #define NDFC_CCR_BS(x) (((x) & 0x3) << 24) /* Select Bank on CE[x] */ argument
/openbmc/qemu/crypto/
H A Dclmul.c49 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 Drcb.h47 #define PCH_DISABLE_PCIE(x) (1 << (16 + x)) argument
H A Dpm.h74 #define GPE0_STS(x) (0x80 + (x * 4)) argument
90 #define GPE0_EN(x) (0x90 + (x * 4)) argument
/openbmc/u-boot/scripts/dtc/
H A Ddtc.c39 static int is_power_of_2(int x) in is_power_of_2()
/openbmc/u-boot/arch/arm/mach-at91/include/mach/
H A Dat91sam9260_matrix.h67 #define AT91_MATRIX_SLOT_CYCLE_(x) (x << 0) argument
/openbmc/qemu/tests/tcg/multiarch/libs/
H A Dfloat_helpers.c27 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) argument
/openbmc/qemu/scripts/
H A Dminikconf.py44 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 Dast2600_dcscm.c21 #define SET_SEL80HGIO(x) ((x & 0x1f) << 24) /* Select 80hGIO Offset */ argument
/openbmc/u-boot/include/
H A Dadc.h11 #define ADC_CHANNEL(x) (1 << x) argument
/openbmc/qemu/include/scsi/
H A Dutils.h123 #define SENSE_CODE(x) sense_code_ ## x argument
/openbmc/u-boot/include/linux/
H A Dctype.h20 #define __ismask(x) (_ctype[(int)(unsigned char)(x)]) argument
/openbmc/qemu/tests/bench/
H A Datomic64-bench.c47 static uint64_t xorshift64star(uint64_t x) in xorshift64star()
H A Datomic_add-bench.c45 static uint64_t xorshift64star(uint64_t x) in xorshift64star()
/openbmc/u-boot/drivers/misc/
H A Di2c_eeprom_emul.c18 #define debug_buffer(x, ...) argument
/openbmc/qemu/hw/nvme/
H A Dnguid.c43 uint32_t x; in nvme_nguid_generate() local
/openbmc/u-boot/drivers/usb/gadget/
H A Ddwc2_udc_otg.c204 #define BYTES2MAXP(x) (x / 8) argument
205 #define MAXP2BYTES(x) (x * 8) argument
/openbmc/u-boot/include/configs/
H A Dvexpress_common.h26 #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 Dnand_util.c37 #define cpu_to_je16(x) (x) argument
38 #define cpu_to_je32(x) (x) argument
/openbmc/qemu/target/ppc/
H A Dmem_helper.c416 #define I(x) (x) argument
444 #define I(x) (x) argument
/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/
H A Dimmap_lsch2.h116 #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 Dnext-cube.c166 #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 Dtest_seq.c43 #define SEQ(x) (x << MCTP_HDR_SEQ_SHIFT) argument
/openbmc/u-boot/drivers/usb/musb/
H A Dmusb_debug.h10 #define MUSB_FLAGS_PRINT(v, x, y) \ argument
/openbmc/u-boot/board/davinci/da8xxevm/
H A Domapl138_lcdk.c30 #define pinmux(x) (&davinci_syscfg_regs->pinmux[x]) argument

1...<<21222324252627282930>>...45