Home
last modified time | relevance | path

Searched full:ar9331 (Results 1 – 10 of 10) 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/Documentation/devicetree/bindings/reset/
H A Dqca,ar7100-reset.yaml18 - qca,ar9331-reset
/linux/Documentation/devicetree/bindings/net/
H A Dqca,ar71xx.yaml109 compatible = "qca,ar9331-switch";
/linux/drivers/net/wireless/ath/ath9k/
H A Dar9003_calib.c1621 * In the SoC family, this will run for AR9300, AR9331 and AR9340. in ar9003_hw_init_cal_soc()