Home
last modified time | relevance | path

Searched refs:tnistat (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/char/agp/
Disoch.c84 u32 mnistat, tnistat, tstatus, mcmd; in agp_3_5_isochronous_node_enable() local
118 pci_read_config_dword(td, bridge->capndx+AGPNISTAT, &tnistat); in agp_3_5_isochronous_node_enable()
122 target.maxbw = (tnistat >> 16) & 0xff; in agp_3_5_isochronous_node_enable()
123 target.n = (tnistat >> 8) & 0xff; in agp_3_5_isochronous_node_enable()
124 target.y = (tnistat >> 6) & 0x3; in agp_3_5_isochronous_node_enable()
125 target.l = (tnistat >> 3) & 0x7; in agp_3_5_isochronous_node_enable()
177 pci_read_config_dword(td, bridge->capndx+AGPNISTAT, &tnistat); in agp_3_5_isochronous_node_enable()
178 target.n = (tnistat >> 8) & 0xff; in agp_3_5_isochronous_node_enable()