Searched refs:TEGRA124_LANE (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/pinctrl/tegra/ |
D | pinctrl-tegra-xusb.c | 835 #define TEGRA124_LANE(_name, _offset, _shift, _mask, _iddq, _funcs) \ macro 847 TEGRA124_LANE("otg-0", 0x004, 0, 0x3, 0, otg), 848 TEGRA124_LANE("otg-1", 0x004, 2, 0x3, 0, otg), 849 TEGRA124_LANE("otg-2", 0x004, 4, 0x3, 0, otg), 850 TEGRA124_LANE("ulpi-0", 0x004, 12, 0x1, 0, usb), 851 TEGRA124_LANE("hsic-0", 0x004, 14, 0x1, 0, usb), 852 TEGRA124_LANE("hsic-1", 0x004, 15, 0x1, 0, usb), 853 TEGRA124_LANE("pcie-0", 0x134, 16, 0x3, 1, pci), 854 TEGRA124_LANE("pcie-1", 0x134, 18, 0x3, 2, pci), 855 TEGRA124_LANE("pcie-2", 0x134, 20, 0x3, 3, pci), [all …]
|
/Linux-v4.19/drivers/phy/tegra/ |
D | xusb-tegra124.c | 412 #define TEGRA124_LANE(_name, _offset, _shift, _mask, _type) \ macro 429 TEGRA124_LANE("usb2-0", 0x004, 0, 0x3, usb2), 430 TEGRA124_LANE("usb2-1", 0x004, 2, 0x3, usb2), 431 TEGRA124_LANE("usb2-2", 0x004, 4, 0x3, usb2), 680 TEGRA124_LANE("ulpi-0", 0x004, 12, 0x1, ulpi), 815 TEGRA124_LANE("hsic-0", 0x004, 14, 0x1, hsic), 816 TEGRA124_LANE("hsic-1", 0x004, 15, 0x1, hsic), 1032 TEGRA124_LANE("pcie-0", 0x134, 16, 0x3, pcie), 1033 TEGRA124_LANE("pcie-1", 0x134, 18, 0x3, pcie), 1034 TEGRA124_LANE("pcie-2", 0x134, 20, 0x3, pcie), [all …]
|