/openbmc/linux/drivers/net/ethernet/qualcomm/ |
H A D | qca_spi.c | 83 start_spi_intr_handling(struct qcaspi *qca, u16 *intr_cause) in start_spi_intr_handling() argument 87 qcaspi_write_register(qca, SPI_REG_INTR_ENABLE, 0, wr_verify); in start_spi_intr_handling() 88 qcaspi_read_register(qca, SPI_REG_INTR_CAUSE, intr_cause); in start_spi_intr_handling() 89 netdev_dbg(qca->net_dev, "interrupts: 0x%04x\n", *intr_cause); in start_spi_intr_handling() 93 end_spi_intr_handling(struct qcaspi *qca, u16 intr_cause) in end_spi_intr_handling() argument 100 qcaspi_write_register(qca, SPI_REG_INTR_CAUSE, intr_cause, 0); in end_spi_intr_handling() 101 qcaspi_write_register(qca, SPI_REG_INTR_ENABLE, intr_enable, wr_verify); in end_spi_intr_handling() 102 netdev_dbg(qca->net_dev, "acking int: 0x%04x\n", intr_cause); in end_spi_intr_handling() 106 qcaspi_write_burst(struct qcaspi *qca, u8 *src, u32 len) in qcaspi_write_burst() argument 124 ret = spi_sync(qca->spi_dev, &msg); in qcaspi_write_burst() [all …]
|
H A D | qca_uart.c | 65 struct qcauart *qca = serdev_device_get_drvdata(serdev); in qca_tty_receive() local 66 struct net_device *netdev = qca->net_dev; in qca_tty_receive() 70 if (!qca->rx_skb) { in qca_tty_receive() 71 qca->rx_skb = netdev_alloc_skb_ip_align(netdev, in qca_tty_receive() 74 if (!qca->rx_skb) { in qca_tty_receive() 84 retcode = qcafrm_fsm_decode(&qca->frm_handle, in qca_tty_receive() 85 qca->rx_skb->data, in qca_tty_receive() 86 skb_tailroom(qca->rx_skb), in qca_tty_receive() 106 skb_put(qca->rx_skb, retcode); in qca_tty_receive() 107 qca->rx_skb->protocol = eth_type_trans( in qca_tty_receive() [all …]
|
H A D | qca_debug.c | 75 struct qcaspi *qca = s->private; in qcaspi_info_show() local 78 (unsigned long)qca->buffer_size); in qcaspi_info_show() 82 if (qca->txr.skb[qca->txr.head] == NULL) in qcaspi_info_show() 84 else if (qca->txr.skb[qca->txr.tail]) in qcaspi_info_show() 92 qca->txr.size); in qcaspi_info_show() 95 (unsigned int)qca->sync); in qcaspi_info_show() 96 switch (qca->sync) { in qcaspi_info_show() 113 qca->spi_dev->irq); in qcaspi_info_show() 115 qca->intr); in qcaspi_info_show() 118 (unsigned long)qca->spi_dev->max_speed_hz); in qcaspi_info_show() [all …]
|
H A D | qca_7k.c | 33 qcaspi_spi_error(struct qcaspi *qca) in qcaspi_spi_error() argument 35 if (qca->sync != QCASPI_SYNC_READY) in qcaspi_spi_error() 38 netdev_err(qca->net_dev, "spi error\n"); in qcaspi_spi_error() 39 qca->sync = QCASPI_SYNC_UNKNOWN; in qcaspi_spi_error() 40 qca->stats.spi_err++; in qcaspi_spi_error() 44 qcaspi_read_register(struct qcaspi *qca, u16 reg, u16 *result) in qcaspi_read_register() argument 66 if (qca->legacy_mode) { in qcaspi_read_register() 67 spi_sync(qca->spi_dev, &msg); in qcaspi_read_register() 71 ret = spi_sync(qca->spi_dev, &msg); in qcaspi_read_register() 77 qcaspi_spi_error(qca); in qcaspi_read_register() [all …]
|
/openbmc/linux/drivers/bluetooth/ |
H A D | hci_qca.c | 195 * QCA Bluetooth chipset 210 * Platform data for the QCA Bluetooth power driver. 284 struct qca_data *qca = hu->priv; in serial_clock_vote() local 287 bool old_vote = (qca->tx_vote | qca->rx_vote); in serial_clock_vote() 292 diff = jiffies_to_msecs(jiffies - qca->vote_last_jif); in serial_clock_vote() 295 qca->vote_off_ms += diff; in serial_clock_vote() 297 qca->vote_on_ms += diff; in serial_clock_vote() 301 qca->tx_vote = true; in serial_clock_vote() 302 qca->tx_votes_on++; in serial_clock_vote() 306 qca->rx_vote = true; in serial_clock_vote() [all …]
|
H A D | btqca.c | 29 bt_dev_dbg(hdev, "QCA Version Request"); in qca_read_soc_version() 46 bt_dev_err(hdev, "Reading QCA version information failed (%d)", in qca_read_soc_version() 52 bt_dev_err(hdev, "QCA Version size mismatch len %d", skb->len); in qca_read_soc_version() 59 bt_dev_err(hdev, "QCA TLV with no header"); in qca_read_soc_version() 66 bt_dev_err(hdev, "QCA Wrong packet received %d %d", edl->cresp, in qca_read_soc_version() 77 bt_dev_info(hdev, "QCA Product ID :0x%08x", in qca_read_soc_version() 79 bt_dev_info(hdev, "QCA SOC Version :0x%08x", in qca_read_soc_version() 81 bt_dev_info(hdev, "QCA ROM Version :0x%08x", in qca_read_soc_version() 83 bt_dev_info(hdev, "QCA Patch Version:0x%08x", in qca_read_soc_version() 92 bt_dev_err(hdev, "QCA Failed to get version (%d)", err); in qca_read_soc_version() [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/mips/ |
H A D | ath79-soc.txt | 7 - qca,ar7130 8 - qca,ar7141 9 - qca,ar7161 10 - qca,ar7240 11 - qca,ar7241 12 - qca,ar7242 13 - qca,ar9130 14 - qca,ar9132 15 - qca,ar9330 16 - qca,ar9331 [all …]
|
/openbmc/linux/arch/mips/boot/dts/qca/ |
H A D | ar9132.dtsi | 5 compatible = "qca,ar9132"; 23 compatible = "qca,ar9132-cpu-intc", "qca,ar7100-cpu-intc"; 28 qca,ddr-wb-channel-interrupts = <2>, <3>, <4>, <5>; 29 qca,ddr-wb-channels = <&ddr_ctrl 3>, <&ddr_ctrl 2>, 52 compatible = "qca,ar9132-ddr-controller", 53 "qca,ar7240-ddr-controller"; 56 #qca,ddr-wb-channel-cells = <1>; 75 compatible = "qca,ar9132-gpio", 76 "qca,ar7100-gpio"; 90 compatible = "qca,ar9132-pll", [all …]
|
H A D | ar9331.dtsi | 5 compatible = "qca,ar9331"; 23 compatible = "qca,ar7100-cpu-intc"; 28 qca,ddr-wb-channel-interrupts = <2>, <3>; 29 qca,ddr-wb-channels = <&ddr_ctrl 3>, <&ddr_ctrl 2>; 56 compatible = "qca,ar7240-ddr-controller"; 59 #qca,ddr-wb-channel-cells = <1>; 63 compatible = "qca,ar9330-uart"; 75 compatible = "qca,ar7100-gpio"; 91 compatible = "qca,ar9330-pll"; 101 compatible = "qca,ar7240-misc-intc"; [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/ |
H A D | qca,ath79-cpu-intc.txt | 5 qca,ddr-wb-channels and qca,ddr-wb-channel-interrupts properties. 9 - compatible: has to be "qca,<soctype>-cpu-intc", "qca,ar7100-cpu-intc" 20 - qca,ddr-wb-channel-interrupts: List of the interrupts needing a write 22 - qca,ddr-wb-channels: List of phandles to the write buffer channels for 23 each interrupt. If qca,ddr-wb-channel-interrupts is not present the interrupt 29 compatible = "qca,ar9132-cpu-intc", "qca,ar7100-cpu-intc"; 34 qca,ddr-wb-channel-interrupts = <2>, <3>, <4>, <5>; 35 qca,ddr-wb-channels = <&ddr_ctrl 3>, <&ddr_ctrl 2>, 43 #qca,ddr-wb-channel-cells = <1>;
|
H A D | qca,ath79-misc-intc.txt | 7 - compatible: has to be "qca,<soctype>-cpu-intc", "qca,ar7100-misc-intc" or 8 "qca,<soctype>-cpu-intc", "qca,ar7240-misc-intc" 24 compatible = "qca,ar9132-misc-intc", "qca,ar7100-misc-intc"; 37 compatible = "qca,ar9331-misc-intc", qca,ar7240-misc-intc";
|
/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/ |
H A D | qca,ath79-ddr-controller.yaml | 4 $id: http://devicetree.org/schemas/memory-controllers/qca,ath79-ddr-controller.yaml# 22 - const: qca,ar9132-ddr-controller 23 - const: qca,ar7240-ddr-controller 26 - qca,ar7100-ddr-controller 27 - qca,ar7240-ddr-controller 29 "#qca,ddr-wb-channel-cells": 41 - "#qca,ddr-wb-channel-cells" 49 compatible = "qca,ar9132-ddr-controller", 50 "qca,ar7240-ddr-controller"; 53 #qca,ddr-wb-channel-cells = <1>; [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/net/ |
H A D | qca,ar803x.yaml | 4 $id: http://devicetree.org/schemas/net/qca,ar803x.yaml# 21 qca,clk-out-frequency: 26 qca,clk-out-strength: 31 qca,disable-smarteee: 35 qca,keep-pll-enabled: 43 qca,disable-hibernation-mode: 51 qca,smarteee-tw-us-100m: 57 qca,smarteee-tw-us-1g: 92 #include <dt-bindings/net/qca-ar803x.h> 103 qca,clk-out-frequency = <125000000>; [all …]
|
H A D | qca,ar71xx.yaml | 4 $id: http://devicetree.org/schemas/net/qca,ar71xx.yaml# 7 title: QCA AR71XX MAC 20 - qca,ar7100-eth # Atheros AR7100 21 - qca,ar7240-eth # Atheros AR7240 22 - qca,ar7241-eth # Atheros AR7241 23 - qca,ar7242-eth # Atheros AR7242 24 - qca,ar9130-eth # Atheros AR9130 25 - qca,ar9330-eth # Atheros AR9330 26 - qca,ar9340-eth # Atheros AR9340 27 - qca,qca9530-eth # Qualcomm Atheros QCA9530 [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/clock/ |
H A D | qca,ath79-pll.txt | 6 - compatible: has to be "qca,<soctype>-pll" and one of the following 8 - "qca,ar7100-pll" 9 - "qca,ar7240-pll" 10 - "qca,ar9130-pll" 11 - "qca,ar9330-pll" 12 - "qca,ar9340-pll" 13 - "qca,qca9550-pll" 25 compatible = "qca,ar9132-pll", "qca,ar9130-pll";
|
/openbmc/linux/Documentation/devicetree/bindings/net/dsa/ |
H A D | qca8k.yaml | 28 - qca,qca8327 29 - qca,qca8328 30 - qca,qca8334 31 - qca,qca8337 33 qca,qca8328: referenced as AR8328(N)-AK1(A/B) QFN 176 pin package 34 qca,qca8327: referenced as AR8327(N)-AL1A DR-QFN 148 pin package 35 qca,qca8334: referenced as QCA8334-AL3C QFN 88 pin package 36 qca,qca8337: referenced as QCA8337N-AL3(B/C) DR-QFN 148 pin package 46 qca,ignore-power-on-sel: 53 qca,led-open-drain: [all …]
|
/openbmc/u-boot/arch/mips/mach-ath79/ |
H A D | Kconfig | 1 menu "QCA/Atheros 7xxx/9xxx platforms" 15 This supports QCA/Atheros ar933x family SOCs. 24 This supports QCA/Atheros ar934x family SOCs. 34 This supports QCA/Atheros qca953x family SOCs. 53 source "board/qca/ap121/Kconfig" 54 source "board/qca/ap143/Kconfig"
|
/openbmc/linux/Documentation/devicetree/bindings/reset/ |
H A D | qca,ar7100-reset.yaml | 5 $id: http://devicetree.org/schemas/reset/qca,ar7100-reset.yaml# 17 - qca,ar9132-reset 18 - qca,ar9331-reset 19 - const: qca,ar7100-reset 37 compatible = "qca,ar9132-reset", "qca,ar7100-reset";
|
/openbmc/openbmc/poky/meta/recipes-kernel/linux-firmware/ |
H A D | linux-firmware_20250109.bb | 400 ${PN}-qca \ 401 ${PN}-qca-qca61x4 \ 402 ${PN}-qca-wcn3988 \ 403 ${PN}-qca-wcn399x \ 404 ${PN}-qca-wcn6750 \ 405 ${PN}-qca-qca2066 \ 406 ${PN}-qca-wcn7850 \ 407 ${PN}-qca-misc \ 593 LICENSE:${PN}-qca-qca61x4 = "Firmware-qualcommAthos_ath10k" 594 LICENSE:${PN}-qca-wcn3988 = "Firmware-qcom" [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/gpio/ |
H A D | gpio-ath79.txt | 4 - compatible: has to be "qca,<soctype>-gpio" and one of the following 6 - "qca,ar7100-gpio" 7 - "qca,ar9340-gpio" 26 compatible = "qca,ar9132-gpio", "qca,ar7100-gpio";
|
/openbmc/u-boot/arch/mips/dts/ |
H A D | ar933x.dtsi | 9 compatible = "qca,ar933x"; 39 compatible = "qca,ar933x-pinctrl"; 68 compatible = "qca,ar9330-uart"; 75 compatible = "qca,ag933x-mac"; 92 compatible = "qca,ag933x-mac"; 102 compatible = "qca,ar7100-spi";
|
/openbmc/linux/drivers/irqchip/ |
H A D | irq-ath79-cpu.c | 63 node, "qca,ddr-wb-channels", "#qca,ddr-wb-channel-cells"); in ar79_cpu_intc_of_init() 70 node, "qca,ddr-wb-channel-interrupts", i, &irq); in ar79_cpu_intc_of_init() 75 node, "qca,ddr-wb-channels", in ar79_cpu_intc_of_init() 76 "#qca,ddr-wb-channel-cells", in ar79_cpu_intc_of_init() 86 IRQCHIP_DECLARE(ar79_cpu_intc, "qca,ar7100-cpu-intc",
|
/openbmc/u-boot/doc/device-tree-bindings/spi/ |
H A D | spi-ath79.txt | 4 - compatible: has to be "qca,<soc-type>-spi", "qca,ar7100-spi" as fallback. 14 compatible = "qca,ar9132-spi", "qca,ar7100-spi";
|
/openbmc/linux/Documentation/devicetree/bindings/spi/ |
H A D | spi-ath79.txt | 4 - compatible: has to be "qca,<soc-type>-spi", "qca,ar7100-spi" as fallback. 16 compatible = "qca,ar9132-spi", "qca,ar7100-spi";
|
/openbmc/linux/arch/mips/ath79/ |
H A D | clock.c | 633 if (of_device_is_compatible(np, "qca,ar7100-pll")) in ath79_clocks_init_dt() 635 else if (of_device_is_compatible(np, "qca,ar7240-pll") || in ath79_clocks_init_dt() 636 of_device_is_compatible(np, "qca,ar9130-pll")) in ath79_clocks_init_dt() 638 else if (of_device_is_compatible(np, "qca,ar9330-pll")) in ath79_clocks_init_dt() 640 else if (of_device_is_compatible(np, "qca,ar9340-pll")) in ath79_clocks_init_dt() 642 else if (of_device_is_compatible(np, "qca,qca9530-pll")) in ath79_clocks_init_dt() 644 else if (of_device_is_compatible(np, "qca,qca9550-pll")) in ath79_clocks_init_dt() 646 else if (of_device_is_compatible(np, "qca,qca9560-pll")) in ath79_clocks_init_dt() 666 CLK_OF_DECLARE(ar7100_clk, "qca,ar7100-pll", ath79_clocks_init_dt); 667 CLK_OF_DECLARE(ar7240_clk, "qca,ar7240-pll", ath79_clocks_init_dt); [all …]
|