Home
last modified time | relevance | path

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

/openbmc/linux/drivers/acpi/acpica/
H A Dhwvalid.c190 u32 one_byte; in acpi_hw_read_port() local
221 status = acpi_os_read_port(address, &one_byte, 8); in acpi_hw_read_port()
226 *value |= (one_byte << i); in acpi_hw_read_port()