Searched refs:TEGRA210_LANE (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/arch/arm/mach-tegra/tegra210/ |
| H A D | xusb-padctl.c | 63 #define TEGRA210_LANE(_name, _offset, _shift, _mask, _iddq, _funcs) \ macro 75 TEGRA210_LANE("otg-0", 0x004, 0, 0x3, 0, otg), 76 TEGRA210_LANE("otg-1", 0x004, 2, 0x3, 0, otg), 77 TEGRA210_LANE("otg-2", 0x004, 4, 0x3, 0, otg), 78 TEGRA210_LANE("otg-3", 0x004, 6, 0x3, 0, otg), 79 TEGRA210_LANE("usb2-bias", 0x004, 18, 0x3, 0, otg), 80 TEGRA210_LANE("hsic-0", 0x004, 14, 0x1, 0, usb), 81 TEGRA210_LANE("hsic-1", 0x004, 15, 0x1, 0, usb), 82 TEGRA210_LANE("pcie-0", 0x028, 12, 0x3, 1, pci), 83 TEGRA210_LANE("pcie-1", 0x028, 14, 0x3, 2, pci), [all …]
|