Home
last modified time | relevance | path

Searched refs:winbond (Results 1 – 25 of 33) sorted by relevance

12

/Linux-v5.4/drivers/ata/
Dpata_legacy.c137 static int winbond = 1; /* Set to probe Winbond controllers, variable
140 static int winbond; /* Set to probe Winbond controllers, variable
862 if (winbond && (probe->port == 0x1F0 || probe->port == 0x170)) { in probe_chip_type()
863 u8 reg = winbond_readcfg(winbond, 0x81); in probe_chip_type()
865 winbond_writecfg(winbond, 0x81, reg); in probe_chip_type()
866 reg = winbond_readcfg(winbond, 0x83); in probe_chip_type()
868 winbond_writecfg(winbond, 0x83, reg); in probe_chip_type()
869 reg = winbond_readcfg(winbond, 0x85); in probe_chip_type()
871 winbond_writecfg(winbond, 0x85, reg); in probe_chip_type()
873 reg = winbond_readcfg(winbond, 0x81); in probe_chip_type()
[all …]
/Linux-v5.4/drivers/mtd/nand/spi/
DMakefile2 spinand-objs := core.o gigadevice.o macronix.o micron.o paragon.o toshiba.o winbond.o
/Linux-v5.4/drivers/net/ethernet/dec/tulip/
DMakefile10 obj-$(CONFIG_WINBOND_840) += winbond-840.o
/Linux-v5.4/arch/mips/boot/dts/qca/
Dar9331_omega.dts74 compatible = "winbond,w25q128", "jedec,spi-nor";
Dar9331_dpt_module.dts74 compatible = "winbond,w25q128", "jedec,spi-nor";
Dar9331_dragino_ms14.dts98 compatible = "winbond,w25q128", "jedec,spi-nor";
/Linux-v5.4/Documentation/devicetree/bindings/hwmon/
Dlm90.txt24 "winbond,w83l771"
/Linux-v5.4/Documentation/hwmon/
Dw83l786ng.rst12 Datasheet: http://www.winbond-usa.com/products/winbond_products/pdfs/PCIC/W83L786NRNG09.pdf
Dw83l785ts.rst14 http://www.winbond-usa.com/products/winbond_products/pdfs/PCIC/W83L785TS-S.pdf
Dw83627hf.rst20 Datasheet: Provided by Winbond on request(http://www.winbond.com/hq/enu)
Dw83781d.rst12 Datasheet: http://www.winbond-usa.com/products/winbond_products/pdfs/PCIC/w83781d.pdf
20 Datasheet: http://www.winbond.com
28 Datasheet: http://www.winbond-usa.com/products/winbond_products/pdfs/PCIC/w83783s.pdf
Dw83791d.rst12 Datasheet: http://www.winbond-usa.com/products/winbond_products/pdfs/PCIC/W83791D_W83791Gb.pdf
Dw83792d.rst12 Datasheet: http://www.winbond.com.tw
/Linux-v5.4/drivers/media/rc/
DMakefile36 obj-$(CONFIG_IR_WINBOND_CIR) += winbond-cir.o
/Linux-v5.4/arch/arm64/boot/dts/allwinner/
Dsun50i-h5-orangepi-zero-plus.dts114 compatible = "mxicy,mx25l1606e", "winbond,w25q128";
/Linux-v5.4/drivers/hwmon/
Dw83781d.c1091 enum vendor { winbond, asus } vendid; in w83781d_detect() enumerator
1142 vendid = winbond; in w83781d_detect()
1153 if ((val1 == 0x10 || val1 == 0x11) && vendid == winbond) in w83781d_detect()
1155 else if (val1 == 0x30 && vendid == winbond) in w83781d_detect()
1157 else if (val1 == 0x40 && vendid == winbond && address == 0x2d) in w83781d_detect()
/Linux-v5.4/arch/arm/boot/dts/
Ddove-cm-a510.dtsi170 compatible = "winbond,w25q80";
Dsun8i-h2-plus-orangepi-zero.dts172 compatible = "mxicy,mx25l1606e", "winbond,w25q128";
Dtegra20-trimslice.dts290 compatible = "winbond,w25q80bl", "jedec,spi-nor";
Dam335x-icev2.dts312 compatible = "winbond,w25q64", "jedec,spi-nor";
Dimx6qdl-kontron-samx6i.dtsi262 compatible = "winbond,w25q16dw", "jedec,spi-nor";
/Linux-v5.4/arch/powerpc/boot/dts/
Dsocrates.dts97 compatible = "winbond,w83782d";
/Linux-v5.4/arch/powerpc/boot/dts/fsl/
Dt4240rdb.dts129 compatible = "winbond,w83793";
/Linux-v5.4/drivers/gpio/
DMakefile158 obj-$(CONFIG_GPIO_WINBOND) += gpio-winbond.o
/Linux-v5.4/arch/arm64/boot/dts/amlogic/
Dmeson-gxm-khadas-vim2.dts396 compatible = "winbond,w25q16", "jedec,spi-nor";

12