Searched refs:interrupt_pin (Results 1 – 1 of 1) sorted by relevance
378 pub interrupt_pin: u8, // 指定设备使用的中断引脚。其中值为0x1INTA#、0x2INTB#、0x3INTC#、0x4INTD#,0x0表示设备不使用中断引脚。 field442 pub interrupt_pin: u8, field484 pub interrupt_pin: u8, field753 let interrupt_pin = (result >> 8) as u8; in pci_read_general_device_header() localVariable768 interrupt_pin, in pci_read_general_device_header()822 let interrupt_pin = (result >> 8) as u8; in pci_read_pci_to_pci_bridge_header() localVariable848 interrupt_pin, in pci_read_pci_to_pci_bridge_header()886 let interrupt_pin = (result >> 8) as u8; in pci_read_pci_to_cardbus_bridge_header() localVariable913 interrupt_pin, in pci_read_pci_to_cardbus_bridge_header()