Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/fpga/
Ddfl.h152 #define PORT_STS_AP1_EVT BIT_ULL(12) /* AP1 event detected */ macro
Ddfl-afu-main.c216 return sprintf(buf, "%x\n", (u8)FIELD_GET(PORT_STS_AP1_EVT, v)); in ap1_event_show()
233 writeq(PORT_STS_AP1_EVT, base + PORT_HDR_STS); in ap1_event_store()