Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pnp/pnpacpi/
H 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()
/openbmc/u-boot/include/linux/
H A Dioport.h85 #define IORESOURCE_MEM_WRITEABLE (1<<0) /* dup: IORESOURCE_READONLY */ macro
/openbmc/linux/drivers/pnp/
H A Dmanager.c99 if (!(rule->flags & IORESOURCE_MEM_WRITEABLE)) in pnp_assign_mem()
H A Dinterface.c163 if (mem->flags & IORESOURCE_MEM_WRITEABLE) in pnp_print_mem()
/openbmc/linux/include/linux/
H A Dioport.h102 #define IORESOURCE_MEM_WRITEABLE (1<<0) /* dup: IORESOURCE_READONLY */ macro
/openbmc/linux/drivers/acpi/
H A Dresource.c81 res->flags |= IORESOURCE_MEM_WRITEABLE; in acpi_dev_memresource_flags()