Searched refs:tstatus (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/char/agp/ |
| H A D | isoch.c | 85 u32 mnistat, tnistat, tstatus, mcmd; in agp_3_5_isochronous_node_enable() local 120 pci_read_config_dword(td, bridge->capndx+AGPSTAT, &tstatus); in agp_3_5_isochronous_node_enable() 127 target.rq = (tstatus >> 24) & 0xff; in agp_3_5_isochronous_node_enable() 288 u32 tstatus, mcmd; in agp_3_5_nonisochronous_node_enable() local 292 pci_read_config_dword(bridge->dev, bridge->capndx+AGPSTAT, &tstatus); in agp_3_5_nonisochronous_node_enable() 294 trq = (tstatus >> 24) & 0xff; in agp_3_5_nonisochronous_node_enable() 318 u32 tstatus, mstatus, ncapid; in agp_3_5_enable() local 327 pci_read_config_dword(td, bridge->capndx+AGPSTAT, &tstatus); in agp_3_5_enable() 328 isoch = (tstatus >> 17) & 0x1; in agp_3_5_enable()
|
| /linux/drivers/scsi/aic7xxx/ |
| H A D | aic79xx.h | 448 struct target_status tstatus; member
|