/linux/Documentation/devicetree/bindings/clock/ |
H A D | apple,nco.yaml | 4 $id: http://devicetree.org/schemas/clock/apple,nco.yaml# 7 title: Apple SoCs' NCO block 13 The NCO (Numerically Controlled Oscillator) block found on Apple SoCs 24 - apple,t6000-nco 25 - apple,t8103-nco 26 - apple,t8112-nco 27 - const: apple,nco 55 clock-output-names = "nco-ref"; 58 nco: clock-controller@23b044000 { 59 compatible = "apple,t8103-nco", "apple,nco";
|
/linux/Documentation/devicetree/bindings/sound/ |
H A D | apple,mca.yaml | 122 clocks = <&nco 0>, <&nco 1>, <&nco 2>, <&nco 3>;
|
/linux/arch/arm64/boot/dts/apple/ |
H A D | t600x-die0.dtsi | 10 nco: clock-controller@28e03c000 { label 11 compatible = "apple,t6000-nco", "apple,nco"; 200 clocks = <&nco 0>, <&nco 1>, <&nco 2>, <&nco 3>;
|
H A D | t8103.dtsi | 331 * to NCO since we don't know the true clock tree. 333 nco_clkref: clock-ref-nco { 500 clocks = <&nco 0>, <&nco 1>, <&nco 2>, 501 <&nco 3>, <&nco 4>, <&nco 4>; 520 nco: clock-controller@23b044000 { label 521 compatible = "apple,t8103-nco", "apple,nco";
|
H A D | t8112.dtsi | 354 * to NCO since we don't know the true clock tree. 356 nco_clkref: clock-ref-nco { 526 clocks = <&nco 0>, <&nco 1>, <&nco 2>, 527 <&nco 3>, <&nco 4>, <&nco 4>; 546 nco: clock-controller@23b044000 { label 547 compatible = "apple,t8112-nco", "apple,nco";
|
H A D | t600x-common.dtsi | 367 * to NCO since we don't know the true clock tree. 369 nco_clkref: clock-ref-nco {
|
/linux/drivers/ptp/ |
H A D | ptp_dte.c | 33 /* 44 bits NCO */ 193 /* Disable nco increment */ in ptp_dte_settime() 202 /* Enable nco increment */ in ptp_dte_settime() 283 /* disable the nco */ in ptp_dte_suspend()
|
/linux/drivers/media/dvb-frontends/ |
H A D | mn88443x.c | 403 s64 adckt, nco, ad_t; in mn88443x_t_set_freq() local 427 nco = adckt * 2 - chip->if_freq; in mn88443x_t_set_freq() 429 nco = -((s64)chip->if_freq); in mn88443x_t_set_freq() 430 nco = div_s64(nco << 24, adckt); in mn88443x_t_set_freq() 433 regmap_write(r_t, NCOFREQU_T, nco >> 16); in mn88443x_t_set_freq() 434 regmap_write(r_t, NCOFREQM_T, nco >> 8); in mn88443x_t_set_freq() 435 regmap_write(r_t, NCOFREQL_T, nco); in mn88443x_t_set_freq()
|
H A D | lgdt3305.c | 493 u64 nco; in lgdt3305_set_if() local 507 nco = if_freq_khz / 10; in lgdt3305_set_if() 511 nco <<= 24; in lgdt3305_set_if() 512 do_div(nco, 625); in lgdt3305_set_if() 516 nco <<= 28; in lgdt3305_set_if() 517 do_div(nco, 625); in lgdt3305_set_if() 523 nco1 = (nco >> 24) & 0x3f; in lgdt3305_set_if() 525 nco2 = (nco >> 16) & 0xff; in lgdt3305_set_if() 526 nco3 = (nco >> 8) & 0xff; in lgdt3305_set_if() 527 nco4 = nco & 0xff; in lgdt3305_set_if()
|
/linux/drivers/clk/ |
H A D | clk-apple-nco.c | 47 * Because the NCO hardware implements counting of input clock cycles in part 318 { .compatible = "apple,nco" }, 325 .name = "apple-nco", 333 MODULE_DESCRIPTION("Clock driver for NCO blocks on Apple SoCs");
|
H A D | Makefile | 32 obj-$(CONFIG_COMMON_CLK_APPLE_NCO) += clk-apple-nco.o
|
H A D | Kconfig | 66 This driver supports NCO (Numerically Controlled Oscillator) blocks
|
/linux/Documentation/devicetree/bindings/ptp/ |
H A D | brcm,ptp-dte.txt | 12 - reg: address and length of the DTE block's NCO registers
|
/linux/arch/mips/mm/ |
H A D | cerr-sb1.c | 453 { 0x13, "NCO-E-C" }, 454 { 0x19, "NCO-E-D" },
|
/linux/drivers/media/pci/ddbridge/ |
H A D | ddbridge-core.c | 385 u32 gap = 4, nco = 0; in calc_con() local 397 /* NCO */ in calc_con() 405 nco = (bitrate * 8192 + 71999) in calc_con() 414 nco = 8; in calc_con() 417 nco = 7; in calc_con() 420 nco = 5; in calc_con() 445 *con2 = (nco << 16) | gap; in calc_con()
|
/linux/drivers/net/phy/ |
H A D | bcm-phy-ptp.c | 278 /* set NCO counter to match */ in bcm_ptp_settime_locked()
|
/linux/sound/soc/codecs/ |
H A D | wm8904.h | 1576 * R247 (0xF7) - FLL NCO Test 0 1584 * R248 (0xF8) - FLL NCO Test 1
|
H A D | wm8904.c | 180 { 247, 0x0000 }, /* R247 - FLL NCO Test 0 */ 181 { 248, 0x0019 }, /* R248 - FLL NCO Test 1 */
|
/linux/ |
H A D | MAINTAINERS | 2147 F: Documentation/devicetree/bindings/clock/apple,nco.yaml 2165 F: drivers/clk/clk-apple-nco.c
|