Searched refs:CLKCTL_CLKSTP (Results 1 – 2 of 2) sorted by relevance
213 (byte&CLKCTL_CLKSTP) ? "stopped" : "running", in vlsi_proc_ndev()1147 clkctl = CLKCTL_PD_INV | CLKCTL_CLKSTP; in vlsi_start_clock()1168 clkctl = CLKCTL_CLKSTP; in vlsi_start_clock()1186 clkctl = CLKCTL_EXTCLK | CLKCTL_CLKSTP; in vlsi_start_clock()1198 clkctl &= ~CLKCTL_CLKSTP; in vlsi_start_clock()1210 clkctl |= CLKCTL_CLKSTP; in vlsi_stop_clock()
84 CLKCTL_CLKSTP = 0x80, /* set to disconnect from selected clock source */ enumerator