Home
last modified time | relevance | path

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

/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()
358 if (force_addr) { in vt596_probe()
H A Di2c-piix4.c102 static int force_addr; variable
103 module_param_hw(force_addr, int, ioport, 0);
104 MODULE_PARM_DESC(force_addr,
253 if (force_addr) { in piix4_setup()
254 piix4_smba = force_addr & 0xfff0; in piix4_setup()
280 if (force_addr) { in piix4_setup()
381 if (force || force_addr) { in piix4_setup_sb800()
/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
/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-viapro.rst40 * force_addr: int