Home
last modified time | relevance | path

Searched refs:force_addr (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/drivers/i2c/busses/
H A Di2c-sis5595.c113 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()
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 Di2c-ali15x3.c113 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()
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 Di2c-viapro.c88 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()
361 if (force_addr) { in vt596_probe()
H A Di2c-piix4.c114 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()
297 if (force_addr) { in piix4_setup()
398 if (force || force_addr) { in piix4_setup_sb800()
/openbmc/linux/drivers/hwmon/
H A Dsis5595.c62 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()
833 if (force_addr && address != force_addr) { in sis5595_pci_probe()
H A Dvia686a.c43 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()
882 if (!force_addr) { in via686a_pci_probe()
H A Dvt8231.c30 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()
/openbmc/linux/Documentation/hwmon/
H A Dvia686a.rst26 force_addr=0xaddr Set the I/O base address. Useful for boards that
32 Example: 'modprobe via686a force_addr=0x6000'
82 So, if you need the force_addr parameter, and end up with values which
H A Dsis5595.rst58 force_addr=0xaddr Set the I/O base address. Useful for boards
64 Example: 'modprobe sis5595 force_addr=0x290'
H A Dw83627hf.rst71 The driver used to have a module parameter named force_addr, which could
/openbmc/linux/Documentation/i2c/busses/
H A Di2c-ali15x3.rst19 * force_addr: int
26 The force_addr parameter is useful for boards that don't set the address in
33 modprobe i2c-ali15x3 force_addr=0xe800
H A Di2c-sis5595.rst52 force_addr=0xaddr Set the I/O base address. Useful for boards
H A Di2c-piix4.rst35 * force_addr: int
66 option is 'force_addr=<IOPORT>'. This will not only enable the PIIX4 like
H A Di2c-viapro.rst40 * force_addr: int