Home
last modified time | relevance | path

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

/linux/drivers/pci/
H A Dsetup-bus.c204 int iores_type = type & IORESOURCE_TYPE_BITS; /* w/o 64bit & pref */ in pbus_select_window_for_type() local
209 if ((iores_type != IORESOURCE_IO) && (iores_type != IORESOURCE_MEM)) in pbus_select_window_for_type()
226 switch (iores_type) { in pbus_select_window_for_type()