Searched refs:mapping_table (Results 1 – 2 of 2) sorted by relevance
282 } mapping_table[4] = { { 16, 63 }, { 64, 32 }, { 64, 63 }, { 64, 32 } }; variable463 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()597 config.heads = mapping_table[(config_2 >> 3) & 3].heads; in ultrastor_24f_detect()598 config.sectors = mapping_table[(config_2 >> 3) & 3].sectors; in ultrastor_24f_detect()
821 } mapping_table[4] = { in port_detect() local927 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()