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

/drivers/net/irda/
H A Dvlsi_ir.c215 (byte&CLKCTL_CLKSTP) ? "stopped" : "running",
1173 clkctl = CLKCTL_PD_INV | CLKCTL_CLKSTP;
1194 clkctl = CLKCTL_CLKSTP;
1212 clkctl = CLKCTL_EXTCLK | CLKCTL_CLKSTP;
1224 clkctl &= ~CLKCTL_CLKSTP;
1236 clkctl |= CLKCTL_CLKSTP;
H A Dvlsi_ir.h86 CLKCTL_CLKSTP = 0x80, /* set to disconnect from selected clock source */ enumerator in enum:vlsi_pci_clkctl

Completed in 265 milliseconds