Searched refs:p2sb (Results 1 – 15 of 15) sorted by relevance
/u-boot/doc/device-tree-bindings/pinctrl/ |
A D | intel,apl-pinctrl.txt | 8 - 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 D | intel,apl-gpio.txt | 24 p2sb: p2sb@d,0 { 26 compatible = "intel,p2sb"; 31 intel,p2sb-port-id = <PID_GPIO_N>;
|
/u-boot/arch/x86/cpu/apollolake/ |
A D | cpu_spl.c | 155 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 D | device.txt | 56 p2sb: p2sb@d,0 { 59 compatible = "intel,apl-p2sb"; 66 intel,p2sb-port-id = <PID_GPIO_N>;
|
/u-boot/drivers/misc/ |
A D | p2sb-uclass.c | 34 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 D | p2sb_emul.c | 192 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 D | Makefile | 55 obj-$(CONFIG_P2SB) += p2sb-uclass.o
|
A D | Kconfig | 266 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 D | southbridge.asl | 7 #include <p2sb.h>
|
A D | gpio.asl | 11 #include <p2sb.h>
|
/u-boot/arch/x86/cpu/intel_common/ |
A D | Makefile | 38 obj-$(CONFIG_HAVE_P2SB) += p2sb.o
|
/u-boot/test/dm/ |
A D | Makefile | 51 obj-$(CONFIG_P2SB) += p2sb.o
|
/u-boot/arch/x86/dts/ |
A D | chromebook_coral.dts | 203 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 D | test.dts | 774 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 D | fsp-s.txt | 75 - fsps,p2sb-unhide: Enable/Disable P2SB device hidden
|
Completed in 14 milliseconds