Searched refs:StartSector (Results 1 – 2 of 2) sorted by relevance
894 unsigned int StartSector, in ScsiRead() argument922 put_be32(&CB[2], StartSector); /* LOGICAL BLOCK ADDRESS */ in ScsiRead()930 CB[1] = (unsigned char)(StartSector >> 16) & 0x1f; /* LOGICAL BLOCK ADDRESS */ in ScsiRead()931 put_be16(&CB[2], (__u16)StartSector); in ScsiRead()970 unsigned int StartSector, in ScsiWrite() argument998 put_be32(&CB[2], StartSector); /* LOGICAL BLOCK ADDRESS */ in ScsiWrite()1006 CB[1] = (unsigned char)(StartSector >> 16) & 0x1f; /* LOGICAL BLOCK ADDRESS */ in ScsiWrite()1007 put_be16(&CB[2], (__u16)StartSector); in ScsiWrite()
797 unsigned int StartSector,803 unsigned int StartSector,
Completed in 16 milliseconds