Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/fpga/
Ddfl.h149 #define PORT_STS_AP2_EVT BIT_ULL(13) /* AP2 event detected */ macro
Ddfl-afu-main.c241 return sprintf(buf, "%x\n", (u8)FIELD_GET(PORT_STS_AP2_EVT, v)); in ap2_event_show()
258 writeq(PORT_STS_AP2_EVT, base + PORT_HDR_STS); in ap2_event_store()