RossComputerGuy/stardustos

View on GitHub
newland/arch/x86/modules/bus/pci.c

Summary

Maintainability
Test Coverage

The function pci_write16 is never used.
Invalid

void pci_write16(pci_dev_t* dev, uint8_t reg, uint16_t value) {
Severity: Minor
Found in newland/arch/x86/modules/bus/pci.c by cppcheck

The function pci_write16 is never used. (detailed CWE explanation)

The function pci_read16 is never used.
Invalid

uint16_t pci_read16(pci_dev_t* dev, uint8_t reg) {
Severity: Minor
Found in newland/arch/x86/modules/bus/pci.c by cppcheck

The function pci_read16 is never used. (detailed CWE explanation)

The function pci_read8 is never used.
Wontfix

uint8_t pci_read8(pci_dev_t* dev, uint8_t reg) {
Severity: Minor
Found in newland/arch/x86/modules/bus/pci.c by cppcheck

The function pci_read8 is never used. (detailed CWE explanation)

The function pci_write8 is never used.
Invalid

void pci_write8(pci_dev_t* dev, uint8_t reg, uint8_t value) {
Severity: Minor
Found in newland/arch/x86/modules/bus/pci.c by cppcheck

The function pci_write8 is never used. (detailed CWE explanation)

There are no issues that match your filters.

Category
Status