Searched refs:TEGRA124_LANE (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/pinctrl/tegra/ |
D | pinctrl-tegra-xusb.c | 827 #define TEGRA124_LANE(_name, _offset, _shift, _mask, _iddq, _funcs) \ macro 839 TEGRA124_LANE("otg-0", 0x004, 0, 0x3, 0, otg), 840 TEGRA124_LANE("otg-1", 0x004, 2, 0x3, 0, otg), 841 TEGRA124_LANE("otg-2", 0x004, 4, 0x3, 0, otg), 842 TEGRA124_LANE("ulpi-0", 0x004, 12, 0x1, 0, usb), 843 TEGRA124_LANE("hsic-0", 0x004, 14, 0x1, 0, usb), 844 TEGRA124_LANE("hsic-1", 0x004, 15, 0x1, 0, usb), 845 TEGRA124_LANE("pcie-0", 0x134, 16, 0x3, 1, pci), 846 TEGRA124_LANE("pcie-1", 0x134, 18, 0x3, 2, pci), 847 TEGRA124_LANE("pcie-2", 0x134, 20, 0x3, 3, pci), [all …]
|
/kernel/linux/linux-5.10/drivers/phy/tegra/ |
D | xusb-tegra124.c | 404 #define TEGRA124_LANE(_name, _offset, _shift, _mask, _type) \ macro 421 TEGRA124_LANE("usb2-0", 0x004, 0, 0x3, usb2), 422 TEGRA124_LANE("usb2-1", 0x004, 2, 0x3, usb2), 423 TEGRA124_LANE("usb2-2", 0x004, 4, 0x3, usb2), 672 TEGRA124_LANE("ulpi-0", 0x004, 12, 0x1, ulpi), 807 TEGRA124_LANE("hsic-0", 0x004, 14, 0x1, hsic), 808 TEGRA124_LANE("hsic-1", 0x004, 15, 0x1, hsic), 1024 TEGRA124_LANE("pcie-0", 0x134, 16, 0x3, pcie), 1025 TEGRA124_LANE("pcie-1", 0x134, 18, 0x3, pcie), 1026 TEGRA124_LANE("pcie-2", 0x134, 20, 0x3, pcie), [all …]
|