Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/spectra/
Dffsport.h80 extern int GLOB_Calc_Used_Bits(u32 n);
Dlld_mtd.c123 (u8)GLOB_Calc_Used_Bits(DeviceInfo.wPagesPerBlock); in mtd_Read_Device_ID()
125 (u8)GLOB_Calc_Used_Bits(DeviceInfo.wPageDataSize); in mtd_Read_Device_ID()
127 (u8)GLOB_Calc_Used_Bits(DeviceInfo.wBlockDataSize); in mtd_Read_Device_ID()
Dlld_emu.c251 (u8)GLOB_Calc_Used_Bits(DeviceInfo.wPagesPerBlock); in emu_Read_Device_ID()
253 (u8)GLOB_Calc_Used_Bits(DeviceInfo.wPageDataSize); in emu_Read_Device_ID()
255 (u8)GLOB_Calc_Used_Bits(DeviceInfo.wBlockDataSize); in emu_Read_Device_ID()
Dffsport.c43 int GLOB_Calc_Used_Bits(u32 n) in GLOB_Calc_Used_Bits() function
84 return (u64)(addr >> GLOB_Calc_Used_Bits(divisor)); in GLOB_u64_Div()
Dlld_nand.c758 (u8)GLOB_Calc_Used_Bits(DeviceInfo.wPagesPerBlock); in NAND_Read_Device_ID()
760 (u8)GLOB_Calc_Used_Bits(DeviceInfo.wPageDataSize); in NAND_Read_Device_ID()
762 (u8)GLOB_Calc_Used_Bits(DeviceInfo.wBlockDataSize); in NAND_Read_Device_ID()