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

/freebsd-12-stable/sys/arm/nvidia/tegra124/
H A Dtegra124_xusbpadctl.c81 #define SS_PORT_MAP_PORT_MAP(p, x) (((x) & 7) << ((p) * 4)) macro
381 reg &= ~SS_PORT_MAP_PORT_MAP(port->idx, ~0);
382 reg |= SS_PORT_MAP_PORT_MAP(port->idx, port->companion);

Completed in 56 milliseconds