Searched full:wl18xx (Results 1 – 25 of 36) sorted by relevance
12
/linux/Documentation/devicetree/bindings/net/wireless/ |
H A D | ti,wlcore.yaml | 7 title: Texas Instruments Wilink 6/7/8 (wl12xx/wl18xx) Wireless LAN Controller 13 The wl12xx/wl18xx chips can be connected via SPI or via SDIO. 50 Points to the node of the regulator that powers/enable the wl12xx/wl18xx 110 // For wl18xx family:
|
/linux/drivers/net/wireless/ti/wl18xx/ |
H A D | Kconfig | 2 config WL18XX config 3 tristate "TI wl18xx support"
|
H A D | Makefile | 2 wl18xx-objs = main.o acx.o tx.o io.o debugfs.o scan.o cmd.o event.o 4 obj-$(CONFIG_WL18XX) += wl18xx.o
|
H A D | tx.c | 3 * This file is part of wl18xx 14 #include "wl18xx.h"
|
H A D | debugfs.h | 3 * This file is part of wl18xx
|
H A D | io.h | 3 * This file is part of wl18xx
|
H A D | tx.h | 3 * This file is part of wl18xx
|
H A D | acx.c | 3 * This file is part of wl18xx 13 #include "wl18xx.h"
|
H A D | io.c | 3 * This file is part of wl18xx
|
H A D | cmd.h | 3 * This file is part of wl18xx
|
H A D | event.h | 3 * This file is part of wl18xx
|
H A D | scan.h | 3 * This file is part of wl18xx
|
H A D | conf.h | 3 * This file is part of wl18xx
|
H A D | wl18xx.h | 3 * This file is part of wl18xx
|
H A D | main.c | 3 * This file is part of wl18xx 29 #include "wl18xx.h" 659 #define WL18XX_FW_NAME "ti-connectivity/wl18xx-fw-4.bin" 670 /* wl18xx uses the same firmware for PLT */ in wl18xx_identify_chip() 1428 wl1271_info("wl18xx HW: %s, PG %d.%d (ROM 0x%x)", in wl18xx_get_pg_ver() 2093 { "wl18xx", 0 },
|
H A D | debugfs.c | 3 * This file is part of wl18xx 16 #include "wl18xx.h"
|
H A D | cmd.c | 3 * This file is part of wl18xx
|
H A D | acx.h | 3 * This file is part of wl18xx
|
/linux/drivers/net/wireless/ti/wlcore/ |
H A D | sdio.c | 199 .name = "wl18xx", 200 .cfg_name = "ti-connectivity/wl18xx-conf.bin", 305 * Due to a hardware bug, we can't differentiate wl18xx from in wl1271_probe() 308 * which is 3.00 on the wl18xx chips. in wl1271_probe() 311 chip_family = "wl18xx"; in wl1271_probe()
|
H A D | spi.c | 58 * wl18xx driver aggregation buffer size is (13 * 4K) compared to 59 * (4 * 4K) for wl12xx, so use the larger buffer needed for wl18xx 78 .name = "wl18xx", 79 .cfg_name = "ti-connectivity/wl18xx-conf.bin",
|
/linux/drivers/net/wireless/ti/ |
H A D | Makefile | 5 obj-$(CONFIG_WL18XX) += wl18xx/
|
H A D | Kconfig | 16 source "drivers/net/wireless/ti/wl18xx/Kconfig"
|
/linux/Documentation/devicetree/bindings/net/bluetooth/ |
H A D | ti,bluetooth.yaml | 18 * TI WiLink 7/8 (wl12xx/wl18xx) Shared Transport BT/FM/GPS devices
|
/linux/arch/arm/boot/dts/ti/omap/ |
H A D | am335x-boneblack-wireless.dts | 57 wl18xx_pins: wl18xx-pins {
|
H A D | am335x-bonegreen-wireless.dts | 56 wl18xx_pins: wl18xx-pins {
|
12