Home
last modified time | relevance | path

Searched defs:x (Results 1001 – 1025 of 1111) sorted by relevance

1...<<4142434445

/openbmc/u-boot/include/linux/usb/
H A Ddwc3.h158 #define DWC3_GCTL_RAMCLKSEL(x) \ argument
/openbmc/qemu/hw/dma/
H A Dxilinx_axidma.c41 #define D(x) argument
/openbmc/qemu/target/ppc/
H A Dtcg-excp_helper.c100 static uint32_t helper_SIMON_LIKE_32_64(uint32_t x, uint64_t key, uint32_t lane) in helper_SIMON_LIKE_32_64()
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/
H A Dclock_sun50i_h6.h305 #define CCM_MMC_CTRL_M(x) ((x) - 1) argument
306 #define CCM_MMC_CTRL_N(x) ((x) << 8) argument
/openbmc/qemu/hw/audio/
H A Dfmopl.c235 #define LOG(n,x) argument
/openbmc/u-boot/include/
H A Dimx8image.h244 #define IMG_TYPE(x) (((x) & IMG_TYPE_MASK) >> IMG_TYPE_SHIFT) argument
/openbmc/u-boot/drivers/net/
H A Dsunxi_emac.c181 u32 x = readl(reg); in emac_inblk_32bit() local
/openbmc/u-boot/common/
H A Dusb_storage.c62 #define US_DIRECTION(x) ((us_direction[x>>3] >> (x & 7)) & 1) argument
/openbmc/qemu/hw/net/
H A De1000_common.h30 #define defreg(x) x = (E1000_##x >> 2) argument
/openbmc/u-boot/arch/arm/include/asm/
H A Dsetup.h112 u8 x; member
/openbmc/u-boot/drivers/bios_emulator/include/
H A Dbiosemu.h250 RMWORDREGS x; member
/openbmc/qemu/migration/
H A Doptions.c83 #define DEFINE_PROP_MIG_CAP(name, x) \ argument
/openbmc/qemu/hw/display/
H A Dvirtio-gpu-virgl.c371 static void virtio_gpu_rect_update(VirtIOGPU *g, int idx, int x, int y, in virtio_gpu_rect_update()
/openbmc/qemu/bsd-user/
H A Dsyscall_defs.h525 #define target_to_host_bitmask(x, tbl) (x) argument
527 #define host_to_target_bitmask(x, tbl) (x) argument
/openbmc/u-boot/cmd/
H A Dotp.c110 #define OTPTOOL_VERSION_MAJOR(x) (((x) >> 24) & 0xff) argument
111 #define OTPTOOL_VERSION_PATCHLEVEL(x) (((x) >> 12) & 0xfff) argument
112 #define OTPTOOL_VERSION_SUBLEVEL(x) ((x) & 0xfff) argument
/openbmc/qemu/hw/xen/
H A Dxen_pt.h41 #define XEN_PFN(x) ((x) >> XC_PAGE_SHIFT) argument
/openbmc/qemu/target/xtensa/
H A Doverlay_tool.h405 #define XCHAL_MPU_BGMAP(s, vaddr_start, vaddr_last, rights, memtype, x...) \ argument
/openbmc/u-boot/arch/arm/mach-keystone/include/mach/
H A Dhardware.h128 #define KS2_EDMA_PARAM_1(x) (0x4020 + (4 * x)) argument
/openbmc/u-boot/fs/ubifs/
H A Dsuper.c1336 long long x; in mount_ubifs() local
/openbmc/qemu/hw/sh4/
H A Dsh7750.c264 #define is_in_sdrmx(a, x) (a >= SH7750_SDMR ## x ## _A7 \ argument
/openbmc/qemu/pc-bios/s390-ccw/
H A Dbootmap.h356 static inline bool is_null_block_number(block_number_t x) in is_null_block_number()
378 static inline uint32_t iso_733_to_u32(uint64_t x) in iso_733_to_u32()
/openbmc/u-boot/fs/zfs/
H A Dzfs.c72 #define P2PHASE(x, align) ((x) & ((align) - 1)) argument
83 #define P2ALIGN(x, align) ((x) & -(align)) argument
/openbmc/u-boot/include/linux/
H A Dfb.h246 __u16 x, y; member
411 u32 x; member
H A Ddrm_dp_helper.h238 # define DP_GET_SINK_COUNT(x) ((((x) & 0x80) >> 1) | ((x) & 0x3f)) argument
/openbmc/qemu/target/arm/tcg/
H A Dtranslate.c2596 static inline void gen_mulxy(TCGv_i32 t0, TCGv_i32 t1, int x, int y) in gen_mulxy()
3495 static int t32_expandimm_rot(DisasContext *s, int x) in t32_expandimm_rot()
3501 static int t32_expandimm_imm(DisasContext *s, int x) in t32_expandimm_imm()
3526 static int t32_branch24(DisasContext *s, int x) in t32_branch24()
3539 static int t16_push_list(DisasContext *s, int x) in t16_push_list()
3544 static int t16_pop_list(DisasContext *s, int x) in t16_pop_list()

1...<<4142434445