Searched refs:PORT_HDR_CTRL (Results 1 – 2 of 2) sorted by relevance
51 v = readq(base + PORT_HDR_CTRL); in __afu_port_enable()53 writeq(v, base + PORT_HDR_CTRL); in __afu_port_enable()59 if (readq_poll_timeout(base + PORT_HDR_CTRL, v, in __afu_port_enable()89 v = readq(base + PORT_HDR_CTRL); in __afu_port_disable()91 writeq(v, base + PORT_HDR_CTRL); in __afu_port_disable()98 if (readq_poll_timeout(base + PORT_HDR_CTRL, v, in __afu_port_disable()173 v = readq(base + PORT_HDR_CTRL); in ltr_show()194 v = readq(base + PORT_HDR_CTRL); in ltr_store()197 writeq(v, base + PORT_HDR_CTRL); in ltr_store()
169 #define PORT_HDR_CTRL 0x38 macro