Home
last modified time | relevance | path

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

/drivers/ata/
Dpata_legacy.c151 static int winbond = 1; /* Set to probe Winbond controllers, variable
154 static int winbond; /* Set to probe Winbond controllers, variable
876 if (winbond && (probe->port == 0x1F0 || probe->port == 0x170)) { in probe_chip_type()
877 u8 reg = winbond_readcfg(winbond, 0x81); in probe_chip_type()
879 winbond_writecfg(winbond, 0x81, reg); in probe_chip_type()
880 reg = winbond_readcfg(winbond, 0x83); in probe_chip_type()
882 winbond_writecfg(winbond, 0x83, reg); in probe_chip_type()
883 reg = winbond_readcfg(winbond, 0x85); in probe_chip_type()
885 winbond_writecfg(winbond, 0x85, reg); in probe_chip_type()
887 reg = winbond_readcfg(winbond, 0x81); in probe_chip_type()
[all …]
/drivers/net/ethernet/dec/tulip/
DMakefile10 obj-$(CONFIG_WINBOND_840) += winbond-840.o
/drivers/media/rc/
DMakefile33 obj-$(CONFIG_IR_WINBOND_CIR) += winbond-cir.o
/drivers/hwmon/
Dw83781d.c1104 enum vendor { winbond, asus } vendid; in w83781d_detect() enumerator
1155 vendid = winbond; in w83781d_detect()
1166 if ((val1 == 0x10 || val1 == 0x11) && vendid == winbond) in w83781d_detect()
1168 else if (val1 == 0x30 && vendid == winbond) in w83781d_detect()
1170 else if (val1 == 0x40 && vendid == winbond && address == 0x2d) in w83781d_detect()