mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-27 15:12:21 +00:00
210f4aae81
Currently there is for each register special functional macro, ie: LANE_CFG1_ADDR(u) GLOB_CLK_SRC_LO_ADDR(u) ... where can be either PCIE or USB3. Change this to one function PHY_ADDR(unit, addr). The code becomes: phy_addr(PCIE, LANE_CFG1) phy_addr(PCIE, GLOB_CLK_SRC_LO) ... Signed-off-by: Marek Behun <marek.behun@nic.cz> Signed-off-by: Stefan Roese <sr@denx.de> |
||
---|---|---|
.. | ||
marvell | ||
bcm6318-usbh-phy.c | ||
bcm6348-usbh-phy.c | ||
bcm6358-usbh-phy.c | ||
bcm6368-usbh-phy.c | ||
Kconfig | ||
Makefile | ||
meson-gxl-usb2.c | ||
meson-gxl-usb3.c | ||
nop-phy.c | ||
phy-uclass.c | ||
sandbox-phy.c | ||
sti_usb_phy.c | ||
ti-pipe3-phy.c |