Home
last modified time | relevance | path

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

/pciutils/lib/
H A Dlibpci.ver45 pci_write_byte;
H A Dpci.h191 int pci_write_byte(struct pci_dev *, int pos, u8 data) PCI_ABI;
H A Daccess.c152 pci_write_byte(struct pci_dev *d, int pos, byte data) in pci_write_byte() function
/pciutils/
H A Dsetpci.c189 pci_write_byte(dev, addr, x); in exec_op()