Searched refs:PORT_HDR_CTRL (Results 1 – 2 of 2) sorted by relevance
46 v = readq(base + PORT_HDR_CTRL); in port_enable()48 writeq(v, base + PORT_HDR_CTRL); in port_enable()73 v = readq(base + PORT_HDR_CTRL); in port_disable()75 writeq(v, base + PORT_HDR_CTRL); in port_disable()82 if (readq_poll_timeout(base + PORT_HDR_CTRL, v, v & PORT_CTRL_SFTRST, in port_disable()
121 #define PORT_HDR_CTRL 0x38 macro