Searched refs:Interrupt_PIN (Results 1 – 3 of 3) sorted by relevance
82 uint8_t Interrupt_PIN; // 指定设备使用的中断引脚。其中值为0x1INTA#、0x2INTB#、0x3INTC#、0x4INTD#,0x0表示设备不使用中断引脚。 member126 uint8_t Interrupt_PIN; member160 uint8_t Interrupt_PIN; member
114 header->Interrupt_PIN = (tmp32 >> 8) & 0xff; in pci_read_general_device_header()169 header->Interrupt_PIN = (tmp32 >> 8) & 0xff; in pci_read_pci_to_pci_bridge_header()210 header->Interrupt_PIN = (tmp32 >> 8) & 0xff; in pci_read_pci_to_cardbus_bridge_header()
2091 dev_hdr->Interrupt_Line, dev_hdr->Interrupt_PIN); in xhci_init()