Home
last modified time | relevance | path

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

/freebsd/sys/arm/nvidia/tegra124/
H A Dtegra124_xusbpadctl.c77 #define SS_PORT_MAP_PORT_MAP(p, x) (((x) & 7) << ((p) * 4)) macro
373 reg &= ~SS_PORT_MAP_PORT_MAP(port->idx, ~0); in usb3_port_init()
374 reg |= SS_PORT_MAP_PORT_MAP(port->idx, port->companion); in usb3_port_init()
/freebsd/sys/arm64/nvidia/tegra210/
H A Dtegra210_xusbpadctl.c78 #define SS_PORT_MAP_PORT_MAP(p, x) (((x) & 7) << ((p) * 4)) macro
1012 reg &= ~SS_PORT_MAP_PORT_MAP(port->idx, ~0); in usb3_port_init()
1013 reg |= SS_PORT_MAP_PORT_MAP(port->idx, port->companion); in usb3_port_init()