Home
last modified time | relevance | path

Searched refs:StartSector (Results 1 – 2 of 2) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/storage/Disk/
A DScsi2.c894 unsigned int StartSector, in ScsiRead() argument
922 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() argument
998 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()
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/storage/include/
A DScsi2.h797 unsigned int StartSector,
803 unsigned int StartSector,

Completed in 16 milliseconds