Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/ide/
Dide-atapi.c40 u8 gcw[2], protocol, device_type, removable, drq_type, packet_size; in ide_check_atapi_device() local
42 *((u16 *)&gcw) = id[ATA_ID_CONFIG]; in ide_check_atapi_device()
44 protocol = (gcw[1] & 0xC0) >> 6; in ide_check_atapi_device()
45 device_type = gcw[1] & 0x1F; in ide_check_atapi_device()
46 removable = (gcw[0] & 0x80) >> 7; in ide_check_atapi_device()
47 drq_type = (gcw[0] & 0x60) >> 5; in ide_check_atapi_device()
48 packet_size = gcw[0] & 0x03; in ide_check_atapi_device()
/kernel/linux/linux-5.10/arch/mips/boot/dts/ingenic/
Dgcw0.dts12 compatible = "gcw,zero", "ingenic,jz4770";