Home
last modified time | relevance | path

Searched refs:XUSB_PADCTL_SS_PORT_MAP_PORTX_MAP (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/phy/tegra/
Dxusb-tegra124.c42 #define XUSB_PADCTL_SS_PORT_MAP_PORTX_MAP(x, v) (((v) & 0x7) << ((x) * 4)) macro
1492 value |= XUSB_PADCTL_SS_PORT_MAP_PORTX_MAP(index, usb3->port); in tegra124_usb3_port_enable()
1636 value |= XUSB_PADCTL_SS_PORT_MAP_PORTX_MAP(port->index, 0x7); in tegra124_usb3_port_disable()
Dxusb-tegra210.c54 #define XUSB_PADCTL_SS_PORT_MAP_PORTX_MAP(x, v) (((v) & 0x7) << ((x) * 5)) macro
1978 value |= XUSB_PADCTL_SS_PORT_MAP_PORTX_MAP( in tegra210_usb2_phy_power_on()
2150 value |= XUSB_PADCTL_SS_PORT_MAP_PORTX_MAP(port->usb3_port_fake, in tegra210_usb2_phy_power_off()
2601 value |= XUSB_PADCTL_SS_PORT_MAP_PORTX_MAP(index, usb3->port); in tegra210_usb3_phy_power_on()