Searched refs:config_2 (Results 1 – 4 of 4) sorted by relevance
363 struct config_2 { in ultrastor_14f_detect() struct368 } config_2; in ultrastor_14f_detect() local455 *(char *)&config_2 = inb(CONFIG(config.port_address + 1)); in ultrastor_14f_detect()461 config.ha_scsi_id = config_2.ha_scsi_id; in ultrastor_14f_detect()462 config.heads = mapping_table[config_2.mapping_mode].heads; in ultrastor_14f_detect()463 config.sectors = mapping_table[config_2.mapping_mode].sectors; in ultrastor_14f_detect()464 config.bios_drive_number = config_2.bios_drive_number; in ultrastor_14f_detect()480 if (!config.dma_channel || !(config_2.tfr_port & 0x2)) { in ultrastor_14f_detect()547 unsigned char config_1, config_2; in ultrastor_24f_detect() local594 config_2 = inb(addr + 7); in ultrastor_24f_detect()[all …]
1983 nv->bus[0].config_2.async_data_setup_time); in qla1280_print_settings()1985 nv->bus[1].config_2.async_data_setup_time); in qla1280_print_settings()1988 nv->bus[0].config_2.req_ack_active_negation); in qla1280_print_settings()1990 nv->bus[1].config_2.req_ack_active_negation); in qla1280_print_settings()1993 nv->bus[0].config_2.data_line_active_negation); in qla1280_print_settings()1995 nv->bus[1].config_2.data_line_active_negation); in qla1280_print_settings()2080 nv->bus[bus].config_2.req_ack_active_negation = 1; in qla1280_set_defaults()2081 nv->bus[bus].config_2.data_line_active_negation = 1; in qla1280_set_defaults()2087 nv->bus[bus].config_2.async_data_setup_time = 6; in qla1280_set_defaults()2091 nv->bus[bus].config_2.async_data_setup_time = 8; in qla1280_set_defaults()[all …]
836 struct config_2 { in port_detect() struct846 } config_2; in port_detect() local868 *(char *)&config_2 = inb(port_base + REG_CONFIG2); in port_detect()905 sh[j]->this_id = config_2.ha_scsi_id; in port_detect()926 HD(j)->heads = mapping_table[config_2.mapping_mode].heads; in port_detect()927 HD(j)->sectors = mapping_table[config_2.mapping_mode].sectors; in port_detect()
443 } config_2; /* 28 */ member