Home
last modified time | relevance | path

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

/linux/drivers/pnp/pnpacpi/
A Drsparser.c373 flags = IORESOURCE_MEM_WRITEABLE; in pnpacpi_parse_mem24_option()
385 flags = IORESOURCE_MEM_WRITEABLE; in pnpacpi_parse_mem32_option()
397 flags = IORESOURCE_MEM_WRITEABLE; in pnpacpi_parse_fixed_mem32_option()
419 flags = IORESOURCE_MEM_WRITEABLE; in pnpacpi_parse_address_option()
438 flags = IORESOURCE_MEM_WRITEABLE; in pnpacpi_parse_ext_address_option()
812 memory24->write_protect = p->flags & IORESOURCE_MEM_WRITEABLE ? in pnpacpi_encode_mem24()
836 memory32->write_protect = p->flags & IORESOURCE_MEM_WRITEABLE ? in pnpacpi_encode_mem32()
861 p->flags & IORESOURCE_MEM_WRITEABLE ? in pnpacpi_encode_fixed_mem32()
/linux/include/linux/
A Dioport.h101 #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()

Completed in 9 milliseconds