Searched refs:PORT_HDR_CTRL (Results 1 – 2 of 2) sorted by relevance
49 v = readq(base + PORT_HDR_CTRL); in __afu_port_enable()51 writeq(v, base + PORT_HDR_CTRL); in __afu_port_enable()77 v = readq(base + PORT_HDR_CTRL); in __afu_port_disable()79 writeq(v, base + PORT_HDR_CTRL); in __afu_port_disable()86 if (readq_poll_timeout(base + PORT_HDR_CTRL, v, v & PORT_CTRL_SFTRST, in __afu_port_disable()158 v = readq(base + PORT_HDR_CTRL); in ltr_show()179 v = readq(base + PORT_HDR_CTRL); in ltr_store()182 writeq(v, base + PORT_HDR_CTRL); in ltr_store()
121 #define PORT_HDR_CTRL 0x38 macro