Searched refs:tnicmd (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/char/agp/
H A Disoch.c85 u16 tnicmd, mnicmd; agp_3_5_isochronous_node_enable() local
171 pci_read_config_word(td, bridge->capndx+AGPNICMD, &tnicmd);
172 tnicmd &= ~(0x3 << 6);
173 tnicmd |= target.y << 6;
174 pci_write_config_word(td, bridge->capndx+AGPNICMD, tnicmd);

Completed in 47 milliseconds