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

/drivers/net/ethernet/dec/tulip/
H A DMakefile9 obj-$(CONFIG_WINBOND_840) += winbond-840.o
/drivers/ata/
H A Dpata_legacy.c151 static int winbond = 1; /* Set to probe Winbond controllers, variable
154 static int winbond; /* Set to probe Winbond controllers, variable
821 if (devm_request_region(&dev->dev, lp->private, 4, "winbond") == NULL)
873 if (winbond && (probe->port == 0x1F0 || probe->port == 0x170)) {
874 u8 reg = winbond_readcfg(winbond, 0x81);
876 winbond_writecfg(winbond, 0x81, reg);
877 reg = winbond_readcfg(winbond, 0x83);
879 winbond_writecfg(winbond, 0x83, reg);
880 reg = winbond_readcfg(winbond, 0x85);
882 winbond_writecfg(winbond,
[all...]
/drivers/media/rc/
H A DMakefile30 obj-$(CONFIG_IR_WINBOND_CIR) += winbond-cir.o
/drivers/hwmon/
H A Dw83781d.c1106 enum vendor { winbond, asus } vendid; enumerator in enum:vendor
1157 vendid = winbond;
1168 if ((val1 == 0x10 || val1 == 0x11) && vendid == winbond)
1170 else if (val1 == 0x30 && vendid == winbond)
1172 else if (val1 == 0x40 && vendid == winbond && address == 0x2d)

Completed in 148 milliseconds