Home
last modified time | relevance | path

Searched defs:x (Results 276 – 300 of 1111) sorted by relevance

1...<<11121314151617181920>>...45

/openbmc/u-boot/include/
H A Dhexdump.h20 #define hex_asc_lo(x) hex_asc[((x) & 0x0f)] argument
21 #define hex_asc_hi(x) hex_asc[((x) & 0xf0) >> 4] argument
H A DxyzModem.h47 #define CYGACC_CALL_IF_SET_CONSOLE_COMM(x) argument
53 #define CYGACC_CALL_IF_DELAY_US(x) udelay(x) argument
/openbmc/u-boot/lib/libavb/
H A Davb_util.h19 #define AVB_STRINGIFY(x) #x argument
20 #define AVB_TO_STRING(x) AVB_STRINGIFY(x) argument
/openbmc/u-boot/drivers/gpio/
H A Dmscc_sgpio.c43 #define __F(bf, x) (__M(bf) & ((x) << (bf).beg)) argument
44 #define __X(bf, x) (((x) >> (bf).beg) & GENMASK(((bf).end - (bf).beg), 0)) argument
47 #define MSCC_F_CFG_SIO_PORT_WIDTH(p, x) __F(p->props->port_width, x) argument
49 #define MSCC_F_CLOCK_SIO_CLK_FREQ(p, x) __F(p->props->clk_freq, x) argument
51 #define MSCC_F_PORT_CFG_BIT_SOURCE(p, x) __F(p->props->bit_source, x) argument
52 #define MSCC_X_PORT_CFG_BIT_SOURCE(p, x) __X(p->props->bit_source, x) argument
/openbmc/u-boot/drivers/usb/gadget/
H A Ddwc2_udc_otg_regs.h238 #define EP_MISS_CNT(x) (x << 18) argument
239 #define DEVICE_ADDRESS(x) (x << 4) argument
244 #define TX_FIFO_NUMBER(x) (x << 6) argument
256 #define DIEPT_SIZ_PKT_CNT(x) (x << 19) argument
257 #define DIEPT_SIZ_XFER_SIZE(x) (x << 0) argument
260 #define DOEPT_SIZ_PKT_CNT(x) (x << 19) argument
261 #define DOEPT_SIZ_XFER_SIZE(x) (x << 0) argument
266 #define DIEPCTL_TX_FIFO_NUM(x) (x << 22) argument
270 #define DAINT_IN_EP_INT(x) (x << 0) argument
271 #define DAINT_OUT_EP_INT(x) (x << 16) argument
/openbmc/u-boot/arch/arm/mach-exynos/include/mach/
H A Dwatchdog.h21 #define WTCON_CLK(x) ((x & 0x3) << WTCON_CLKSEL_OFFSET) argument
22 #define WTCON_PRESCALER(x) ((x) << WTCON_PRE_OFFSET) argument
/openbmc/u-boot/fs/btrfs/
H A Dconv-funcs.h77 # define DEFINE_CONV_CPU_TO_LE(x) \ argument
90 # define DEFINE_CONV_LE_TO_CPU(x) \ argument
/openbmc/u-boot/arch/m68k/include/asm/coldfire/
H A Drng.h26 #define RNG_SR_OFS(x) (((x) & 0x000000FF) << 16) argument
28 #define RNG_SR_OFL(x) (((x) & 0x000000FF) << 8) argument
H A Dedma.h75 #define EPORT_EPPAR_EPPA1(x) (((x)&0x0003)<<2) argument
76 #define EPORT_EPPAR_EPPA2(x) (((x)&0x0003)<<4) argument
77 #define EPORT_EPPAR_EPPA3(x) (((x)&0x0003)<<6) argument
78 #define EPORT_EPPAR_EPPA4(x) (((x)&0x0003)<<8) argument
79 #define EPORT_EPPAR_EPPA5(x) (((x)&0x0003)<<10) argument
80 #define EPORT_EPPAR_EPPA6(x) (((x)&0x0003)<<12) argument
81 #define EPORT_EPPAR_EPPA7(x) (((x)&0x0003)<<14) argument
/openbmc/u-boot/arch/arm/mach-s5pc1xx/include/mach/
H A Dwatchdog.h22 #define WTCON_CLK(x) ((x & 0x3) << WTCON_CLKSEL_OFFSET) argument
23 #define WTCON_PRESCALER(x) ((x) << WTCON_PRE_OFFSET) argument
/openbmc/openbmc/poky/scripts/
H A Drelocate_sdk.py24 def b(x): argument
27 def b(x): argument
/openbmc/u-boot/arch/x86/include/asm/
H A Dbitops.h362 static __inline__ int ffs(int x) in ffs()
375 static inline int __ilog2(unsigned int x) in __ilog2()
387 #define hweight32(x) generic_hweight32(x) argument
388 #define hweight16(x) generic_hweight16(x) argument
389 #define hweight8(x) generic_hweight8(x) argument
/openbmc/u-boot/cmd/
H A Dtpm_test.c99 uint32_t x; in test_early_nvram() local
113 uint32_t x; in test_early_nvram2() local
184 uint32_t x; in test_global_lock() local
312 uint32_t x; in test_redefine_unowned() local
424 uint32_t x; in test_timing() local
/openbmc/qemu/target/mips/tcg/
H A Dmsa_translate.c22 static inline int plus_1(DisasContext *s, int x) in plus_1()
27 static inline int plus_2(DisasContext *s, int x) in plus_2()
65 static int df_extract_val(DisasContext *ctx, int x, const struct dfe *s) in df_extract_val()
79 static int df_extract_df(DisasContext *ctx, int x, const struct dfe *s) in df_extract_df()
97 static int elm_n(DisasContext *ctx, int x) in elm_n()
102 static int elm_df(DisasContext *ctx, int x) in elm_df()
115 static int bit_m(DisasContext *ctx, int x) in bit_m()
120 static int bit_df(DisasContext *ctx, int x) in bit_df()
/openbmc/u-boot/include/faraday/
H A Dftpci100.h25 #define FTPCI100_BASE_IO_SIZE(x) (ffs(x) - 1) /* 1M - 2048M */ argument
46 #define FTPCI100_BASE_ADR_SIZE(x) ((ffs(x) - 1) << 16) /* 1M - 2048M */ argument
60 #define FTPCI100_MEM_SIZE(x) (ffs(x) << 24) argument
/openbmc/u-boot/arch/arm/mach-aspeed/ast2500/
H A Dboard_common.c114 #define SDMC_CONFIG_VRAM_GET(x) ((x >> 2) & 0x3) argument
115 #define SDMC_CONFIG_MEM_GET(x) (x & 0x3) argument
116 #define SDMC_CONFIG_ECC_STATUS_GET(x) ((x) & BIT(7)) argument
/openbmc/u-boot/include/dt-bindings/pinctrl/
H A Dat91.h19 #define AT91_PINCTRL_OUTPUT_VAL(x) ((x & 0x1) << 8) argument
21 #define AT91_PINCTRL_DEBOUNCE_VAL(x) (x << 17) argument
/openbmc/u-boot/scripts/kconfig/lxdialog/
H A Dinputbox.c18 int x = width / 2 - 11; in print_buttons() local
34 int i, x, y, box_y, box_x, box_width; in dialog_inputbox() local
H A Dmenubox.c98 static void print_arrows(WINDOW * win, int item_no, int scroll, int y, int x, in print_arrows()
144 int x = width / 2 - 28; in print_buttons() local
174 int i, j, x, y, box_x, box_y; in dialog_menu() local
/openbmc/qemu/tests/tcg/riscv64/
H A Dtest-div.c5 long x, y, q, r; member
17 unsigned long x, y, q, r; member
/openbmc/qemu/include/ui/
H A Drect.h9 int16_t x; member
16 int16_t x, int16_t y, in qemu_rect_init()
/openbmc/qemu/ui/
H A Dgtk-egl.c135 int x, int y, int w, int h) in gd_egl_update()
243 uint32_t x, uint32_t y, in gd_egl_scanout_texture()
275 uint32_t x, y, width, height, backing_width, backing_height, texture; in gd_egl_scanout_dmabuf() local
339 uint32_t x, uint32_t y, uint32_t w, uint32_t h) in gd_egl_scanout_flush()
407 uint32_t x, uint32_t y, uint32_t w, uint32_t h) in gd_egl_flush()
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/
H A Ddram_sun8i_a33.h145 #define DXnGTR(x) (SUNXI_DRAM_CTL0_BASE + 0x00000340 + 0x80 * x) argument
146 #define DXnGCR0(x) (SUNXI_DRAM_CTL0_BASE + 0x00000344 + 0x80 * x) argument
147 #define DXnGSR0(x) (SUNXI_DRAM_CTL0_BASE + 0x00000348 + 0x80 * x) argument
148 #define DXnGSR1(x) (SUNXI_DRAM_CTL0_BASE + 0x0000034c + 0x80 * x) argument
149 #define DXnGSR2(x) (SUNXI_DRAM_CTL0_BASE + 0x00000350 + 0x80 * x) argument
155 #define MCTL_CR_RANK(x) (((x) - 1) << 0) argument
157 #define MCTL_CR_BANK(x) ((x) << 2) argument
159 #define MCTL_CR_ROW(x) (((x) - 1) << 4) argument
161 #define MCTL_CR_PAGE_SIZE(x) ((fls(x) - 4) << 8) argument
168 #define MCTL_CR_CHANNEL(x) (((x) - 1) << 19) argument
[all …]
/openbmc/u-boot/include/linux/
H A Dcompiler-clang.h11 #define uninitialized_var(x) x = *(&(x)) argument
/openbmc/qemu/tests/qtest/
H A Dboot-sector.c17 #define LOW(x) ((x) & 0xff) argument
18 #define HIGH(x) ((x) >> 8) argument

1...<<11121314151617181920>>...45