Home
last modified time | relevance | path

Searched refs:mnistat (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
140 pci_read_config_dword(dev, cur->capndx+AGPNISTAT, &mnistat); in agp_3_5_isochronous_node_enable()
142 master[cdev].maxbw = (mnistat >> 16) & 0xff; in agp_3_5_isochronous_node_enable()
143 master[cdev].n = (mnistat >> 8) & 0xff; in agp_3_5_isochronous_node_enable()
144 master[cdev].y = (mnistat >> 6) & 0x3; in agp_3_5_isochronous_node_enable()