Home
last modified time | relevance | path

Searched refs:cksel (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/ptp/
H A Dptp-qoriq.txt15 - fsl,cksel Timer reference clock source.
52 in CKSEL bits in TMR_CTRL register. "fsl,cksel" property keeps the
80 fsl,cksel = <1>;
/openbmc/linux/drivers/ptp/
H A Dptp_qoriq.c424 ptp_qoriq->cksel = DEFAULT_CKSEL; in ptp_qoriq_auto_config()
483 if (of_property_read_u32(node, "fsl,cksel", &ptp_qoriq->cksel)) in ptp_qoriq_init()
484 ptp_qoriq->cksel = DEFAULT_CKSEL; in ptp_qoriq_init()
545 (ptp_qoriq->cksel & CKSEL_MASK) << CKSEL_SHIFT; in ptp_qoriq_init()
/openbmc/linux/include/linux/fsl/
H A Dptp_qoriq.h158 u32 cksel; member