Home
last modified time | relevance | path

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

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