Home
last modified time | relevance | path

Searched refs:ACPI_DECODE_16 (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/pnp/pnpacpi/
H A Drsparser.c353 if (io->io_decode == ACPI_DECODE_16) in pnpacpi_parse_port_option()
773 ACPI_DECODE_16 : ACPI_DECODE_10; in pnpacpi_encode_io()
/linux/include/acpi/
H A Dacrestyp.h50 #define ACPI_DECODE_16 (u8) 0x01 /* 16-bit IO address decode */ macro