Home
last modified time | relevance | path

Searched full:pericom (Results 1 – 25 of 35) sorted by relevance

12

/openbmc/linux/drivers/tty/serial/8250/
H A D8250_pericom.c2 /* Driver for Pericom UART */
88 struct pericom8250 *pericom; in pericom8250_probe() local
105 pericom = devm_kzalloc(&pdev->dev, struct_size(pericom, line, nr), GFP_KERNEL); in pericom8250_probe()
106 if (!pericom) in pericom8250_probe()
109 pericom->virt = pcim_iomap(pdev, bar, 0); in pericom8250_probe()
110 if (!pericom->virt) in pericom8250_probe()
117 uart.port.private_data = pericom; in pericom8250_probe()
130 pericom->line[i] = serial8250_register_8250_port(&uart); in pericom8250_probe()
131 if (pericom->line[i] < 0) { in pericom8250_probe()
135 uart.port.iotype, pericom->line[i]); in pericom8250_probe()
[all …]
H A DKconfig533 tristate "Support for Pericom and Acces I/O serial ports"
537 Selecting this option will enable handling of the Pericom and Acces
/openbmc/linux/drivers/usb/typec/mux/
H A DKconfig22 tristate "Pericom PI3USB30532 Type-C cross switch driver"
25 Say Y or M if your system has a Pericom PI3USB30532 Type-C cross
H A Dpi3usb30532.c3 * Pericom PI3USB30532 Type-C cross switch / mux driver
189 MODULE_DESCRIPTION("Pericom PI3USB30532 Type-C mux driver");
/openbmc/linux/Documentation/devicetree/bindings/usb/
H A Dgpio-sbu-mux.yaml23 - pericom,pi3usb102
96 compatible = "pericom,pi3usb102", "gpio-sbu-mux";
/openbmc/linux/Documentation/devicetree/bindings/rtc/
H A Drtc-ds1307.yaml30 - pericom,pt7c4338
H A Dtrivial-rtc.yaml53 - pericom,pt7c4338
/openbmc/u-boot/arch/arm/dts/
H A Dfsl-ls1043a-rdb.dts58 compatible = "pericom,pt7c4338";
/openbmc/linux/Documentation/firmware-guide/acpi/
H A Denumeration.rst570 05:00.0 PCI bridge: Pericom Semiconductor Device 2404 (rev 05)
571 06:01.0 PCI bridge: Pericom Semiconductor Device 2404 (rev 05)
572 06:02.0 PCI bridge: Pericom Semiconductor Device 2404 (rev 05)
573 06:03.0 PCI bridge: Pericom Semiconductor Device 2404 (rev 05)
/openbmc/u-boot/drivers/usb/host/
H A Dehci-pci.c63 {0x12D8, 0x400F}, /* Pericom */
/openbmc/u-boot/drivers/rtc/
H A Dpt7c4338.c13 * PT7C4338 chip is manufactured by Pericom Technology Inc.
/openbmc/linux/arch/arm/boot/dts/marvell/
H A Ddove-sbc-a510.dts153 * a mini-PCIe slot or a Pericom PI7C9X111 PCIe-to-PCI bridge.
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dfsl-ls1043a-rdb.dts60 compatible = "pericom,pt7c4338";
/openbmc/linux/arch/arm64/boot/dts/marvell/
H A Darmada-3720-db.dts112 /* PT7C4337A from pericom fully compatible with the ds1337 */
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dsc8180x-lenovo-flex-5g.dts183 compatible = "pericom,pi3usb102", "gpio-sbu-mux";
202 compatible = "pericom,pi3usb102", "gpio-sbu-mux";
H A Dsc8180x-primus.dts226 compatible = "pericom,pi3usb102", "gpio-sbu-mux";
245 compatible = "pericom,pi3usb102", "gpio-sbu-mux";
H A Dsc8280xp-crd.dts227 compatible = "pericom,pi3usb102", "gpio-sbu-mux";
246 compatible = "pericom,pi3usb102", "gpio-sbu-mux";
H A Dmsm8992-xiaomi-libra.dts156 * Pericom 30216a USB (de)mux switch
/openbmc/linux/arch/powerpc/boot/dts/fsl/
H A Dp1020rdb-pc.dtsi145 compatible = "pericom,pt7c4338";
H A Dp1010rdb.dtsi97 compatible = "pericom,pt7c4338";
H A Dp2020rdb-pc.dtsi145 compatible = "pericom,pt7c4338";
H A Dp1021rdb-pc.dtsi144 compatible = "pericom,pt7c4338";
H A Dp2041rdb.dts134 compatible = "pericom,pt7c4338";
/openbmc/linux/drivers/platform/x86/
H A Dapple-gmux.c370 * either an `NXP CBTL06142`_, `TI HD3SS212`_ or `Pericom PI3VDP12412`_.
379 * the linked data sheets, Pericom would be capable but this is unused).
429 * .. _Pericom PI3VDP12412: https://www.pericom.com/assets/Datasheets/PI3VDP12412.pdf
/openbmc/qemu/docs/system/ppc/
H A Dppce500.rst17 * 1 Pericom pt7c4338 RTC via I2C

12