Searched refs:force_addr (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/i2c/busses/ |
| H A D | i2c-sis5595.c | 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() 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 | 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() 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 | 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() 358 if (force_addr) { in vt596_probe()
|
| H A D | i2c-piix4.c | 102 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 D | via686a.rst | 26 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 D | sis5595.rst | 58 force_addr=0xaddr Set the I/O base address. Useful for boards 64 Example: 'modprobe sis5595 force_addr=0x290'
|
| H A D | w83627hf.rst | 71 The driver used to have a module parameter named force_addr, which could
|
| /linux/Documentation/i2c/busses/ |
| H A D | i2c-ali15x3.rst | 19 * 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 D | i2c-sis5595.rst | 52 force_addr=0xaddr Set the I/O base address. Useful for boards
|
| H A D | i2c-viapro.rst | 40 * force_addr: int
|