Home
last modified time | relevance | path

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

/openbmc/linux/drivers/fpga/
H A Ddfl.h187 #define PORT_STS_AP2_EVT BIT_ULL(13) /* AP2 event detected */ macro
H A Ddfl-afu-main.c254 return sprintf(buf, "%x\n", (u8)FIELD_GET(PORT_STS_AP2_EVT, v)); in ap2_event_show()
271 writeq(PORT_STS_AP2_EVT, base + PORT_HDR_STS); in ap2_event_store()