Searched full:gcw (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mips/ingenic/ |
| H A D | devices.yaml | 31 - description: Game Consoles Worldwide GCW Zero 33 - const: gcw,zero
|
| /OK3568_Linux_fs/kernel/drivers/ide/ |
| H A D | ide-atapi.c | 40 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()
|
| /OK3568_Linux_fs/kernel/arch/mips/boot/dts/ingenic/ |
| H A D | gcw0_proto.dts | 7 model = "GCW Zero Prototype";
|
| H A D | gcw0.dts | 12 compatible = "gcw,zero", "ingenic,jz4770"; 13 model = "GCW Zero";
|
| /OK3568_Linux_fs/kernel/arch/mips/ingenic/ |
| H A D | Kconfig | 29 bool "Game Consoles Worldwide GCW Zero"
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/ |
| H A D | vendor-prefixes.yaml | 396 "^gcw,.*":
|