Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/of/
Daddress.c1143 flags |= IORESOURCE_MEM_NONPOSTED; in __of_address_to_resource()
1198 if (res.flags & IORESOURCE_MEM_NONPOSTED) in of_iomap()
1233 if (res.flags & IORESOURCE_MEM_NONPOSTED) in of_io_request_and_map()
/linux-6.6.21/include/linux/
Dioport.h112 #define IORESOURCE_MEM_NONPOSTED (1<<7) macro
/linux-6.6.21/lib/
Ddevres.c136 if (type == DEVM_IOREMAP && res->flags & IORESOURCE_MEM_NONPOSTED) in __devm_ioremap_resource()
/linux-6.6.21/Documentation/driver-api/
Ddevice-io.rst385 ``IORESOURCE_MEM_NONPOSTED`` flag for a resource that requires ioremap_np()
467 requirements, if the ``IORESOURCE_MEM_NONPOSTED`` flag is set on the struct
475 Automatically sets the ``IORESOURCE_MEM_NONPOSTED`` flag for platforms that