Home
last modified time | relevance | path

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

/linux/drivers/pnp/pnpacpi/
A Drsparser.c374 flags = IORESOURCE_MEM_WRITEABLE; in pnpacpi_parse_mem24_option()
386 flags = IORESOURCE_MEM_WRITEABLE; in pnpacpi_parse_mem32_option()
398 flags = IORESOURCE_MEM_WRITEABLE; in pnpacpi_parse_fixed_mem32_option()
420 flags = IORESOURCE_MEM_WRITEABLE; in pnpacpi_parse_address_option()
439 flags = IORESOURCE_MEM_WRITEABLE; in pnpacpi_parse_ext_address_option()
813 memory24->write_protect = p->flags & IORESOURCE_MEM_WRITEABLE ? in pnpacpi_encode_mem24()
837 memory32->write_protect = p->flags & IORESOURCE_MEM_WRITEABLE ? in pnpacpi_encode_mem32()
862 p->flags & IORESOURCE_MEM_WRITEABLE ? in pnpacpi_encode_fixed_mem32()
/linux/include/linux/
A Dioport.h102 #define IORESOURCE_MEM_WRITEABLE (1<<0) /* dup: IORESOURCE_READONLY */ macro
/linux/drivers/pnp/
A Dmanager.c99 if (!(rule->flags & IORESOURCE_MEM_WRITEABLE)) in pnp_assign_mem()
A Dinterface.c163 if (mem->flags & IORESOURCE_MEM_WRITEABLE) in pnp_print_mem()
/linux/drivers/acpi/
A Dresource.c81 res->flags |= IORESOURCE_MEM_WRITEABLE; in acpi_dev_memresource_flags()
/linux/drivers/platform/x86/amd/
A Dhsmp.c422 if (!r.start || r.end < r.start || !(r.flags & IORESOURCE_MEM_WRITEABLE)) in hsmp_resource()

Completed in 12 milliseconds