Lines Matching defs:force_addr
59 * If force_addr is set to anything different from 0, we forcibly enable
62 static u16 force_addr;
63 module_param(force_addr, ushort, 0);
64 MODULE_PARM_DESC(force_addr,
815 force_addr &= ~(SIS5595_EXTENT - 1);
816 if (force_addr) {
817 dev_warn(&dev->dev, "Forcing ISA address 0x%x\n", force_addr);
818 pci_write_config_word(dev, SIS5595_BASE_REG, force_addr);
830 "Base address not set - upgrade BIOS or use force_addr=0xaddr\n");
833 if (force_addr && address != force_addr) {