Home
last modified time | relevance | path

Searched defs:bist (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/src/driver/pci/
H A Dpci.rs428 … pub bist: u8, // Represents that status and allows control of a devices BIST (built-in self test). field
695 let bist = (result >> 24) as u8; in pci_read_header() localVariable