Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/fpga/
Ddfl.h140 #define PORT_CAP_PORT_NUM GENMASK_ULL(1, 0) /* ID of this port */ macro
Ddfl-afu-main.c150 return FIELD_GET(PORT_CAP_PORT_NUM, readq(base + PORT_HDR_CAP)); in port_get_id()