Home
last modified time | relevance | path

Searched defs:pci_header (Results 1 – 2 of 2) sorted by relevance

/bsp/loongson/ls2kdev/drivers/pci/
A Dpci.h14 struct pci_header struct
16 rt_uint16_t VendorID;
17 rt_uint16_t DeviceID;
18 rt_uint16_t Command;
19 rt_uint16_t Status;
23 rt_uint8_t LatencyTimer;
24 rt_uint8_t HeaderType;
25 rt_uint8_t BIST;
33 rt_uint32_t resv2;
36 rt_uint8_t Min_Gnt;
[all …]
/bsp/loongson/ls2kdev/drivers/net/
A DsynopGMAC.c43 struct pci_header struct
45 uint16_t VendorID;
46 uint16_t DeviceID;
47 uint16_t Command;
48 uint16_t Status;
53 uint8_t HeaderType;
54 uint8_t BIST;
61 uint32_t resv1 : 24;
62 uint32_t resv2;
65 uint8_t Min_Gnt;
[all …]

Completed in 8 milliseconds