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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/irda/
H A Dvlsi_ir.c214 (byte&CLKCTL_CLKSTP) ? "stopped" : "running",
1172 clkctl = CLKCTL_PD_INV | CLKCTL_CLKSTP;
1193 clkctl = CLKCTL_CLKSTP;
1211 clkctl = CLKCTL_EXTCLK | CLKCTL_CLKSTP;
1223 clkctl &= ~CLKCTL_CLKSTP;
1235 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 46 milliseconds