Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreboot/coreboot
/ print_spi
Function
print_spi
util/inteltool/spi.c:594–596 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
592
}
593
594
int print_spi(struct pci_dev *sb, struct pci_access *pacc) {
595
return (print_bioscntl(sb) || print_spibar(sb, pacc));
596
}
Callers
1
inteltool.c
File · 0.70
Calls
2
print_bioscntl
Function · 0.85
print_spibar
Function · 0.70
Tested by
no test coverage detected