Lines Matching refs:winbond
151 static int winbond = 1; /* Set to probe Winbond controllers, variable
154 static int winbond; /* Set to probe Winbond controllers, variable
873 if (winbond && (probe->port == 0x1F0 || probe->port == 0x170)) { in probe_chip_type()
874 u8 reg = winbond_readcfg(winbond, 0x81); in probe_chip_type()
876 winbond_writecfg(winbond, 0x81, reg); in probe_chip_type()
877 reg = winbond_readcfg(winbond, 0x83); in probe_chip_type()
879 winbond_writecfg(winbond, 0x83, reg); in probe_chip_type()
880 reg = winbond_readcfg(winbond, 0x85); in probe_chip_type()
882 winbond_writecfg(winbond, 0x85, reg); in probe_chip_type()
884 reg = winbond_readcfg(winbond, 0x81); in probe_chip_type()
1211 if (winbond == 1) in legacy_init()
1212 winbond = 0x130; /* Default port, alt is 1B0 */ in legacy_init()
1271 module_param(winbond, int, 0);