Home
last modified time | relevance | path

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

/drivers/ata/
Dpata_legacy.c117 static int winbond = 1; variable
119 static int winbond; variable
121 module_param(winbond, int, 0);
122 MODULE_PARM_DESC(winbond,
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, 0x83, reg); in probe_chip_type()
909 reg = winbond_readcfg(winbond, 0x85); in probe_chip_type()
[all …]
/drivers/mtd/nand/spi/
DMakefile2 spinand-objs := core.o gigadevice.o macronix.o micron.o paragon.o toshiba.o winbond.o
/drivers/net/ethernet/dec/tulip/
DMakefile10 obj-$(CONFIG_WINBOND_840) += winbond-840.o
/drivers/mtd/spi-nor/
DMakefile17 spi-nor-objs += winbond.o
/drivers/media/rc/
DMakefile38 obj-$(CONFIG_IR_WINBOND_CIR) += winbond-cir.o
/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()
/drivers/gpio/
DMakefile174 obj-$(CONFIG_GPIO_WINBOND) += gpio-winbond.o
DKconfig940 be called gpio-winbond.