Lines Matching refs:winbond
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()
1203 if (winbond == 1) in legacy_init()
1204 winbond = 0x130; /* Default port, alt is 1B0 */ in legacy_init()
1263 module_param(winbond, int, 0);