Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/nvidia/tegra124/
H A Dtegra124_xusbpadctl.c79 #define SS_PORT_MAP_PORT_INTERNAL(p) (1 << (3 + (p) * 4)) macro
373 reg &= ~SS_PORT_MAP_PORT_INTERNAL(port->idx); in usb3_port_init()
375 reg |= SS_PORT_MAP_PORT_INTERNAL(port->idx); in usb3_port_init()
/f-stack/freebsd/arm64/nvidia/tegra210/
H A Dtegra210_xusbpadctl.c80 #define SS_PORT_MAP_PORT_INTERNAL(p) (1 << (3 + (p) * 4)) macro
1012 reg &= ~SS_PORT_MAP_PORT_INTERNAL(port->idx); in usb3_port_init()
1014 reg |= SS_PORT_MAP_PORT_INTERNAL(port->idx); in usb3_port_init()