Home
last modified time | relevance | path

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

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