Home
last modified time | relevance | path

Searched full:ar9331 (Results 1 – 19 of 19) sorted by relevance

/linux/Documentation/devicetree/bindings/net/dsa/
H A Dqca,ar9331.yaml4 $id: http://devicetree.org/schemas/net/dsa/qca,ar9331.yaml#
7 title: Qualcomm Atheros AR9331 built-in switch
13 Qualcomm Atheros AR9331 is a switch built-in to Atheros AR9331 WiSoC and
18 const: qca,ar9331-switch
77 compatible = "qca,ar9331-switch";
/linux/net/dsa/
H A Dtag_ar9331.c12 #define AR9331_NAME "ar9331"
23 * According to the AR8216 doc it should 0b10. On AR9331 it is 0b11 on RX path
40 /* 0b10 for AR8216 and 0b11 for AR9331 */ in ar9331_tag_xmit()
92 MODULE_DESCRIPTION("DSA tag driver for Atheros AR9331 SoC with built-in switch");
H A DKconfig28 tristate "Tag driver for Atheros AR9331 SoC with built-in switch"
31 the Atheros AR9331 SoC with built-in switch.
/linux/drivers/net/dsa/qca/
H A DKconfig3 tristate "Qualcomm Atheros AR9331 Ethernet switch support"
8 This enables support for the Qualcomm Atheros AR9331 built-in Ethernet
H A DMakefile2 obj-$(CONFIG_NET_DSA_AR9331) += ar9331.o
H A Dar9331.c271 /* AR9331 doc do not provide any information about proper reset in ar9331_sw_reset()
272 * sequence. The AR8136 (the closes switch to the AR9331) doc says: in ar9331_sw_reset()
282 * status. AR9331 has no EEPROM support. in ar9331_sw_reset()
1124 { .compatible = "qca,ar9331-switch" },
1141 MODULE_DESCRIPTION("Driver for Atheros AR9331 switch");
/linux/Documentation/devicetree/bindings/mips/
H A Dath79-soc.txt16 - qca,ar9331
/linux/arch/mips/boot/dts/qca/
H A Dar9331.dtsi5 compatible = "qca,ar9331";
162 compatible = "qca,ar9331-switch";
H A Dar9331_omega.dts7 #include "ar9331.dtsi"
H A Dar9331_dpt_module.dts8 #include "ar9331.dtsi"
H A Dar9331_openembed_som9331_board.dts8 #include "ar9331.dtsi"
H A Dar9331_dragino_ms14.dts7 #include "ar9331.dtsi"
H A Dar9331_tl_mr3020.dts7 #include "ar9331.dtsi"
/linux/Documentation/devicetree/bindings/reset/
H A Dqca,ar7100-reset.yaml18 - qca,ar9331-reset
/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Dqca,ath79-misc-intc.txt37 compatible = "qca,ar9331-misc-intc", qca,ar7240-misc-intc";
/linux/Documentation/devicetree/bindings/net/
H A Dqca,ar71xx.yaml109 compatible = "qca,ar9331-switch";
/linux/drivers/net/phy/qcom/
H A Dat803x.c944 /* AR8032, AR9331 and QCA9561 share the same cable test get status reg */
1066 /* ATHEROS AR9331 */
1068 .name = "Qualcomm Atheros AR9331 built-in PHY",
/linux/drivers/net/wireless/ath/ath9k/
H A Dantenna.c57 * AR9485 / AR9565 / AR9331
H A Dar9003_calib.c1621 * In the SoC family, this will run for AR9300, AR9331 and AR9340. in ar9003_hw_init_cal_soc()