Home
last modified time | relevance | path

Searched refs:winbond (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-6.6/drivers/ata/
H A Dpata_legacy.c117 static int winbond = 1; variable
119 static int winbond; variable
121 module_param(winbond, int, 0);
122 MODULE_PARM_DESC(winbond,
850 if (devm_request_region(&dev->dev, lp->private, 4, "winbond") == NULL) in winbond_port()
902 if (winbond && (probe->port == 0x1F0 || probe->port == 0x170)) { in probe_chip_type()
903 u8 reg = winbond_readcfg(winbond, 0x81); in probe_chip_type()
905 winbond_writecfg(winbond, 0x81, reg); in probe_chip_type()
906 reg = winbond_readcfg(winbond, 0x83); in probe_chip_type()
908 winbond_writecfg(winbond, in probe_chip_type()
[all...]
/kernel/linux/linux-5.10/drivers/ata/
H A Dpata_legacy.c137 static int winbond = 1; /* Set to probe Winbond controllers, variable
140 static int winbond; /* Set to probe Winbond controllers, variable
813 if (devm_request_region(&dev->dev, lp->private, 4, "winbond") == NULL) in winbond_port()
865 if (winbond && (probe->port == 0x1F0 || probe->port == 0x170)) { in probe_chip_type()
866 u8 reg = winbond_readcfg(winbond, 0x81); in probe_chip_type()
868 winbond_writecfg(winbond, 0x81, reg); in probe_chip_type()
869 reg = winbond_readcfg(winbond, 0x83); in probe_chip_type()
871 winbond_writecfg(winbond, 0x83, reg); in probe_chip_type()
872 reg = winbond_readcfg(winbond, 0x85); in probe_chip_type()
874 winbond_writecfg(winbond, in probe_chip_type()
[all...]
/kernel/linux/linux-5.10/drivers/mtd/nand/spi/
H A DMakefile2 spinand-objs := core.o gigadevice.o macronix.o micron.o paragon.o toshiba.o winbond.o
/kernel/linux/linux-6.6/drivers/mtd/nand/spi/
H A DMakefile3 spinand-objs += micron.o paragon.o toshiba.o winbond.o xtx.o
/kernel/linux/linux-5.10/drivers/net/ethernet/dec/tulip/
H A DMakefile10 obj-$(CONFIG_WINBOND_840) += winbond-840.o
/kernel/linux/linux-6.6/drivers/net/ethernet/dec/tulip/
H A DMakefile10 obj-$(CONFIG_WINBOND_840) += winbond-840.o
/kernel/linux/linux-5.10/drivers/mtd/spi-nor/
H A DMakefile17 spi-nor-objs += winbond.o
/kernel/linux/linux-6.6/drivers/mtd/spi-nor/
H A DMakefile17 spi-nor-objs += winbond.o
/kernel/linux/linux-5.10/drivers/media/rc/
H A DMakefile37 obj-$(CONFIG_IR_WINBOND_CIR) += winbond-cir.o
/kernel/linux/linux-6.6/drivers/media/rc/
H A DMakefile53 obj-$(CONFIG_IR_WINBOND_CIR) += winbond-cir.o
/kernel/linux/linux-5.10/drivers/hwmon/
H A 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()
/kernel/linux/linux-6.6/drivers/hwmon/
H A 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()
1573 { .compatible = "winbond,w83781d" },
1574 { .compatible = "winbond,w83781g" },
1575 { .compatible = "winbond,w83782d" },
1576 { .compatible = "winbond,w83783s" },

Completed in 9 milliseconds