Home
last modified time | relevance | path

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

/linux/arch/um/kernel/
H A Duml.lds.S100 .tbss : { *(.tbss .tbss.* .gnu.linkonce.tb.*) *(.tcommon) }
H A Ddyn.lds.S127 .tbss : { *(.tbss .tbss.* .gnu.linkonce.tb.*) *(.tcommon) }
/linux/drivers/clk/sophgo/
H A Dclk-cv18xx-ip.c851 u32 tcommon = gcd(tm, tn); in aclk_determine_mn() local
852 *m = tm / tcommon; in aclk_determine_mn()
853 *n = tn / tcommon; in aclk_determine_mn()