Home
last modified time | relevance | path

Searched refs:PORT_HDR_STS (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/fpga/
Ddfl-afu-main.c199 v = readq(base + PORT_HDR_STS); in ap1_event_show()
219 writeq(PORT_STS_AP1_EVT, base + PORT_HDR_STS); in ap1_event_store()
237 v = readq(base + PORT_HDR_STS); in ap2_event_show()
257 writeq(PORT_STS_AP2_EVT, base + PORT_HDR_STS); in ap2_event_store()
274 v = readq(base + PORT_HDR_STS); in power_state_show()
Ddfl-afu-error.c75 v = readq(base_hdr + PORT_HDR_STS); in afu_port_err_clear()
Ddfl.h122 #define PORT_HDR_STS 0x40 macro