Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/of/
A Daddress.c866 flags |= IORESOURCE_MEM_NONPOSTED; in __of_address_to_resource()
908 if (res.flags & IORESOURCE_MEM_NONPOSTED) in of_iomap()
943 if (res.flags & IORESOURCE_MEM_NONPOSTED) in of_io_request_and_map()
/linux-6.3-rc2/include/linux/
A Dioport.h112 #define IORESOURCE_MEM_NONPOSTED (1<<7) macro
/linux-6.3-rc2/lib/
A Ddevres.c136 if (type == DEVM_IOREMAP && res->flags & IORESOURCE_MEM_NONPOSTED) in __devm_ioremap_resource()
/linux-6.3-rc2/Documentation/driver-api/
A 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

Completed in 11 milliseconds