Searched refs:winbond (Results 1 – 4 of 4) sorted by relevance
/drivers/ata/ |
D | pata_legacy.c | 151 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/ |
D | Makefile | 10 obj-$(CONFIG_WINBOND_840) += winbond-840.o
|
/drivers/media/rc/ |
D | Makefile | 33 obj-$(CONFIG_IR_WINBOND_CIR) += winbond-cir.o
|
/drivers/hwmon/ |
D | w83781d.c | 1104 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()
|