Lines Matching defs:force_addr
112 /* If force_addr is set to anything different from 0, we forcibly enable
114 static int force_addr;
115 module_param_hw(force_addr, int, ioport, 0);
116 MODULE_PARM_DESC(force_addr,
270 if (force_addr) {
271 piix4_smba = force_addr & 0xfff0;
279 "force_addr=0xaddr\n");
295 /* If force_addr is set, we program the new address here. Just to make
297 if (force_addr) {
398 if (force || force_addr) {