| /openbmc/u-boot/post/lib_powerpc/fpu/ |
| H A D | mul-subnormal-single-1.c | 47 float x = u2f (ux); in tstmul() local
|
| /openbmc/u-boot/drivers/i2c/ |
| H A D | exynos_hs_i2c.c | 83 #define HSI2C_RX_FIFO_LEVEL(x) (((x) >> 16) & 0x7f) argument 84 #define HSI2C_TX_FIFO_LEVEL(x) ((x) & 0x7f) argument 86 #define HSI2C_SLV_ADDR_MAS(x) ((x & 0x3ff) << 10) argument
|
| H A D | ast2600_i2c.c | 29 #define AST2600_I2CC_MASTER_RETRY(x) (((x) & GENMASK(1, 0)) << 18) argument 61 #define AST2600_I2CC_GET_RX_BUFF(x) (((x) >> 8) & GENMASK(7, 0)) argument 83 #define AST2600_I2CM_PKT_ADDR(x) (((x) & GENMASK(6, 0)) << 24) argument
|
| /openbmc/u-boot/board/gdsys/common/ |
| H A D | osd.c | 270 unsigned x; in osd_print() local 407 unsigned x; in osd_write() local 453 unsigned x; in osd_size() local
|
| /openbmc/u-boot/drivers/net/ |
| H A D | ftmac110.h | 144 #define FTMAC110_RXD_BUFSZ(x) (((uint64_t)(x) & 0x7ff) << 32) argument 157 #define FTMAC110_RXD_LEN(x) ((uint64_t)((x) & 0x7ff)) argument 167 #define FTMAC110_TXD_LEN(x) ((uint64_t)((x) & 0x7ff) << 32) argument
|
| H A D | bcm6368-eth.c | 29 #define ETH_PTCTRL_REG(x) (0x0 + (x)) argument 58 #define ETH_PORTOV_REG(x) (0x58 + (x)) argument 75 #define ETH_RGMII_CTRL_REG(x) (0x60 + (x)) argument 85 #define ENETSW_RGMII_TIMING_REG(x) (0x68 + (x)) argument
|
| /openbmc/u-boot/arch/arm/include/asm/ |
| H A D | ehci-omap.h | 23 #define is_ehci_phy_mode(x) ((x) == OMAP_EHCI_PORT_MODE_PHY) argument 24 #define is_ehci_tll_mode(x) ((x) == OMAP_EHCI_PORT_MODE_TLL) argument 25 #define is_ehci_hsic_mode(x) ((x) == OMAP_EHCI_PORT_MODE_HSIC) argument
|
| /openbmc/u-boot/common/ |
| H A D | xyzModem.c | 82 CYGACC_COMM_IF_PUTC (char x, char y) in CYGACC_COMM_IF_PUTC() 231 #define ZM_DEBUG(x) x argument 233 #define ZM_DEBUG(x) argument
|
| /openbmc/qemu/tests/tcg/m68k/ |
| H A D | denormal.c | 39 long double x = test[i][0]; in main() local
|
| /openbmc/u-boot/arch/arm/mach-at91/include/mach/ |
| H A D | at91_st.h | 25 #define AT91_ST_WDMR_WDV(x) (x & 0xFFFF) argument
|
| /openbmc/u-boot/arch/arm/include/asm/arch-pxa/ |
| H A D | pxa-regs.h | 131 #define DCSR(x) (0x40000000 | ((x) << 2)) argument 288 #define DDADR(x) (0x40000200 | ((x) << 4)) argument 289 #define DSADR(x) (0x40000204 | ((x) << 4)) argument 290 #define DTADR(x) (0x40000208 | ((x) << 4)) argument 291 #define DCMD(x) (0x4000020c | ((x) << 4)) argument 648 #define UDCCSN(x) (0x40600100 + ((x) << 2)) argument 696 #define UDCBCN(x) (0x40600200 + ((x) << 2)) argument 722 #define UDCDN(x) (0x40600300 + ((x) << 2)) argument 748 #define UDCCN(x) (0x40600400 + ((x) << 2)) argument 1236 #define GSDR(x) (0x40E00400 | ((x) & 0x60) >> 3) argument [all …]
|
| /openbmc/qemu/tests/tcg/multiarch/ |
| H A D | test-mmap.c | 33 #define D(x) argument 35 #define fail_unless(x) \ argument
|
| /openbmc/u-boot/drivers/pinctrl/renesas/ |
| H A D | pfc-r8a77995.c | 452 #define F_(x, y) argument 453 #define FM(x) FN_##x, argument 463 #define F_(x, y) argument 464 #define FM(x) x##_MARK, argument 2016 #define F_(x, y) FN_##y argument 2017 #define FM(x) FN_##x argument 2259 #define F_(x, y) x, argument 2260 #define FM(x) FN_##x, argument 2404 #define F_(x, y) x, argument 2405 #define FM(x) FN_##x, argument
|
| /openbmc/qemu/target/mips/tcg/ |
| H A D | lmmi_helper.c | 46 #define SATSB(x) (x < -0x80 ? -0x80 : x > 0x7f ? 0x7f : x) argument 47 #define SATUB(x) (x > 0xff ? 0xff : x) argument 49 #define SATSH(x) (x < -0x8000 ? -0x8000 : x > 0x7fff ? 0x7fff : x) argument 50 #define SATUH(x) (x > 0xffff ? 0xffff : x) argument 52 #define SATSW(x) \ argument 54 #define SATUW(x) (x > 0xffffffffull ? 0xffffffffull : x) argument
|
| /openbmc/u-boot/drivers/pci/ |
| H A D | pcie_imx.c | 90 #define PCIE_ATU_BUS(x) (((x) & 0xff) << 24) argument 91 #define PCIE_ATU_DEV(x) (((x) & 0x1f) << 19) argument 92 #define PCIE_ATU_FUNC(x) (((x) & 0x7) << 16) argument
|
| H A D | pcie_dw_mvebu.c | 52 #define PCIE_ATU_BUS(x) (((x) & 0xff) << 24) argument 53 #define PCIE_ATU_DEV(x) (((x) & 0x1f) << 19) argument 54 #define PCIE_ATU_FUNC(x) (((x) & 0x7) << 16) argument
|
| /openbmc/openbmc-tools/dbus-vis/ |
| H A D | timeline_view.js | 162 x: 0, property in TimelineView.constructor.MouseState 244 VisualLineIndexToDataLineIndex(x) { argument 409 MouseXToTimestamp(x) { argument
|
| /openbmc/qemu/hw/fsi/ |
| H A D | fsi.c | 14 #define TO_REG(x) ((x) >> 2) argument
|
| /openbmc/u-boot/arch/arm/mach-uniphier/dram/ |
| H A D | cmd_ddrmphy.c | 228 #define REG_DUMP(x) \ argument 233 #define DX_REG_DUMP(dx, x) \ argument
|
| /openbmc/u-boot/drivers/bios_emulator/ |
| H A D | biosemui.h | 52 #define DB(x) x argument 54 #define DB(x) do{}while(0); argument
|
| /openbmc/u-boot/drivers/pinctrl/meson/ |
| H A D | pinctrl-meson.h | 92 #define PIN(x, b) (b + x) argument 115 #define MESON_PIN(x, b) PINCTRL_PIN(PIN(x, b), #x) argument
|
| /openbmc/qemu/tests/tcg/hexagon/ |
| H A D | hvx_misc.c | 330 const uint32_t x = 0xffff0000; in test_vadduwsat() local 363 const uint32_t x = 0xffffff4e; in test_vsubuwsat_dv() local
|
| /openbmc/openbmc/poky/meta/recipes-graphics/pong-clock/pong-clock/ |
| H A D | pong-clock-no-flicker.c | 88 int x, in draw_rect() 116 int x, in draw_digit()
|
| /openbmc/qemu/qobject/ |
| H A D | json-parser.c | 29 int x; member 562 JSONToken *json_token(JSONTokenType type, int x, int y, GString *tokstr) in json_token()
|
| /openbmc/u-boot/arch/powerpc/include/asm/ |
| H A D | fsl_srio.h | 40 #define atmu_size_bytes(x) (1ULL << ((x & 0x3f) + 1)) argument
|