Searched +full:lpc +full:- +full:ctrl (Results 1 – 8 of 8) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only2 obj-$(CONFIG_ASPEED_LPC_CTRL) += aspeed-lpc-ctrl.o3 obj-$(CONFIG_ASPEED_LPC_SNOOP) += aspeed-lpc-snoop.o4 obj-$(CONFIG_ASPEED_UART_ROUTING) += aspeed-uart-routing.o5 obj-$(CONFIG_ASPEED_P2A_CTRL) += aspeed-p2a-ctrl.o6 obj-$(CONFIG_ASPEED_SOCINFO) += aspeed-socinfo.o7 CONTEXT_ANALYSIS_aspeed-lpc-snoop.o := y
1 /* SPDX-License-Identifier: GPL-2.0-only */47 * LPC Module67 u32 ctrl; /* SCLPC Control Register */ member75 u32 data_word; /* LPC RX/TX FIFO Data Word Register */76 u32 fifo_status; /* LPC RX/TX FIFO Status Register */77 u32 fifo_ctrl; /* LPC RX/TX FIFO Control Register */78 u32 fifo_alarm; /* LPC RX/TX FIFO Alarm Register */
1 // SPDX-License-Identifier: GPL-2.0-or-later5 * Copyright 2007-2008 Freescale Semiconductor Inc.8 #include <dt-bindings/clock/mpc512x-clock.h>10 /dts-v1/;15 #address-cells = <1>;16 #size-cells = <1>;17 interrupt-parent = <&ipic>;25 #address-cells = <1>;26 #size-cells = <0>;31 d-cache-line-size = <0x20>; /* 32 bytes */[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later11 * - Read: Auto Decode12 * - Write: Auto Encode13 * - Tested Page Sizes: 2048, 409632 #include <linux/dma-mapping.h>134 if (section >= nand_chip->ecc.steps) in lpc32xx_ooblayout_ecc()135 return -ERANGE; in lpc32xx_ooblayout_ecc()137 oobregion->offset = ((section + 1) * 16) - nand_chip->ecc.bytes; in lpc32xx_ooblayout_ecc()138 oobregion->length = nand_chip->ecc.bytes; in lpc32xx_ooblayout_ecc()148 if (section >= nand_chip->ecc.steps) in lpc32xx_ooblayout_free()[all …]
1 // SPDX-License-Identifier: GPL-2.0-only8 #include <dt-bindings/interrupt-controller/arm-gic.h>11 compatible = "hisilicon,hip06-d03";12 interrupt-parent = <&gic>;13 #address-cells = <2>;14 #size-cells = <2>;17 compatible = "arm,psci-0.2";22 #address-cells = <1>;23 #size-cells = <0>;25 cpu-map {[all …]
1 // SPDX-License-Identifier: GPL-2.0-only8 #include <dt-bindings/interrupt-controller/arm-gic.h>11 compatible = "hisilicon,hip07-d05";12 interrupt-parent = <&gic>;13 #address-cells = <2>;14 #size-cells = <2>;17 compatible = "arm,psci-0.2";22 #address-cells = <1>;23 #size-cells = <0>;25 cpu-map {[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later12 * non-PC systems, and incorporated into ACPI. Modern PC chipsets15 * are also clones that connect using the LPC bus.47 /* this is for "generic access to PC-style RTC" using CMOS_READ/CMOS_WRITE */113 /*----------------------------------------------------------------*/180 /*----------------------------------------------------------------*/217 /*----------------------------------------------------------------*/221 return !is_valid_irq(cmos->irq) && !cmos_use_acpi_alarm(); in cmos_no_alarm()233 return -EIO; in cmos_read_time()264 struct rtc_time *time = p->time; in cmos_read_alarm_callback()[all …]
5 ----------[all...]