Home
last modified time | relevance | path

Searched defs:PhyBlock (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/drivers/staging/keucr/
Dsmil.h192 WORD PhyBlock; /* Physical Block Number on Zone */ member
199 WORD PhyBlock; /* Physical Block Number on Zone */ member
205 WORD PhyBlock; /* Physical Block Number on Zone 0 */ member
/linux-3.3/drivers/usb/storage/
Dene_ub6250.c227 #define ms_libconv_to_logical(pdx, PhyBlock) (((PhyBlock) >= (pdx)->MS_Lib.NumberOfPhyBlock) ? MS_S… argument
823 static int ms_count_freeblock(struct us_data *us, u16 PhyBlock) in ms_count_freeblock()
906 static int ms_lib_process_bootblock(struct us_data *us, u16 PhyBlock, u8 *PageData) in ms_lib_process_bootblock()
1187 static int ms_lib_check_disableblock(struct us_data *us, u16 PhyBlock) in ms_lib_check_disableblock()
1323 static int ms_lib_read_extra(struct us_data *us, u32 PhyBlock, in ms_lib_read_extra()
1510 static void ms_lib_phy_to_log_range(u16 PhyBlock, u16 *LogStart, u16 *LogEnde) in ms_lib_phy_to_log_range()
1523 static int ms_lib_read_extrablock(struct us_data *us, u32 PhyBlock, in ms_lib_read_extrablock()
1554 u16 PhyBlock, newblk, i; in ms_lib_scan_logicalblocknumber() local