FreeBSD kernel amd64 OFW device code
ofw_pci_register Struct Reference

#include <ofw_pci.h>

Data Fields

u_int32_t phys_hi
 
u_int32_t phys_mid
 
u_int32_t phys_lo
 
u_int32_t size_hi
 
u_int32_t size_lo
 

Detailed Description

Definition at line 97 of file ofw_pci.h.

Field Documentation

◆ phys_hi

u_int32_t ofw_pci_register::phys_hi

Definition at line 98 of file ofw_pci.h.

Referenced by ofw_pcib_route_interrupt().

◆ phys_lo

u_int32_t ofw_pci_register::phys_lo

Definition at line 100 of file ofw_pci.h.

◆ phys_mid

u_int32_t ofw_pci_register::phys_mid

Definition at line 99 of file ofw_pci.h.

◆ size_hi

u_int32_t ofw_pci_register::size_hi

Definition at line 101 of file ofw_pci.h.

◆ size_lo

u_int32_t ofw_pci_register::size_lo

Definition at line 102 of file ofw_pci.h.


The documentation for this struct was generated from the following file: