| /openbmc/u-boot/drivers/usb/host/ |
| H A D | ohci-hcd.c | 98 # define m16_swap(x) cpu_to_be16(x) argument 99 # define m32_swap(x) cpu_to_be32(x) argument 101 # define m16_swap(x) cpu_to_le16(x) argument 102 # define m32_swap(x) cpu_to_le32(x) argument 129 #define ohci_mdelay(x) argument 131 #define ohci_mdelay(x) mdelay(x) argument 1201 #define OK(x) len = (x); break argument 1203 #define WR_RH_STAT(x) {info("WR:status %#8x", (x)); ohci_writel((x), \ argument 1205 #define WR_RH_PORTSTAT(x) {info("WR:portstatus[%d] %#8x", wIndex-1, \ argument 1208 #define WR_RH_STAT(x) ohci_writel((x), &ohci->regs->roothub.status) argument [all …]
|
| /openbmc/u-boot/include/ |
| H A D | command.h | 210 # define _CMD_COMPLETE(x) x, argument 212 # define _CMD_COMPLETE(x) argument 215 # define _CMD_HELP(x) x, argument 217 # define _CMD_HELP(x) argument
|
| H A D | fsl_wdog.h | 18 #define SET_WCR_WT(x) (x << 8) argument
|
| /openbmc/qemu/hw/sd/ |
| H A D | sdhci-internal.h | 59 #define SDHC_COMMAND_TYPE(x) ((x) & SDHC_CMD_TYPE_MASK) argument 88 #define TRANSFERRING_DATA(x) \ argument 101 #define SDHC_DMA_TYPE(x) ((x) & SDHC_CTRL_DMA_CHECK_MASK) argument 128 #define SDHC_CLOCK_IS_ON(x) \ argument
|
| /openbmc/qemu/include/standard-headers/linux/ |
| H A D | pci_regs.h | 435 #define PCI_X_CMD_VERSION(x) (((x) >> 12) & 3) /* Version */ argument 794 #define PCI_ERR_CAP_FEP(x) ((x) & 0x1f) /* First Error Pointer */ argument 854 #define PCI_PWR_DATA_BASE(x) ((x) & 0xff) /* Base Power */ argument 855 #define PCI_PWR_DATA_SCALE(x) (((x) >> 8) & 3) /* Data Scale */ argument 856 #define PCI_PWR_DATA_PM_SUB(x) (((x) >> 10) & 7) /* PM Sub State */ argument 857 #define PCI_PWR_DATA_PM_STATE(x) (((x) >> 13) & 3) /* PM State */ argument 858 #define PCI_PWR_DATA_TYPE(x) (((x) >> 15) & 7) /* Type */ argument 859 #define PCI_PWR_DATA_RAIL(x) (((x) >> 18) & 7) /* Power Rail */ argument 861 #define PCI_PWR_CAP_BUDGET(x) ((x) & 1) /* Included in system budget */ argument 868 #define PCI_RCEC_BUSN_NEXT(x) (((x) >> 8) & 0xff) argument [all …]
|
| /openbmc/u-boot/arch/arm/include/asm/proc-armv/ |
| H A D | domain.h | 34 #define set_domain(x) \ argument
|
| /openbmc/u-boot/include/dt-bindings/pmic/ |
| H A D | sandbox_pmic.h | 32 #define VAL2OMREG(x) (x) argument
|
| /openbmc/telemetry/src/utils/ |
| H A D | threshold_operations.hpp | 27 [&sensor](const auto& x) { return &sensor == x.first.get(); }); in getDetails()
|
| /openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/ |
| H A D | draw.py | 187 def draw_text(ctx, text, color, x, y): argument 202 def draw_legend_box(ctx, label, fill_color, x, y, s): argument 207 def draw_legend_line(ctx, label, fill_color, x, y, s): argument 213 def draw_label_in_box(ctx, color, label, x, y, w, maxx): argument 907 def draw_process_activity_colors(ctx, proc, proc_tree, x, y, w, proc_h, rect, clip): argument 943 def draw_process_connecting_lines(ctx, px, py, x, y, proc_h): argument
|
| /openbmc/u-boot/arch/arm/include/asm/arch-mx25/ |
| H A D | imx-regs.h | 421 #define ESDCTL_PRCT(x) (((x) & 0x3f) << 0) argument 424 #define ESDCTL_PWDT(x) (((x) & 3) << 10) argument 425 #define ESDCTL_SREFR(x) (((x) & 7) << 13) argument 445 #define ESDCFG_TRC(x) (((x) & 0xf) << 0) argument 446 #define ESDCFG_TRCD(x) (((x) & 0x7) << 4) argument 447 #define ESDCFG_TCAS(x) (((x) & 0x3) << 8) argument 448 #define ESDCFG_TRRD(x) (((x) & 0x3) << 10) argument 449 #define ESDCFG_TRAS(x) (((x) & 0x7) << 12) argument 451 #define ESDCFG_TMRD(x) (((x) & 0x3) << 16) argument 452 #define ESDCFG_TRP(x) (((x) & 0x3) << 18) argument [all …]
|
| /openbmc/u-boot/drivers/mtd/nand/raw/ |
| H A D | sunxi_nand.c | 59 #define NFC_REG_ECC_ERR_CNT(x) ((0x0040 + (x)) & ~0x3) argument 60 #define NFC_REG_USER_DATA(x) (0x0050 + ((x) * 4)) argument 73 #define NFC_RB_SEL(x) ((x) << 3) argument 75 #define NFC_CE_SEL(x) ((x) << 24) argument 78 #define NFC_PAGE_SHIFT(x) (((x) < 10 ? 0 : (x) - 10) << 8) argument 90 #define NFC_RB_STATE(x) BIT(x + 8) argument 112 #define NFC_CMD(x) (x) argument 114 #define NFC_ADR_NUM(x) (((x) - 1) << 16) argument 151 #define NFC_ECC_MODE(x) ((x) << 12) argument 153 #define NFC_RANDOM_SEED(x) ((x) << 16) argument [all …]
|
| /openbmc/qemu/tests/tcg/arm/ |
| H A D | hello-arm.c | 5 #define __sys2(x) #x argument 6 #define __sys1(x) __sys2(x) argument
|
| /openbmc/u-boot/arch/arm/mach-uniphier/sbc/ |
| H A D | sbc-regs.h | 13 #define SBBASE(x) (SBBASE_BASE + (x) * 0x10) argument 27 #define SBCTRL(x, y) (SBCTRL_BASE + (x) * 0x10 + (y) * 4) argument
|
| /openbmc/phosphor-inventory-manager/test/ |
| H A D | associations_test.cpp | 192 auto x = a.find("/xyz/openbmc_project/inventory/system/PS0"); in TEST_F() local 216 auto x = a.find("/xyz/openbmc_project/inventory/system/fan42"); in TEST_F() local
|
| /openbmc/ipmitool/include/ipmitool/ |
| H A D | ipmi_mc.h | 82 #define IPM_DEV_IPMI_VERSION_MAJOR(x) \ argument 84 #define IPM_DEV_IPMI_VERSION_MINOR(x) \ argument 87 #define IPM_DEV_MANUFACTURER_ID(x) \ argument
|
| /openbmc/u-boot/fs/yaffs2/ |
| H A D | yaffs_uboot_glue.c | 47 void *yaffsfs_malloc(size_t x) in yaffsfs_malloc() 52 void yaffsfs_free(void *x) in yaffsfs_free() 152 static int yaffs_regions_overlap(int a, int b, int x, int y) in yaffs_regions_overlap()
|
| /openbmc/u-boot/include/linux/ |
| H A D | bitfield.h | 49 #define __bf_shf(x) (__builtin_ffsll(x) - 1) argument
|
| /openbmc/u-boot/arch/x86/include/asm/ |
| H A D | dma-mapping.h | 12 #define dma_mapping_error(x, y) 0 argument
|
| /openbmc/u-boot/arch/arm/include/asm/ |
| H A D | dma-mapping.h | 12 #define dma_mapping_error(x, y) 0 argument
|
| /openbmc/u-boot/arch/arm/mach-uniphier/arm32/ |
| H A D | debug_ll.S | 20 #define DIV_ROUND(x, d) (((x) + ((d) / 2)) / (d)) argument
|
| /openbmc/u-boot/arch/riscv/include/asm/ |
| H A D | dma-mapping.h | 14 #define dma_mapping_error(x, y) 0 argument
|
| /openbmc/u-boot/cmd/aspeed/nettest/ |
| H A D | comminf.h | 36 #define SWAP_4B( x ) \ argument 42 #define SWAP_2B( x ) \ argument 47 #define SWAP_2B_BEDN( x ) ( SWAP_2B ( x ) ) argument 48 #define SWAP_2B_LEDN( x ) ( x ) argument 49 #define SWAP_4B_BEDN( x ) ( SWAP_4B ( x ) ) argument 50 #define SWAP_4B_LEDN( x ) ( x ) argument 52 #define SWAP_4B_BEDN_NCSI( x ) ( SWAP_4B( x ) ) argument 53 #define SWAP_4B_LEDN_NCSI( x ) ( x ) argument 56 #define SWAP_4B_LEDN_MEM( x ) ( SWAP_4B( x ) ) argument 58 #define SWAP_4B_LEDN_MEM( x ) ( x ) argument [all …]
|
| /openbmc/u-boot/common/ |
| H A D | lcd.c | 337 void lcd_logo_plot(int x, int y) in lcd_logo_plot() 379 static inline void lcd_logo_plot(int x, int y) {} in lcd_logo_plot() 450 int x, y; in lcd_display_rle8_bitmap() local 559 int lcd_display_bitmap(ulong bmp_image, int x, int y) in lcd_display_bitmap()
|
| /openbmc/u-boot/drivers/net/ |
| H A D | ftmac100.h | 70 #define FTMAC100_APTC_RXPOLL_CNT(x) (((x) & 0xf) << 0) argument 72 #define FTMAC100_APTC_TXPOLL_CNT(x) (((x) & 0xf) << 8) argument 109 #define FTMAC100_TXDES1_TXBUF_SIZE(x) ((x) & 0x7ff) argument 138 #define FTMAC100_RXDES1_RXBUF_SIZE(x) ((x) & 0x7ff) argument
|
| /openbmc/u-boot/drivers/video/ |
| H A D | console_truetype.c | 33 static double tt_fabs(double x) in tt_fabs() 69 #define STBTT_assert(x) argument 70 #define STBTT_strlen(x) strlen(x) argument 189 static int console_truetype_putc_xy(struct udevice *dev, uint x, uint y, in console_truetype_putc_xy()
|