Searched refs:winbond (Results 1 - 7 of 7) sorted by path

/linux-master/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)
902 if (winbond && (probe->port == 0x1F0 || probe->port == 0x170)) {
903 u8 reg = winbond_readcfg(winbond, 0x81);
905 winbond_writecfg(winbond, 0x81, reg);
906 reg = winbond_readcfg(winbond, 0x83);
908 winbond_writecfg(winbond,
[all...]
/linux-master/drivers/gpio/
H A DMakefile188 obj-$(CONFIG_GPIO_WINBOND) += gpio-winbond.o
/linux-master/drivers/hwmon/
H A Dw83781d.c1091 enum vendor { winbond, asus } vendid; enumerator in enum:vendor
1142 vendid = winbond;
1153 if ((val1 == 0x10 || val1 == 0x11) && vendid == winbond)
1155 else if (val1 == 0x30 && vendid == winbond)
1157 else if (val1 == 0x40 && vendid == winbond && address == 0x2d)
1573 { .compatible = "winbond,w83781d" },
1574 { .compatible = "winbond,w83781g" },
1575 { .compatible = "winbond,w83782d" },
1576 { .compatible = "winbond,w83783s" },
/linux-master/drivers/media/rc/
H A DMakefile52 obj-$(CONFIG_IR_WINBOND_CIR) += winbond-cir.o
/linux-master/drivers/mtd/nand/spi/
H A DMakefile3 spinand-objs += micron.o paragon.o toshiba.o winbond.o xtx.o
/linux-master/drivers/mtd/spi-nor/
H A DMakefile15 spi-nor-objs += winbond.o
/linux-master/drivers/net/ethernet/dec/tulip/
H A DMakefile10 obj-$(CONFIG_WINBOND_840) += winbond-840.o

Completed in 421 milliseconds