Home
last modified time | relevance | path

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

/linux/drivers/fpga/
H A Ddfl-fme-perf.c71 #define FAB_PORT_FILTER BIT_ULL(23) macro
399 v &= ~(FAB_PORT_FILTER | FAB_PORT_ID); in fabric_event_init()
402 v |= FIELD_PREP(FAB_PORT_FILTER, FAB_PORT_FILTER_DISABLE); in fabric_event_init()
404 v |= FIELD_PREP(FAB_PORT_FILTER, FAB_PORT_FILTER_ENABLE); in fabric_event_init()
898 if (FIELD_GET(FAB_PORT_FILTER, v) == FAB_PORT_FILTER_DISABLE) in fme_perf_setup_hardware()