Searched refs:interrupt_pin (Results 1 – 1 of 1) sorted by relevance
460 pub interrupt_pin: u8, // 指定设备使用的中断引脚。其中值为0x1INTA#、0x2INTB#、0x3INTC#、0x4INTD#,0x0表示设备不使用中断引脚。 field544 pub interrupt_pin: u8, field598 pub interrupt_pin: u8, field793 let interrupt_pin = (result >> 8) as u8; in pci_read_general_device_header() localVariable810 interrupt_pin, in pci_read_general_device_header()864 let interrupt_pin = (result >> 8) as u8; in pci_read_pci_to_pci_bridge_header() localVariable892 interrupt_pin, in pci_read_pci_to_pci_bridge_header()930 let interrupt_pin = (result >> 8) as u8; in pci_read_pci_to_cardbus_bridge_header() localVariable958 interrupt_pin, in pci_read_pci_to_cardbus_bridge_header()