Searched refs:CLKCTL_CLKSTP (Results 1 – 2 of 2) sorted by relevance
215 (byte&CLKCTL_CLKSTP) ? "stopped" : "running", in vlsi_proc_ndev()1173 clkctl = CLKCTL_PD_INV | CLKCTL_CLKSTP; in vlsi_start_clock()1194 clkctl = CLKCTL_CLKSTP; in vlsi_start_clock()1212 clkctl = CLKCTL_EXTCLK | CLKCTL_CLKSTP; in vlsi_start_clock()1224 clkctl &= ~CLKCTL_CLKSTP; in vlsi_start_clock()1236 clkctl |= CLKCTL_CLKSTP; in vlsi_stop_clock()
86 CLKCTL_CLKSTP = 0x80, /* set to disconnect from selected clock source */ enumerator