| /openbmc/u-boot/drivers/timer/ |
| H A D | atcpit100_timer.c | 14 #define REG32_TMR(x) (*(u32 *) ((plat->regs) + (x>>2))) argument
|
| /openbmc/openbmc/poky/meta/lib/oe/ |
| H A D | cachedpath.py | 22 def updatecache(self, x): argument
|
| /openbmc/u-boot/arch/arm/cpu/armv7/bcm235xx/ |
| H A D | clk-bcm235xx.c | 57 #define MKSTR(x) {&x, #x} argument
|
| /openbmc/qemu/tests/tcg/x86_64/system/ |
| H A D | boot.S | 43 #define __ASM_FORM(x) x argument
|
| /openbmc/u-boot/drivers/video/ |
| H A D | anx98xx-edp.h | 54 #define ANX9804_AUX_LENGTH(x) (((x - 1) & 0x0f) << 4) argument
|
| /openbmc/qemu/ui/ |
| H A D | vnc-jobs.c | 94 int vnc_job_add_rect(VncJob *job, int x, int y, int w, int h) in vnc_job_add_rect()
|
| /openbmc/u-boot/include/configs/ |
| H A D | sunxi-common.h | 62 #define SDRAM_OFFSET(x) 0x2##x argument 71 #define SDRAM_OFFSET(x) 0x4##x argument
|
| /openbmc/u-boot/tools/easylogo/ |
| H A D | easylogo.c | 111 int x, y; in printlogo_rgb() local 126 int x, y; in printlogo_yuyv() local
|
| /openbmc/u-boot/include/ |
| H A D | mvebu_mmc.h | 104 #define SDIO_CMD_INDEX(x) ((x) << 8) argument 137 #define SDIO_HOST_CTRL_TMOUT(x) ((x) << 11) argument
|
| /openbmc/qemu/hw/pci-host/ |
| H A D | designware.c | 54 #define DESIGNWARE_PCIE_ATU_BUS(x) (((x) >> 24) & 0xff) argument 55 #define DESIGNWARE_PCIE_ATU_DEVFN(x) (((x) >> 16) & 0xff) argument
|
| /openbmc/qemu/target/s390x/tcg/ |
| H A D | misc_helper.c | 52 #define HELPER_LOG(x...) qemu_log(x) argument 54 #define HELPER_LOG(x...) argument
|
| /openbmc/u-boot/drivers/pinctrl/renesas/ |
| H A D | pfc-r8a7795.c | 562 #define F_(x, y) argument 563 #define FM(x) FN_##x, argument 573 #define F_(x, y) argument 574 #define FM(x) x##_MARK, argument 1499 #define FM(x) PINMUX_DATA(x##_MARK, 0), argument 5078 #define F_(x, y) FN_##y argument 5079 #define FM(x) FN_##x argument 5355 #define F_(x, y) x, argument 5356 #define FM(x) FN_##x, argument 5550 #define F_(x, y) x, argument [all …]
|
| H A D | pfc-r8a7796.c | 569 #define F_(x, y) argument 570 #define FM(x) FN_##x, argument 580 #define F_(x, y) argument 581 #define FM(x) x##_MARK, argument 1506 #define FM(x) PINMUX_DATA(x##_MARK, 0), argument 5035 #define F_(x, y) FN_##y argument 5036 #define FM(x) FN_##x argument 5312 #define F_(x, y) x, argument 5313 #define FM(x) FN_##x, argument 5507 #define F_(x, y) x, argument [all …]
|
| /openbmc/qemu/bsd-user/aarch64/ |
| H A D | target_arch_elf.h | 26 #define elf_check_arch(x) ((x) == EM_AARCH64) argument
|
| /openbmc/ipmitool/lib/ |
| H A D | ipmi_event.c | 393 int x; in ipmi_event_fromsensor() local
|
| /openbmc/u-boot/arch/powerpc/cpu/mpc8xxx/ |
| H A D | cpu.c | 211 #define fsl_qoriq_core_to_cluster(x) x argument
|
| /openbmc/qemu/tests/unit/ |
| H A D | test-crypto-xts.c | 301 #define STORE64L(x, y) \ argument
|
| /openbmc/qemu/hw/intc/ |
| H A D | loongson_liointc.c | 34 #define PARENT_COREx_IPy(x, y) (NUM_IPS * x + y) argument
|
| /openbmc/u-boot/arch/arm/cpu/arm926ejs/armada100/ |
| H A D | timer.c | 42 #define MATCH_CMP(x) ((3 * TIMER) + x) argument
|
| /openbmc/u-boot/common/ |
| H A D | lcd_console.c | 44 static void lcd_putc_xy0(struct console_t *pcons, ushort x, ushort y, char c) in lcd_putc_xy0()
|
| /openbmc/u-boot/drivers/usb/host/ |
| H A D | xhci.h | 233 #define ENABLE_DEV_NOTE(x) (1 << (x)) argument 474 #define XHCI_EXT_PORT_MAJOR(x) (((x) >> 24) & 0xff) argument 475 #define XHCI_EXT_PORT_OFF(x) ((x) & 0xff) argument 476 #define XHCI_EXT_PORT_COUNT(x) (((x) >> 8) & 0xff) argument 979 #define TRB_TYPE_LINK(x) (((x) & TRB_TYPE_BITMASK) == TRB_TYPE(TRB_LINK)) argument 981 #define TRB_TYPE_LINK_LE32(x) (((x) & cpu_to_le32(TRB_TYPE_BITMASK)) == \ argument 983 #define TRB_TYPE_NOOP_LE32(x) (((x) & cpu_to_le32(TRB_TYPE_BITMASK)) == \ argument
|
| /openbmc/qemu/hw/net/ |
| H A D | e1000.c | 56 #define DBGBIT(x) (1<<DEBUG_##x) argument 142 #define chkflag(x) (s->compat_flags & E1000_FLAG_##x) argument 518 flash_eerd_read(E1000State *s, int x) in flash_eerd_read() 1128 #define getreg(x) [x] = mac_readreg argument 1179 #define putreg(x) [x] = mac_writereg argument
|
| /openbmc/u-boot/drivers/usb/gadget/ |
| H A D | atmel_usba_udc.h | 203 #define USBA_EPT_BASE(x) (0x100 + (x) * 0x20) argument 204 #define USBA_DMA_BASE(x) (0x300 + (x) * 0x10) argument 205 #define USBA_FIFO_BASE(x) ((x) << 16) argument
|
| /openbmc/u-boot/arch/arm/include/asm/arch-tegra/ |
| H A D | usb.h | 219 #define ULPI_DATA_TRIMMER_SEL(x) (((x) & 0x7) << 1) argument 221 #define ULPI_STPDIRNXT_TRIMMER_SEL(x) (((x) & 0x7) << 17) argument 223 #define ULPI_DIR_TRIMMER_SEL(x) (((x) & 0x7) << 25) argument
|
| /openbmc/u-boot/drivers/net/ |
| H A D | lan91c96.h | 584 #define SMC_SELECT_BANK(edev, x) { SMC_outw(edev, x, LAN91C96_BANK_SELECT); } argument 587 #define SMC_ENABLE_INT(edev, x) {\ argument 597 #define SMC_DISABLE_INT(edev, x) {\ argument
|