Searched refs:gcw (Results 1 – 1 of 1) sorted by relevance
39 u8 gcw[2], protocol, device_type, removable, drq_type, packet_size; in ide_check_atapi_device() local41 *((u16 *)&gcw) = id[ATA_ID_CONFIG]; in ide_check_atapi_device()43 protocol = (gcw[1] & 0xC0) >> 6; in ide_check_atapi_device()44 device_type = gcw[1] & 0x1F; in ide_check_atapi_device()45 removable = (gcw[0] & 0x80) >> 7; in ide_check_atapi_device()46 drq_type = (gcw[0] & 0x60) >> 5; in ide_check_atapi_device()47 packet_size = gcw[0] & 0x03; in ide_check_atapi_device()