Home
last modified time | relevance | path

Searched refs:HeaderType (Results 1 – 3 of 3) sorted by relevance

/DragonOS-0.1.3/kernel/src/driver/pci/
Dpci.c256 common_header->HeaderType = (tmp32 >> 16) & 0xff; in pci_read_header()
268 switch (common_header->HeaderType) in pci_read_header()
353 header_type = header->HeaderType; in pci_checkDevice()
400 header_type = header->HeaderType; in pci_checkAllBuses()
438 if (ptr->HeaderType == 0x0) in pci_init()
452 else if (ptr->HeaderType == 0x1) in pci_init()
464 else if (ptr->HeaderType == 0x2) in pci_init()
511 switch (pci_dev->HeaderType) in pci_enumerate_capability_list()
Dpci.h47 …uint8_t HeaderType; // 标头类型 a value of 0x0 specifies a general device, a value of 0x1 specifies… member
Dmsi.c237 switch (ptr->HeaderType) in pci_start_msi()
295 switch (ptr->HeaderType) in pci_disable_msi()