Searched refs:config_2 (Results 1 – 4 of 4) sorted by relevance
364 struct config_2 { in ultrastor_14f_detect() struct369 } config_2; in ultrastor_14f_detect() local456 *(char *)&config_2 = inb(CONFIG(config.port_address + 1)); in ultrastor_14f_detect()462 config.ha_scsi_id = config_2.ha_scsi_id; in ultrastor_14f_detect()463 config.heads = mapping_table[config_2.mapping_mode].heads; in ultrastor_14f_detect()464 config.sectors = mapping_table[config_2.mapping_mode].sectors; in ultrastor_14f_detect()465 config.bios_drive_number = config_2.bios_drive_number; in ultrastor_14f_detect()481 if (!config.dma_channel || !(config_2.tfr_port & 0x2)) { in ultrastor_14f_detect()548 unsigned char config_1, config_2; in ultrastor_24f_detect() local595 config_2 = inb(addr + 7); in ultrastor_24f_detect()[all …]
1992 nv->bus[0].config_2.async_data_setup_time); in qla1280_print_settings()1994 nv->bus[1].config_2.async_data_setup_time); in qla1280_print_settings()1997 nv->bus[0].config_2.req_ack_active_negation); in qla1280_print_settings()1999 nv->bus[1].config_2.req_ack_active_negation); in qla1280_print_settings()2002 nv->bus[0].config_2.data_line_active_negation); in qla1280_print_settings()2004 nv->bus[1].config_2.data_line_active_negation); in qla1280_print_settings()2089 nv->bus[bus].config_2.req_ack_active_negation = 1; in qla1280_set_defaults()2090 nv->bus[bus].config_2.data_line_active_negation = 1; in qla1280_set_defaults()2096 nv->bus[bus].config_2.async_data_setup_time = 6; in qla1280_set_defaults()2100 nv->bus[bus].config_2.async_data_setup_time = 8; in qla1280_set_defaults()[all …]
837 struct config_2 { in port_detect() struct847 } config_2; in port_detect() local869 *(char *)&config_2 = inb(port_base + REG_CONFIG2); in port_detect()906 sh[j]->this_id = config_2.ha_scsi_id; in port_detect()927 HD(j)->heads = mapping_table[config_2.mapping_mode].heads; in port_detect()928 HD(j)->sectors = mapping_table[config_2.mapping_mode].sectors; in port_detect()
443 } config_2; /* 28 */ member