Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mn10300/unit-asb2305/include/unit/
Dtimex.h98 u32 t32; in startup_timestamp_counter() local
104 t32 = TM45BR; in startup_timestamp_counter()
110 t32 = TM4ICR; in startup_timestamp_counter()
116 t32 = TM5ICR; in startup_timestamp_counter()
120 t32 = TM5MD; in startup_timestamp_counter()
121 t32 = TM4MD; in startup_timestamp_counter()
/linux-4.4.14/arch/mn10300/unit-asb2303/include/unit/
Dtimex.h98 u32 t32; in startup_timestamp_counter() local
104 t32 = TM45BR; in startup_timestamp_counter()
110 t32 = TM4ICR; in startup_timestamp_counter()
116 t32 = TM5ICR; in startup_timestamp_counter()
120 t32 = TM5MD; in startup_timestamp_counter()
121 t32 = TM4MD; in startup_timestamp_counter()
/linux-4.4.14/fs/jfs/
Dresize.c78 int newNpages = 0, nPages, newPage, xlen, t32; in jfs_extendfs() local
145 t32 = (1 << (20 - sbi->l2bsize)) - 1; in jfs_extendfs()
146 newLogSize = (newLogSize + t32) & ~t32; in jfs_extendfs()
176 t32 = DIV_ROUND_UP(t64, BITSPERPAGE) + 1 + 50; in jfs_extendfs()
177 newFSCKSize = t32 << sbi->l2nbperpage; in jfs_extendfs()