Searched defs:dword (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/lib/pci/confspace/
H A Dpci_confspace.c35 uint32_t pci_read_conf_header(struct pci_address *address, uint64_t dword) argument
60 void pci_write_conf_header(struct pci_address *address, uint64_t dword, argument
/barrelfish-master/lib/pci/
H A Dpci_client.c604 errval_t pci_read_conf_header(uint32_t dword, uint32_t *val) argument
611 errval_t pci_write_conf_header(uint32_t dword, uint32_t val) argument
/barrelfish-master/usr/pci/
H A Dpci_service.c435 static void read_conf_header_handler(struct pci_binding *b, uint32_t dword) argument
467 static void write_conf_header_handler(struct pci_binding *b, uint32_t dword, uint32_t val) argument

Completed in 87 milliseconds