Home
last modified time | relevance | path

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

/openbmc/linux/drivers/fpga/
H A Ddfl-afu-main.c213 v = readq(base + PORT_HDR_STS); in ap1_event_show()
233 writeq(PORT_STS_AP1_EVT, base + PORT_HDR_STS); in ap1_event_store()
251 v = readq(base + PORT_HDR_STS); in ap2_event_show()
271 writeq(PORT_STS_AP2_EVT, base + PORT_HDR_STS); in ap2_event_store()
288 v = readq(base + PORT_HDR_STS); in power_state_show()
H A Ddfl-afu-error.c76 v = readq(base_hdr + PORT_HDR_STS); in afu_port_err_clear()
H A Ddfl.h169 #define PORT_HDR_STS 0x40 macro