Searched refs:mapping_table (Results 1 - 2 of 2) sorted by relevance

/drivers/scsi/
H A Dultrastor.c281 } mapping_table[4] = { { 16, 63 }, { 64, 32 }, { 64, 63 }, { 64, 32 } }; variable in typeref:struct:__anon5029
462 config.heads = mapping_table[config_2.mapping_mode].heads;
463 config.sectors = mapping_table[config_2.mapping_mode].sectors;
596 config.heads = mapping_table[(config_2 >> 3) & 3].heads;
597 config.sectors = mapping_table[(config_2 >> 3) & 3].sectors;
H A Du14-34f.c820 } mapping_table[4] = { local
926 HD(j)->heads = mapping_table[config_2.mapping_mode].heads;
927 HD(j)->sectors = mapping_table[config_2.mapping_mode].sectors;

Completed in 142 milliseconds