Home
last modified time | relevance | path

Searched refs:PORT_HDR_CTRL (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/fpga/
A Ddfl-afu-main.c52 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()
A Ddfl.h131 #define PORT_HDR_CTRL 0x38 macro

Completed in 6 milliseconds