HomeSort by: relevance | last modified time | path
    Searched refs:pci_conf_data (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/hppa/dev/
elroyreg.h 33 uint32_t pci_conf_data; /* 0x048 rw config space data */ member in struct:elroy_regs
dino.c 89 uint32_t pci_conf_data; /* 0x068 PCI conf data reg */ member in struct:dino_regs
376 data = r->pci_conf_data;
404 r->pci_conf_data = htole32(data);
408 (void)r->pci_conf_data;
elroy.c 281 data = elroy_read32(&r->pci_conf_data);
320 (void)elroy_read32(&r->pci_conf_data);
324 elroy_write32(&r->pci_conf_data, htole32(data));

Completed in 15 milliseconds