Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
DcpqfcTScontrol.c384 fcChip->Registers.TYstatus.value = readl(fcChip->Registers.TYstatus.address); in CpqTsResetTachLite()
957 fcChip->Registers.TYstatus.value = // read what's frozen in CpqTsProcessIMQEntry()
958 readl(fcChip->Registers.TYstatus.address); in CpqTsProcessIMQEntry()
963 fcChip->Registers.TYstatus.value = // read what's frozen in CpqTsProcessIMQEntry()
964 readl(fcChip->Registers.TYstatus.address); in CpqTsProcessIMQEntry()
1558 fcChip->Registers.TYstatus.value = readl(fcChip->Registers.TYstatus.address); in CpqTsInitializeTachLite()
1565 u32 RevId = (fcChip->Registers.TYstatus.value & 0x3E0) >> 5; in CpqTsInitializeTachLite()
1790 fcChip->Registers.TYstatus.value = readl(fcChip->Registers.TYstatus.address); in CpqTsUnFreezeTachlite()
1931 …ulBuff = cpqfcTS_ReadNVRAM(fcChip->Registers.TYstatus.address, fcChip->Registers.TYcontrol.address… in CpqTsReadWriteWWN()
2007 … fcChip->Registers.TYstatus.address, fcChip->Registers.TYcontrol.address, 256, // bytes to write in CpqTsReadWriteNVRAM()
DcpqfcTSinit.c120 …cpqfcHBAdata->fcChip.Registers.TYstatus.address = cpqfcHBAdata->fcChip.Registers.ReMapMemBase + TL… in Cpqfc_initHBAdata()
1563 ulBuff = fcChip->Registers.TYstatus.value & 0x13; in cpqfcTSDecodeGBICtype()
DcpqfcTSstructs.h575 FCREGISTER TYstatus; member
DcpqfcTSworker.c262 if ((fcChip->Registers.TYstatus.value & 0x70000) != 0x70000) { // (need to freeze...) in FreezeTach()