Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/fpga/
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, v & PORT_CTRL_SFTRST, in __afu_port_disable()
158 v = readq(base + PORT_HDR_CTRL); in ltr_show()
179 v = readq(base + PORT_HDR_CTRL); in ltr_store()
182 writeq(v, base + PORT_HDR_CTRL); in ltr_store()
Ddfl.h121 #define PORT_HDR_CTRL 0x38 macro