Lines Matching refs:bios_control
575 unsigned short bios_control; /* word 16 */
1030 unsigned short bios_control; /* bios control - SEEPROM */
9077 if (sc->bios_control & CF284XEXTEND)
9089 if (sc->bios_control & CFEXTEND)
9091 if (sc->bios_control & CFBIOSEN)
9355 p->bios_control = sc->bios_control;
10309 temp_p->bios_control = aic_inb(temp_p, HA_274_BIOSCTRL);
10323 if (temp_p->bios_control & CHANNEL_B_PRIMARY)
10328 if ((temp_p->bios_control & BIOSMODE) == BIOSDISABLED)
10336 if ( (temp_p->bios_control & 0x20) == 0 )
10339 temp_p->bios_address += (0x4000 * (temp_p->bios_control & 0x07));
10344 temp_p->bios_address += (0x8000 * (temp_p->bios_control & 0x06));