Home
last modified time | relevance | path

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

/linux-5.19.10/arch/sparc/kernel/
Dof_device_64.c141 static unsigned long of_bus_pci_get_flags(const u32 *addr, unsigned long flags) in of_bus_pci_get_flags() function
191 .get_flags = of_bus_pci_get_flags,
200 .get_flags = of_bus_pci_get_flags,
Dof_device_32.c78 static unsigned long of_bus_pci_get_flags(const u32 *addr, unsigned long flags) in of_bus_pci_get_flags() function
146 .get_flags = of_bus_pci_get_flags,
/linux-5.19.10/drivers/of/
Daddress.c104 static unsigned int of_bus_pci_get_flags(const __be32 *addr) in of_bus_pci_get_flags() function
173 af = of_bus_pci_get_flags(addr); in of_bus_pci_map()
174 rf = of_bus_pci_get_flags(range); in of_bus_pci_map()
337 .get_flags = of_bus_pci_get_flags,