Searched refs:winbond (Results 1 – 8 of 8) sorted by relevance
/drivers/ata/ |
D | pata_legacy.c | 137 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/ |
D | Makefile | 2 spinand-objs := core.o gigadevice.o macronix.o micron.o paragon.o toshiba.o winbond.o
|
/drivers/net/ethernet/dec/tulip/ |
D | Makefile | 10 obj-$(CONFIG_WINBOND_840) += winbond-840.o
|
/drivers/mtd/spi-nor/ |
D | Makefile | 17 spi-nor-objs += winbond.o
|
/drivers/media/rc/ |
D | Makefile | 37 obj-$(CONFIG_IR_WINBOND_CIR) += winbond-cir.o
|
/drivers/hwmon/ |
D | w83781d.c | 1091 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/ |
D | Makefile | 169 obj-$(CONFIG_GPIO_WINBOND) += gpio-winbond.o
|
D | Kconfig | 876 be called gpio-winbond.
|