Lines Matching full:lpc
87 * LPC device configuration is in the following form:
119 pci_parse_legacy_config(find_config_node("lpc"), in lpc_device_parse()
123 pci_parse_legacy_config(find_config_node("lpc"), str); in lpc_device_parse()
150 asprintf(&node_name, "lpc.%s.path", in lpc_device_parse()
159 asprintf(&node_name, "lpc.%s", pctestdev_getname()); in lpc_device_parse()
188 return (get_config_value("lpc.fwcfg")); in lpc_fwcfg()
205 * The COM devices on the LPC bus generate edge triggered interrupts, in lpc_uart_intr_deassert()
260 "LPC device %s", name); in lpc_init()
268 asprintf(&node_name, "lpc.%s.path", name); in lpc_init()
274 "for LPC device %s", backend, name); in lpc_init()
292 asprintf(&node_name, "lpc.%s", pctestdev_getname()); in lpc_init()
490 warnx("%s: Unable to find host selector of LPC bridge.", __func__); in pci_lpc_get_sel()
504 * Do not allow more than one LPC bridge to be configured. in pci_lpc_init()
507 EPRINTLN("Only one LPC bridge is allowed."); in pci_lpc_init()
512 * Enforce that the LPC can only be configured on bus 0. This in pci_lpc_init()
517 EPRINTLN("LPC bridge can be present only on bus 0."); in pci_lpc_init()
595 .pe_emu = "lpc",