Home
last modified time | relevance | path

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

/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
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, 0x85, reg); in probe_chip_type()
876 reg = winbond_readcfg(winbond, 0x81); 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/
DMakefile37 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/
DMakefile169 obj-$(CONFIG_GPIO_WINBOND) += gpio-winbond.o
DKconfig876 be called gpio-winbond.