Home
last modified time | relevance | path

Searched refs:configOption (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/busses/ata/highpoint_ide_pci/
H A Dhighpoint_ide_pci.cpp180 HPT_info->configOption, HPT_info->revisionID, HPT_info->function); in init_channel()
243 HPT_info->configOption = CFG_HPT366_OLD; in init_controller()
248 HPT_info->configOption = CFG_HPT366; in init_controller()
252 HPT_info->configOption = CFG_HPT370; in init_controller()
256 HPT_info->configOption = CFG_HPT372; in init_controller()
260 HPT_info->configOption = CFG_HPTUnknown; in init_controller()
265 HPT_info->configOption = CFG_HPT374; in init_controller()
269 HPT_info->configOption = CFG_HPT372; in init_controller()
274 if (HPT_info->configOption == CFG_HPT366_OLD) { in init_controller()
287 if (HPT_info->configOption < CFG_HPT372) { in init_controller()
H A Dhighpoint_ata.h46 int configOption; // some HPT devices need different settings member