Lines Matching defs:force_addr
108 /* If force_addr is set to anything different from 0, we forcibly enable
110 static int force_addr;
111 module_param_hw(force_addr, int, ioport, 0);
112 MODULE_PARM_DESC(force_addr,
195 if (force_addr) {
196 piix4_smba = force_addr & 0xfff0;
204 "force_addr=0xaddr\n");
220 /* If force_addr is set, we program the new address here. Just to make
222 if (force_addr) {
274 if (force || force_addr) {