Home
last modified time | relevance | path

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

/openbmc/qemu/rust/hw/char/pl011/src/
H A Ddevice.rs47 Self::Arm => &Self::PL011_ID_ARM[idx as usize], in index()
54 const PL011_ID_ARM: [c_uchar; 8] = [0x11, 0x10, 0x14, 0x00, 0x0d, 0xf0, 0x05, 0xb1]; constant