Searched refs:PCI_MSI_FLAGS (Results 1 – 2 of 2) sorted by relevance
102 const PCI_MSI_FLAGS: u32 = 0x2; // Message Control constant136 let msi_ctl = config.read_config_word(msi_cap_start + PCI_MSI_FLAGS); in new()179 if len == 2 && offset == PCI_MSI_FLAGS { in write_msi_reg()
306 #define PCI_MSI_FLAGS 2 /* Message Control */ macro