Home
last modified time | relevance | path

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

/linux/drivers/pci/controller/plda/
H A Dpcie-microchip-host.c235 static struct event_map local_status_to_event[] = { variable
372 for (i = 0; i < ARRAY_SIZE(local_status_to_event); i++) in local_events()
373 val |= reg_to_event(reg, local_status_to_event[i]); in local_events()