Home
last modified time | relevance | path

Searched full:nco (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/ptp/
H A Dptp_dte.c33 /* 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 Dlgdt3305.c493 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/Documentation/devicetree/bindings/ptp/
H A Dbrcm,ptp-dte.txt12 - reg: address and length of the DTE block's NCO registers
/linux/arch/arm64/boot/dts/apple/
H A Dt600x-common.dtsi378 * to NCO since we don't know the true clock tree.
380 nco_clkref: clock-ref-nco {
/linux/drivers/dpll/zl3073x/
H A Ddpll.c987 /* In FREERUN and NCO modes the DPLL is always unlocked */ in zl3073x_dpll_lock_status_get()
1028 * a case where the DPLL channel is configured to run in NCO mode. in zl3073x_dpll_supported_modes_get()
1029 * In this case, report only the manual mode to which the NCO is mapped in zl3073x_dpll_supported_modes_get()
1054 /* Use MANUAL for device FREERUN, HOLDOVER, NCO and in zl3073x_dpll_mode_get()
1483 /* Skip the pin if the DPLL is running in NCO mode */ in zl3073x_dpll_pin_is_registrable()
/linux/arch/mips/mm/
H A Dcerr-sb1.c453 { 0x13, "NCO-E-C" },
454 { 0x19, "NCO-E-D" },
/linux/drivers/media/pci/ddbridge/
H A Dddbridge-core.c385 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/sound/soc/codecs/
H A Dwm8904.h1576 * R247 (0xF7) - FLL NCO Test 0
1584 * R248 (0xF8) - FLL NCO Test 1
/linux/
H A DMAINTAINERS2514 F: Documentation/devicetree/bindings/clock/apple,nco.yaml
2545 F: drivers/clk/clk-apple-nco.c