/kernel/linux/linux-5.10/drivers/i2c/busses/ |
H A D | i2c-sis5595.c | 111 /* If force_addr is set to anything different from 0, we forcibly enable 113 static u16 force_addr; variable 114 module_param_hw(force_addr, ushort, ioport, 0); 115 MODULE_PARM_DESC(force_addr, "Initialize the base address of the i2c controller"); 153 if (sis5595_base == 0 && force_addr == 0) { in sis5595_setup() 154 dev_err(&SIS5595_dev->dev, "ACPI base address uninitialized - upgrade BIOS or use force_addr=0xaddr\n"); in sis5595_setup() 158 if (force_addr) in sis5595_setup() 159 sis5595_base = force_addr & ~(SIS5595_EXTENT - 1); in sis5595_setup() 176 if (force_addr) { in sis5595_setup()
|
H A D | i2c-ali15x3.c | 111 /* If force_addr is set to anything different from 0, we forcibly enable 113 static u16 force_addr; variable 114 module_param_hw(force_addr, ushort, ioport, 0); 115 MODULE_PARM_DESC(force_addr, 146 if (ali15x3_smba == 0 && force_addr == 0) { in ali15x3_setup() 148 "- upgrade BIOS or use force_addr=0xaddr\n"); in ali15x3_setup() 152 if(force_addr) in ali15x3_setup() 153 ali15x3_smba = force_addr & ~(ALI15X3_SMB_IOSIZE - 1); in ali15x3_setup() 167 if(force_addr) { in ali15x3_setup()
|
H A D | i2c-viapro.c | 86 /* If force_addr is set to anything different from 0, we forcibly enable 88 static u16 force_addr; variable 89 module_param_hw(force_addr, ushort, ioport, 0); 90 MODULE_PARM_DESC(force_addr, 318 if (force_addr) { in vt596_probe() 319 vt596_smba = force_addr & 0xfff0; in vt596_probe() 343 "force_addr=0xaddr\n"); in vt596_probe() 359 /* If force_addr is set, we program the new address here. Just to make in vt596_probe() 361 if (force_addr) { in vt596_probe()
|
H A D | i2c-piix4.c | 108 /* If force_addr is set to anything different from 0, we forcibly enable 110 static int force_addr; variable 111 module_param_hw(force_addr, int, ioport, 0); 112 MODULE_PARM_DESC(force_addr, 195 if (force_addr) { in piix4_setup() 196 piix4_smba = force_addr & 0xfff0; in piix4_setup() 204 "force_addr=0xaddr\n"); in piix4_setup() 220 /* If force_addr is set, we program the new address here. Just to make in piix4_setup() 222 if (force_addr) { in piix4_setup() 274 if (force || force_addr) { in piix4_setup_sb800() [all...] |
/kernel/linux/linux-6.6/drivers/i2c/busses/ |
H A D | i2c-ali15x3.c | 111 /* If force_addr is set to anything different from 0, we forcibly enable 113 static u16 force_addr; variable 114 module_param_hw(force_addr, ushort, ioport, 0); 115 MODULE_PARM_DESC(force_addr, 146 if (ali15x3_smba == 0 && force_addr == 0) { in ali15x3_setup() 148 "- upgrade BIOS or use force_addr=0xaddr\n"); in ali15x3_setup() 152 if(force_addr) in ali15x3_setup() 153 ali15x3_smba = force_addr & ~(ALI15X3_SMB_IOSIZE - 1); in ali15x3_setup() 167 if(force_addr) { in ali15x3_setup()
|
H A D | i2c-sis5595.c | 111 /* If force_addr is set to anything different from 0, we forcibly enable 113 static u16 force_addr; variable 114 module_param_hw(force_addr, ushort, ioport, 0); 115 MODULE_PARM_DESC(force_addr, "Initialize the base address of the i2c controller"); 153 if (sis5595_base == 0 && force_addr == 0) { in sis5595_setup() 154 dev_err(&SIS5595_dev->dev, "ACPI base address uninitialized - upgrade BIOS or use force_addr=0xaddr\n"); in sis5595_setup() 158 if (force_addr) in sis5595_setup() 159 sis5595_base = force_addr & ~(SIS5595_EXTENT - 1); in sis5595_setup() 176 if (force_addr) { in sis5595_setup()
|
H A D | i2c-viapro.c | 86 /* If force_addr is set to anything different from 0, we forcibly enable 88 static u16 force_addr; variable 89 module_param_hw(force_addr, ushort, ioport, 0); 90 MODULE_PARM_DESC(force_addr, 318 if (force_addr) { in vt596_probe() 319 vt596_smba = force_addr & 0xfff0; in vt596_probe() 343 "force_addr=0xaddr\n"); in vt596_probe() 359 /* If force_addr is set, we program the new address here. Just to make in vt596_probe() 361 if (force_addr) { in vt596_probe()
|
H A D | i2c-piix4.c | 112 /* If force_addr is set to anything different from 0, we forcibly enable 114 static int force_addr; variable 115 module_param_hw(force_addr, int, ioport, 0); 116 MODULE_PARM_DESC(force_addr, 270 if (force_addr) { in piix4_setup() 271 piix4_smba = force_addr & 0xfff0; in piix4_setup() 279 "force_addr=0xaddr\n"); in piix4_setup() 295 /* If force_addr is set, we program the new address here. Just to make in piix4_setup() 297 if (force_addr) { in piix4_setup() 398 if (force || force_addr) { in piix4_setup_sb800() [all...] |
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | sis5595.c | 58 * If force_addr is set to anything different from 0, we forcibly enable 61 static u16 force_addr; variable 62 module_param(force_addr, ushort, 0); 63 MODULE_PARM_DESC(force_addr, 822 force_addr &= ~(SIS5595_EXTENT - 1); in sis5595_pci_probe() 823 if (force_addr) { in sis5595_pci_probe() 824 dev_warn(&dev->dev, "Forcing ISA address 0x%x\n", force_addr); in sis5595_pci_probe() 825 pci_write_config_word(dev, SIS5595_BASE_REG, force_addr); in sis5595_pci_probe() 837 "Base address not set - upgrade BIOS or use force_addr=0xaddr\n"); in sis5595_pci_probe() 840 if (force_addr in sis5595_pci_probe() [all...] |
H A D | via686a.c | 38 * If force_addr is set to anything different from 0, we forcibly enable 41 static unsigned short force_addr; variable 42 module_param(force_addr, ushort, 0); 43 MODULE_PARM_DESC(force_addr, 863 if (force_addr) { in via686a_pci_probe() 864 address = force_addr & ~(VIA686A_EXTENT - 1); in via686a_pci_probe() 877 "base address not set - upgrade BIOS or use force_addr=0xaddr\n"); in via686a_pci_probe() 885 if (!force_addr) { in via686a_pci_probe() 887 "Sensors disabled, enable with force_addr=0x%x\n", in via686a_pci_probe()
|
H A D | vt8231.c | 31 static int force_addr; variable 32 module_param(force_addr, int, 0); 33 MODULE_PARM_DESC(force_addr, "Initialize the base address of the sensors"); 985 if (force_addr) { in vt8231_pci_probe() 986 address = force_addr & 0xff00; in vt8231_pci_probe() 1001 dev_err(&dev->dev, "base address not set - upgrade BIOS or use force_addr=0xaddr\n"); in vt8231_pci_probe()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | sis5595.c | 59 * If force_addr is set to anything different from 0, we forcibly enable 62 static u16 force_addr; variable 63 module_param(force_addr, ushort, 0); 64 MODULE_PARM_DESC(force_addr, 815 force_addr &= ~(SIS5595_EXTENT - 1); in sis5595_pci_probe() 816 if (force_addr) { in sis5595_pci_probe() 817 dev_warn(&dev->dev, "Forcing ISA address 0x%x\n", force_addr); in sis5595_pci_probe() 818 pci_write_config_word(dev, SIS5595_BASE_REG, force_addr); in sis5595_pci_probe() 830 "Base address not set - upgrade BIOS or use force_addr=0xaddr\n"); in sis5595_pci_probe() 833 if (force_addr in sis5595_pci_probe() [all...] |
H A D | via686a.c | 40 * If force_addr is set to anything different from 0, we forcibly enable 43 static unsigned short force_addr; variable 44 module_param(force_addr, ushort, 0); 45 MODULE_PARM_DESC(force_addr, 860 if (force_addr) { in via686a_pci_probe() 861 address = force_addr & ~(VIA686A_EXTENT - 1); in via686a_pci_probe() 874 "base address not set - upgrade BIOS or use force_addr=0xaddr\n"); in via686a_pci_probe() 882 if (!force_addr) { in via686a_pci_probe() 884 "Sensors disabled, enable with force_addr=0x%x\n", in via686a_pci_probe()
|
H A D | vt8231.c | 30 static int force_addr; variable 31 module_param(force_addr, int, 0); 32 MODULE_PARM_DESC(force_addr, "Initialize the base address of the sensors"); 976 if (force_addr) { in vt8231_pci_probe() 977 address = force_addr & 0xff00; in vt8231_pci_probe() 992 dev_err(&dev->dev, "base address not set - upgrade BIOS or use force_addr=0xaddr\n"); in vt8231_pci_probe()
|