Searched refs:DEVICE_ID (Results 1 – 1 of 1) sorted by relevance
/qemu/rust/hw/char/pl011/src/ |
H A D | device.rs | 144 const DEVICE_ID: DeviceId; constant 149 self.device_id = T::DEVICE_ID; in class_init() 160 const DEVICE_ID: DeviceId = DeviceId(&[0x11, 0x10, 0x14, 0x00, 0x0d, 0xf0, 0x05, 0xb1]); constant 703 const DEVICE_ID: DeviceId = DeviceId(&[0x11, 0x00, 0x18, 0x01, 0x0d, 0xf0, 0x05, 0xb1]); 702 const DEVICE_ID: DeviceId = DeviceId(&[0x11, 0x00, 0x18, 0x01, 0x0d, 0xf0, 0x05, 0xb1]); global() constant
|