Searched refs:tnistat (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/char/agp/ |
H A D | isoch.c | 85 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()
|
/kernel/linux/linux-6.6/drivers/char/agp/ |
H A D | isoch.c | 85 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()
|
Completed in 2 milliseconds