Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/storage/
Dene_ub6250.c1204 struct ms_lib_type_extdat extdat; in ms_lib_check_disableblock() local
1213 ms_read_readpage(us, PhyBlock, 1, (u32 *)PageBuf, &extdat); in ms_lib_check_disableblock()
1374 struct ms_lib_type_extdat extdat; /* need check */ in ms_libsearch_block_from_physical() local
1389 switch (ms_lib_read_extra(us, blk, 0, &extdat)) { in ms_libsearch_block_from_physical()
1403 if ((extdat.ovrflg & MS_REG_OVR_BKST) != MS_REG_OVR_BKST_OK) { in ms_libsearch_block_from_physical()
1568 struct ms_lib_type_extdat extdat; in ms_lib_scan_logicalblocknumber() local
1590 extdat.ovrflg = buf[index]; in ms_lib_scan_logicalblocknumber()
1591 extdat.mngflg = buf[index+1]; in ms_lib_scan_logicalblocknumber()
1592 extdat.logadr = memstick_logaddr(buf[index+2], buf[index+3]); in ms_lib_scan_logicalblocknumber()
1594 if ((extdat.ovrflg & MS_REG_OVR_BKST) != MS_REG_OVR_BKST_OK) { in ms_lib_scan_logicalblocknumber()
[all …]