Home
last modified time | relevance | path

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

/dragonfly/sys/dev/acpica/acpi_toshiba/
H A Dacpi_toshiba.c116 #define HCI_WORDS 6 /* Number of registers */ macro
414 ACPI_OBJECT obj[HCI_WORDS]; in hci_call()
421 for (i = 0; i < HCI_WORDS; i++) { in hci_call()
430 args.Count = HCI_WORDS; in hci_call()
437 if (!ACPI_PKG_VALID(res, HCI_WORDS)) { in hci_call()