Home
last modified time | relevance | path

Searched refs:PHY_REG_SHIFT (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/arch/arm/mach-uniphier/dram/
H A Dddrphy-regs.h12 #define PHY_REG_SHIFT 2 macro
14 #define PHY_RIDR (0x000 << PHY_REG_SHIFT)
15 #define PHY_PIR (0x001 << PHY_REG_SHIFT)
34 #define PHY_PGCR0 (0x002 << PHY_REG_SHIFT)
35 #define PHY_PGCR1 (0x003 << PHY_REG_SHIFT)
37 #define PHY_PGSR0 (0x004 << PHY_REG_SHIFT)
63 #define PHY_PTR0 (0x007 << PHY_REG_SHIFT)
64 #define PHY_PTR1 (0x008 << PHY_REG_SHIFT)
65 #define PHY_PTR2 (0x009 << PHY_REG_SHIFT)
66 #define PHY_PTR3 (0x00A << PHY_REG_SHIFT)
[all …]
H A Dcmd_ddrphy.c205 ofst >> PHY_REG_SHIFT, #x, \
213 ofst >> PHY_REG_SHIFT, (dx), #x, \
/openbmc/qemu/include/hw/net/
H A Dallwinner_emac.h138 #define PHY_REG_SHIFT 0 macro
/openbmc/qemu/hw/net/
H A Dallwinner_emac.c303 extract32(s->phy_target, PHY_REG_SHIFT, 8)); in aw_emac_read()
405 extract32(s->phy_target, PHY_REG_SHIFT, 8), value); in aw_emac_write()