Home
last modified time | relevance | path

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

/freebsd/sys/dev/acpi_support/
H A Dacpi_wmi.c826 static __inline int acpi_wmi_hex_to_int(const UINT8 *hexin, UINT8 *byteout) in acpi_wmi_hex_to_int() argument
831 hi = hexin[0]; in acpi_wmi_hex_to_int()
832 lo = hexin[1]; in acpi_wmi_hex_to_int()
H A Dacpi_hp.c1074 static __inline int acpi_hp_hex_to_int(const UINT8 *hexin, UINT8 *byteout) in acpi_hp_hex_to_int() argument
1079 hi = hexin[0]; in acpi_hp_hex_to_int()
1080 lo = hexin[1]; in acpi_hp_hex_to_int()