Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/irda/
Dvlsi_ir.c213 (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()
Dvlsi_ir.h84 CLKCTL_CLKSTP = 0x80, /* set to disconnect from selected clock source */ enumerator