Searched refs:DeviceId (Results 1 – 1 of 1) sorted by relevance
/qemu/rust/hw/char/pl011/src/ |
H A D | device.rs | 39 struct DeviceId(&'static [u8; 8]); struct 41 impl std::ops::Index<hwaddr> for DeviceId { implementation 140 device_id: DeviceId, 144 const DEVICE_ID: DeviceId; 160 const DEVICE_ID: DeviceId = DeviceId(&[0x11, 0x10, 0x14, 0x00, 0x0d, 0xf0, 0x05, 0xb1]); 703 const DEVICE_ID: DeviceId = DeviceId(&[0x11, 0x00, 0x18, 0x01, 0x0d, 0xf0, 0x05, 0xb1]);
|