Searched refs:PORT_CAP_MMIO_SIZE (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/fpga/ | ||
D | dfl.h | 125 #define PORT_CAP_MMIO_SIZE GENMASK_ULL(23, 8) /* MMIO size in KB */ macro |
D | dfl.c | 647 u32 size = FIELD_GET(PORT_CAP_MMIO_SIZE, v) << 10; in parse_feature_port_afu() |