Searched refs:PORT_HDR_CTRL (Results 1 – 2 of 2) sorted by relevance
52 v = readq(base + PORT_HDR_CTRL); in __afu_port_enable()54 writeq(v, base + PORT_HDR_CTRL); in __afu_port_enable()60 if (readq_poll_timeout(base + PORT_HDR_CTRL, v, in __afu_port_enable()90 v = readq(base + PORT_HDR_CTRL); in __afu_port_disable()92 writeq(v, base + PORT_HDR_CTRL); in __afu_port_disable()99 if (readq_poll_timeout(base + PORT_HDR_CTRL, v, in __afu_port_disable()172 v = readq(base + PORT_HDR_CTRL); in ltr_show()193 v = readq(base + PORT_HDR_CTRL); in ltr_store()196 writeq(v, base + PORT_HDR_CTRL); in ltr_store()
132 #define PORT_HDR_CTRL 0x38 macro