Home
last modified time | relevance | path

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

/openbmc/qemu/rust/hw/char/pl011/src/
H A Ddevice.rs48 Self::Luminary => &Self::PL011_ID_LUMINARY[idx as usize], in index()
55 const PL011_ID_LUMINARY: [c_uchar; 8] = [0x11, 0x00, 0x18, 0x01, 0x0d, 0xf0, 0x05, 0xb1]; constant