Home
last modified time | relevance | path

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

/arch/mips/ath79/
Dclock.c37 static const char * const clk_names[ATH79_CLK_END] = { variable
47 BUG_ON(type >= ARRAY_SIZE(clk_names) || !clk_names[type]); in ath79_clk_name()
48 return clk_names[type]; in ath79_clk_name()
54 panic("failed to allocate %s clock structure", clk_names[type]); in __ath79_set_clk()
/arch/alpha/kernel/
Derr_marvel.c142 static char *clk_names[] = { "_h[0]", "_h[1]", "_n[0]", "_n[1]" }; in marvel_print_po7_uncrr_sym() local
203 clk_names[i], clk_decode[scratch & 0x3]); in marvel_print_po7_uncrr_sym()