Home
last modified time | relevance | path

Searched full:lpc (Results 1 – 25 of 123) sorted by relevance

12345

/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Daspeed-lpc.txt2 Device tree bindings for the Aspeed Low Pin Count (LPC) Bus Controller
5 The LPC bus is a means to bridge a host CPU to a number of low-bandwidth
7 primary use case of the Aspeed LPC controller is as a slave on the bus
11 The LPC controller is represented as a multi-function device to account for the
16 * An LPC Host Controller: Manages LPC functions such as host vs slave mode, the
17 physical properties of some LPC pins, configuration of serial IRQs, and
18 APB-to-LPC bridging amonst other functions.
20 * An LPC Host Interface Controller: Manages functions exposed to the host such
21 as LPC firmware hub cycles, configuration of the LPC-to-AHB mapping, UART
28 Additionally the state of the LPC controller influences the pinmux
[all …]
H A Daspeed-lpc.yaml5 $id: http://devicetree.org/schemas/mfd/aspeed-lpc.yaml#
8 title: Aspeed Low Pin Count (LPC) Bus Controller
15 The LPC bus is a means to bridge a host CPU to a number of low-bandwidth
17 primary use case of the Aspeed LPC controller is as a slave on the bus
21 The LPC controller is represented as a multi-function device to account for the
26 * An LPC Host Interface Controller manages functions exposed to the host such
27 as LPC firmware hub cycles, configuration of the LPC-to-AHB mapping, UART
34 Additionally the state of the LPC controller influences the pinmux
42 - aspeed,ast2400-lpc
[all...]
H A Dcros-ec.txt6 The EC can be connect through various means (I2C, SPI, LPC, RPMSG) and the
36 Required properties (LPC):
37 - compatible: "google,cros-ec-lpc"
76 Example for LPC is not supplied as it is not yet implemented.
/freebsd/sys/contrib/device-tree/Bindings/watchdog/
H A Dst_lpc_wdt.txt1 STMicroelectronics Low Power Controller (LPC) - Watchdog
4 LPC currently supports Watchdog OR Real Time Clock OR Clocksource
7 [See: ../rtc/rtc-st-lpc.txt for RTC options]
8 [See: ../timer/st,stih407-lpc for Clocksource options]
12 - compatible : Should be: "st,stih407-lpc"
13 - reg : LPC registers base address + size
14 - interrupts : LPC interrupt line number and associated flags
15 - clocks : Clock used by LPC device (See: ../clock/clock-bindings.txt)
16 - st,lpc-mode : The LPC can run either one of three modes:
33 lpc@fde05000 {
[all …]
/freebsd/sys/contrib/device-tree/Bindings/rtc/
H A Drtc-st-lpc.txt1 STMicroelectronics Low Power Controller (LPC) - RTC
4 LPC currently supports Watchdog OR Real Time Clock OR Clocksource
8 [See: ../timer/st,stih407-lpc for Clocksource options]
12 - compatible : Must be: "st,stih407-lpc"
13 - reg : LPC registers base address + size
14 - interrupts : LPC interrupt line number and associated flags
15 - clocks : Clock used by LPC device (See: ../clock/clock-bindings.txt)
16 - st,lpc-mode : The LPC can run either one of three modes:
23 lpc@fde05000 {
24 compatible = "st,stih407-lpc";
[all …]
/freebsd/sys/contrib/device-tree/Bindings/timer/
H A Dst,stih407-lpc1 STMicroelectronics Low Power Controller (LPC) - Clocksource
4 LPC currently supports Watchdog OR Real Time Clock OR Clocksource
8 [See: ../rtc/rtc-st-lpc.txt for RTC options]
12 - compatible : Must be: "st,stih407-lpc"
13 - reg : LPC registers base address + size
14 - interrupts : LPC interrupt line number and associated flags
15 - clocks : Clock used by LPC device (See: ../clock/clock-bindings.txt)
16 - st,lpc-mode : The LPC can run either one of three modes:
23 lpc@fde05000 {
24 compatible = "st,stih407-lpc";
[all …]
/freebsd/sys/contrib/device-tree/Bindings/ipmi/
H A Daspeed,ast2400-kcs-bmc.yaml14 interfaces on the LPC bus for in-band IPMI communication with their host.
43 aspeed,lpc-io-reg:
48 The host CPU LPC IO data and status addresses for the device. For most
52 aspeed,lpc-interrupts:
57 A 2-cell property expressing the LPC SerIRQ number and the interrupt
67 description: The LPC channel number in the controller
95 - aspeed,lpc-io-reg
103 aspeed,lpc-io-reg = <0xca2>;
104 aspeed,lpc-interrupts = <11 IRQ_TYPE_LEVEL_LOW>;
H A Daspeed-kcs-bmc.txt13 - kcs_chan : The LPC channel number in the controller
23 - aspeed,lpc-io-reg : The host CPU LPC IO address for the device
30 aspeed,lpc-reg = <0xca2>;
/freebsd/sys/contrib/device-tree/Bindings/arm/hisilicon/
H A Dhisilicon-low-pin-count.txt2 Hisilicon Hip06 SoCs implement a Low Pin Count (LPC) controller, which
6 LPC device node.
10 (a) "hisilicon,hip06-lpc"
11 (b) "hisilicon,hip07-lpc"
14 - reg: base memory range where the LPC register set is mapped.
23 compatible = "hisilicon,hip06-lpc";
H A Dlow-pin-count.yaml13 Hisilicon HiP06 SoCs implement a Low Pin Count (LPC) controller, which
17 LPC device node.
28 - hisilicon,hip06-lpc
29 - hisilicon,hip07-lpc
50 compatible = "hisilicon,hip06-lpc";
/freebsd/usr.sbin/bhyve/amd64/
H A Dpci_lpc.c87 * 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()
[all …]
H A Dbhyverun_machdep.c66 set_config_value("lpc.fwcfg", "bhyve"); in bhyve_init_config()
79 " %*s [-G port] [-k config_file] [-l lpc] [-m mem] [-o var=value]\n" in bhyve_usage()
91 " -l: LPC device configuration\n" in bhyve_usage()
173 errx(EX_USAGE, "invalid lpc device " in bhyve_optparse()
247 if (get_config_value("lpc.bootrom") != NULL && in bhyve_optparse()
249 warnx("lpc.bootrom is deprecated, use '-o bootrom' instead"); in bhyve_optparse()
250 set_config_value("bootrom", get_config_value("lpc.bootrom")); in bhyve_optparse()
252 if (get_config_value("lpc.bootvars") != NULL && in bhyve_optparse()
254 warnx("lpc.bootvars is deprecated, use '-o bootvars' instead"); in bhyve_optparse()
255 set_config_value("bootvars", get_config_value("lpc.bootvars")); in bhyve_optparse()
/freebsd/share/doc/smm/07.lpd/
H A D7.t88 % lpc disable \fIprinter\fP
96 .IR lpc .
117 .IR lpc .
127 .I lpc
147 .IR lpc .
152 .IR lpc .
165 % lpc restart \fIprinter\fP
219 .I lpc
H A Dspell.ok8 LPC
31 lpc
/freebsd/sys/contrib/device-tree/Bindings/serial/
H A D8250.yaml18 - aspeed,lpc-io-reg
20 - aspeed,lpc-interrupts
202 configured. One possible data source is the LPC/eSPI mode bit. Only
206 aspeed,lpc-io-reg:
210 The VUART LPC address. Only applicable to aspeed,ast2500-vuart.
212 aspeed,lpc-interrupts:
260 aspeed,lpc-io-reg = <0x3f8>;
261 aspeed,lpc-interrupts = <4 IRQ_TYPE_LEVEL_LOW>;
/freebsd/usr.sbin/lpr/lpc/
H A DMakefile4 PROG= lpc
5 MAN= lpc.8
6 SRCS= lpc.c cmds.c cmdtab.c movejobs.c
H A Dcmdtab.c33 #include "lpc.h"
37 * lpc -- command tables
46 char quithelp[] = "exit lpc";
/freebsd/sys/contrib/device-tree/src/arm/aspeed/
H A Daspeed-bmc-amd-ethanolx.dts251 aspeed,lpc-io-reg = <0x60>;
256 aspeed,lpc-io-reg = <0x62>;
261 aspeed,lpc-io-reg = <0xCA2>;
266 aspeed,lpc-io-reg = <0x97DE>;
275 //Enable lpc clock
281 aspeed,lpc-io-reg = <0x3f8>;
282 aspeed,lpc-interrupts = <4 IRQ_TYPE_LEVEL_HIGH>;
H A Daspeed-bmc-tyan-s8036.dts145 aspeed,lpc-io-reg = <0xffff>;
146 aspeed,lpc-interrupts = <15 IRQ_TYPE_LEVEL_HIGH>;
361 aspeed,lpc-io-reg = <0xca8>;
366 aspeed,lpc-io-reg = <0xca2>;
367 aspeed,lpc-interrupts = <1 IRQ_TYPE_LEVEL_HIGH>;
H A Daspeed-bmc-asrock-e3c246d4i.dts77 aspeed,lpc-io-reg = <0x2f8>;
78 aspeed,lpc-interrupts = <3 IRQ_TYPE_LEVEL_HIGH>;
212 aspeed,lpc-io-reg = <0xca2>;
/freebsd/sys/contrib/device-tree/Bindings/soc/aspeed/
H A Duart-routing.yaml44 lpc: lpc@1e789000 {
45 compatible = "aspeed,ast2600-lpc-v2", "simple-mfd", "syscon";
/freebsd/usr.sbin/bhyve/
H A Dbhyve.8227 Print a list of supported LPC devices.
229 Allow devices behind the LPC PCI-ISA bridge to be configured.
435 .It Cm lpc
439 The LPC bridge emulation can only be configured on bus 0.
1098 bhyve -c 2 -s 0,hostbridge -s 1,lpc -s 2,virtio-blk,/my/image \\
1111 bhyve -s 0,hostbridge -s 1,lpc -s 2:0,virtio-net,tap0 \\
1125 -s 0,amd_hostbridge -s 1,lpc \\
1147 -s 31,lpc -l com1,tcp=127.0.0.1:1234 \\
1162 -s 31,lpc -l com1,tcp=[::1]:1234 \\
1176 -s 31,lpc -l com1,stdio \\
[all …]
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dlpc-eth.txt4 - compatible: Should be "nxp,lpc-eth"
21 compatible = "nxp,lpc-eth";
/freebsd/sys/kern/
H A Dsubr_lock.c325 struct lock_prof_cpu *lpc; in lock_prof_reset() local
351 lpc = LP_CPU(cpu); in lock_prof_reset()
353 LIST_REMOVE(&lpc->lpc_types[0].lpt_objs[i], lpo_link); in lock_prof_reset()
354 LIST_REMOVE(&lpc->lpc_types[1].lpt_objs[i], lpo_link); in lock_prof_reset()
358 lpc = LP_CPU(cpu); in lock_prof_reset()
359 bzero(lpc, sizeof(*lpc)); in lock_prof_reset()
360 lock_prof_init_type(&lpc->lpc_types[0]); in lock_prof_reset()
361 lock_prof_init_type(&lpc->lpc_types[1]); in lock_prof_reset()
/freebsd/usr.bin/gprof/
H A Dgprof.c257 if ( s_highpc != 0 && ( tmp.lpc != gmonhdr.lpc || in openpfile()
283 s_lowpc = (unsigned long) gmonhdr.lpc; in openpfile()
285 lowpc = (unsigned long)gmonhdr.lpc / HISTORICAL_SCALE_2; in openpfile()
291 printf( "[openpfile] hdr.lpc 0x%lx hdr.hpc 0x%lx hdr.ncnt %d\n", in openpfile()
292 gmonhdr.lpc , gmonhdr.hpc , gmonhdr.ncnt ); in openpfile()

12345