Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/agp/
H A Disoch.c85 u32 mnistat, tnistat, tstatus, mcmd; in agp_3_5_isochronous_node_enable() local
119 pci_read_config_dword(td, bridge->capndx+AGPNISTAT, &tnistat); in agp_3_5_isochronous_node_enable()
123 target.maxbw = (tnistat >> 16) & 0xff; in agp_3_5_isochronous_node_enable()
124 target.n = (tnistat >> 8) & 0xff; in agp_3_5_isochronous_node_enable()
125 target.y = (tnistat >> 6) & 0x3; in agp_3_5_isochronous_node_enable()
126 target.l = (tnistat >> 3) & 0x7; in agp_3_5_isochronous_node_enable()
176 pci_read_config_dword(td, bridge->capndx+AGPNISTAT, &tnistat); in agp_3_5_isochronous_node_enable()
177 target.n = (tnistat >> 8) & 0xff; in agp_3_5_isochronous_node_enable()