Home
last modified time | relevance | path

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

/u-boot/doc/device-tree-bindings/pinctrl/
A Dintel,apl-pinctrl.txt8 - intel,p2sb-port-id: Port ID number within the parent P2SB
24 p2sb: p2sb@d,0 {
26 compatible = "intel,p2sb";
31 intel,p2sb-port-id = <PID_GPIO_N>;
/u-boot/doc/device-tree-bindings/gpio/
A Dintel,apl-gpio.txt24 p2sb: p2sb@d,0 {
26 compatible = "intel,p2sb";
31 intel,p2sb-port-id = <PID_GPIO_N>;
/u-boot/arch/x86/cpu/apollolake/
A Dcpu_spl.c155 struct udevice *pmc, *sa, *p2sb, *serial, *spi, *lpc; in arch_cpu_init_tpl() local
169 ret = uclass_first_device_err(UCLASS_P2SB, &p2sb); in arch_cpu_init_tpl()
214 struct udevice *pmc, *p2sb; in arch_cpu_init_spl() local
220 ret = uclass_first_device_err(UCLASS_P2SB, &p2sb); in arch_cpu_init_spl()
/u-boot/doc/device-tree-bindings/
A Ddevice.txt56 p2sb: p2sb@d,0 {
59 compatible = "intel,apl-p2sb";
66 intel,p2sb-port-id = <PID_GPIO_N>;
/u-boot/drivers/misc/
A Dp2sb-uclass.c34 struct udevice *p2sb = dev_get_parent(dev); in pcr_reg_address() local
35 struct p2sb_uc_priv *upriv = dev_get_uclass_priv(p2sb); in pcr_reg_address()
206 UCLASS_DRIVER(p2sb) = {
A Dp2sb_emul.c192 struct udevice *p2sb, *dev; in find_p2sb_channel() local
195 ret = sandbox_pci_get_client(emul, &p2sb); in find_p2sb_channel()
199 device_foreach_child(dev, p2sb) { in find_p2sb_channel()
A DMakefile55 obj-$(CONFIG_P2SB) += p2sb-uclass.o
A DKconfig266 in the device tree as subnodes of the p2sb.
276 in the device tree as subnodes of the p2sb.
/u-boot/arch/x86/include/asm/arch-apollolake/acpi/
A Dsouthbridge.asl7 #include <p2sb.h>
A Dgpio.asl11 #include <p2sb.h>
/u-boot/arch/x86/cpu/intel_common/
A DMakefile38 obj-$(CONFIG_HAVE_P2SB) += p2sb.o
/u-boot/test/dm/
A DMakefile51 obj-$(CONFIG_P2SB) += p2sb.o
/u-boot/arch/x86/dts/
A Dchromebook_coral.dts203 p2sb: p2sb@d,0 { label
206 compatible = "intel,p2sb";
213 intel,p2sb-port-id = <PID_GPIO_N>;
227 intel,p2sb-port-id = <PID_GPIO_NW>;
242 intel,p2sb-port-id = <PID_GPIO_W>;
257 intel,p2sb-port-id = <PID_GPIO_SW>;
272 intel,p2sb-port-id = <PID_ITSS>;
/u-boot/arch/sandbox/dts/
A Dtest.dts774 p2sb-pci@2,0 {
775 compatible = "sandbox,p2sb";
780 intel,p2sb-port-id = <3>;
816 compatible = "sandbox,p2sb-emul";
/u-boot/doc/device-tree-bindings/fsp/fsp2/apollolake/
A Dfsp-s.txt75 - fsps,p2sb-unhide: Enable/Disable P2SB device hidden

Completed in 14 milliseconds