Home
last modified time | relevance | path

Searched refs:PORT_HDR_CTRL (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/drivers/fpga/
H 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()
H A Ddfl.h168 #define PORT_HDR_CTRL 0x38 macro
/kernel/linux/linux-5.10/drivers/fpga/
H A Ddfl-afu-main.c49 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()
H A Ddfl.h130 #define PORT_HDR_CTRL 0x38 macro

Completed in 7 milliseconds