FreeBSD kernel amd64 PCI device code
pci_mv_softc Struct Reference
Collaboration diagram for pci_mv_softc:

Data Fields

struct pci_dw_softc dw_sc
 
device_t dev
 
phandle_t node
 
struct resource * irq_res
 
void * intr_cookie
 
phy_t phy [MV_MAX_LANES]
 
clk_t clk_core
 
clk_t clk_reg
 

Detailed Description

Definition at line 89 of file pci_dw_mv.c.

Field Documentation

◆ clk_core

clk_t pci_mv_softc::clk_core

Definition at line 96 of file pci_dw_mv.c.

Referenced by pci_mv_attach().

◆ clk_reg

clk_t pci_mv_softc::clk_reg

Definition at line 97 of file pci_dw_mv.c.

Referenced by pci_mv_attach().

◆ dev

device_t pci_mv_softc::dev

Definition at line 91 of file pci_dw_mv.c.

Referenced by pci_mv_attach(), pci_mv_init(), pci_mv_intr(), and pci_mv_phy_init().

◆ dw_sc

struct pci_dw_softc pci_mv_softc::dw_sc

Definition at line 90 of file pci_dw_mv.c.

Referenced by pci_mv_attach().

◆ intr_cookie

void* pci_mv_softc::intr_cookie

Definition at line 94 of file pci_dw_mv.c.

Referenced by pci_mv_attach().

◆ irq_res

struct resource* pci_mv_softc::irq_res

Definition at line 93 of file pci_dw_mv.c.

Referenced by pci_mv_attach().

◆ node

phandle_t pci_mv_softc::node

Definition at line 92 of file pci_dw_mv.c.

Referenced by pci_mv_attach(), and pci_mv_phy_init().

◆ phy

phy_t pci_mv_softc::phy[MV_MAX_LANES]

Definition at line 95 of file pci_dw_mv.c.

Referenced by pci_mv_phy_init().


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