Lines Matching +defs:val +defs:from
104 * can cause data corruption. Will be invoked from the IDE HBA driver for
111 uint8_t val;
118 val = pci_config_get8(isa_handle, 0x58);
133 pci_config_put8(isa_handle, 0x58, val & 0xFB);
135 pci_config_put8(isa_handle, 0x58, val);
142 pci_config_put8(isa_handle, 0x58, val & 0xF7);
144 pci_config_put8(isa_handle, 0x58, val);
218 * Macro for extracting the CPU number from the CPU id
302 * Return latency between "from" and "to" lgroups
313 plat_lgrp_latency(lgrp_handle_t from, lgrp_handle_t to)
320 if (lgrp_optimizations() && (from != to ||
321 from == LGRP_DEFAULT_HANDLE || to == LGRP_DEFAULT_HANDLE))