Lines Matching +defs:val +defs:from
116 * can cause data corruption. Will be invoked from the IDE HBA driver for
123 uint8_t val;
130 val = pci_config_get8(isa_handle, 0x58);
145 pci_config_put8(isa_handle, 0x58, val & 0xFB);
147 pci_config_put8(isa_handle, 0x58, val);
154 pci_config_put8(isa_handle, 0x58, val & 0xF7);
156 pci_config_put8(isa_handle, 0x58, val);
235 * Macro for extracting the CPU number from the CPU id
319 * Return latency between "from" and "to" lgroups
330 plat_lgrp_latency(lgrp_handle_t from, lgrp_handle_t to)
337 if (lgrp_optimizations() && (from != to ||
338 from == LGRP_DEFAULT_HANDLE || to == LGRP_DEFAULT_HANDLE))