Searched refs:PORT_HDR_CTRL (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/fpga/ |
H A D | dfl-afu-main.c | 52 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 D | dfl.h | 168 #define PORT_HDR_CTRL 0x38 macro
|
/kernel/linux/linux-5.10/drivers/fpga/ |
H A D | dfl-afu-main.c | 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()
|
H A D | dfl.h | 130 #define PORT_HDR_CTRL 0x38 macro
|
Completed in 7 milliseconds