Lines Matching defs:force_addr
58 * If force_addr is set to anything different from 0, we forcibly enable
61 static u16 force_addr;
62 module_param(force_addr, ushort, 0);
63 MODULE_PARM_DESC(force_addr,
822 force_addr &= ~(SIS5595_EXTENT - 1);
823 if (force_addr) {
824 dev_warn(&dev->dev, "Forcing ISA address 0x%x\n", force_addr);
825 pci_write_config_word(dev, SIS5595_BASE_REG, force_addr);
837 "Base address not set - upgrade BIOS or use force_addr=0xaddr\n");
840 if (force_addr && address != force_addr) {