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, in __afu_port_disable()159 v = readq(base + PORT_HDR_CTRL); in ltr_show()180 v = readq(base + PORT_HDR_CTRL); in ltr_store()183 writeq(v, base + PORT_HDR_CTRL); in ltr_store()
130 #define PORT_HDR_CTRL 0x38 macro