Home
last modified time | relevance | path

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

/drivers/char/agp/
Disoch.c84 u32 mnistat, tnistat, tstatus, mcmd; in agp_3_5_isochronous_node_enable() local
119 pci_read_config_dword(td, bridge->capndx+AGPSTAT, &tstatus); in agp_3_5_isochronous_node_enable()
126 target.rq = (tstatus >> 24) & 0xff; in agp_3_5_isochronous_node_enable()
291 u32 tstatus, mcmd; in agp_3_5_nonisochronous_node_enable() local
295 pci_read_config_dword(bridge->dev, bridge->capndx+AGPSTAT, &tstatus); in agp_3_5_nonisochronous_node_enable()
297 trq = (tstatus >> 24) & 0xff; in agp_3_5_nonisochronous_node_enable()
321 u32 tstatus, mstatus, ncapid; in agp_3_5_enable() local
330 pci_read_config_dword(td, bridge->capndx+AGPSTAT, &tstatus); in agp_3_5_enable()
331 isoch = (tstatus >> 17) & 0x1; in agp_3_5_enable()
335 arqsz = (tstatus >> 13) & 0x7; in agp_3_5_enable()
/drivers/scsi/
Du14-34f.c1721 unsigned int i, k, c, status, tstatus, reg, ret; in ihdlr() local
1801 tstatus = status_byte(spp->target_status); in ihdlr()
1812 if (tstatus == BUSY && SCpnt->device->type != TYPE_TAPE) in ihdlr()
1816 else if (tstatus != GOOD && SCpnt->device->type == TYPE_DISK in ihdlr()
1821 else if (tstatus == CHECK_CONDITION in ihdlr()
1829 if (tstatus == GOOD) in ihdlr()
1833 (!(tstatus == CHECK_CONDITION && HD(j)->iocount <= 1000 && in ihdlr()
Deata.c2287 unsigned int i, k, c, status, tstatus, reg; in ihdlr() local
2399 tstatus = status_byte(spp->target_status); in ihdlr()
2410 if (tstatus == BUSY && SCpnt->device->type != TYPE_TAPE) in ihdlr()
2414 else if (tstatus != GOOD && SCpnt->device->type == TYPE_DISK in ihdlr()
2421 else if (tstatus == CHECK_CONDITION in ihdlr()
2429 if (tstatus == GOOD) in ihdlr()
2434 (!(tstatus == CHECK_CONDITION && ha->iocount <= 1000 && in ihdlr()
/drivers/scsi/aic7xxx/
Daic79xx.h448 struct target_status tstatus; member