Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/ide/raid/
Dhptraid.c161 {&hptraid01_ops, HPT_T_RAID_01_RAID_0, "RAID 0+1"},
665 case HPT_T_RAID_01_RAID_0: in probedisk()
677 if (type == HPT_T_RAID_01_RAID_0 ) { in probedisk()
693 if ( type == HPT_T_RAID_01_RAID_0 ) { in probedisk()
811 case HPT_T_RAID_01_RAID_0: in hptraid_init_one()
833 if (type == HPT_T_RAID_01_RAID_0 ) { in hptraid_init_one()
Dhptraid.h49 #define HPT_T_RAID_01_RAID_0 0x02 macro