Home
last modified time | relevance | path

Searched refs:afc (Results 1 – 25 of 36) sorted by relevance

12

/openbmc/linux/drivers/media/dvb-frontends/
H A Dves1820.c308 s8 afc = 0; in ves1820_get_frontend() local
311 afc = ves1820_readreg(state, 0x19); in ves1820_get_frontend()
315 "ves1820: [AFC (%d) %dHz]\n", afc, -((s32) p->symbol_rate * afc) >> 10); in ves1820_get_frontend()
330 p->frequency -= ((s32) p->symbol_rate * afc) >> 10; in ves1820_get_frontend()
H A Dtda10021.c392 s8 afc = 0; in tda10021_get_frontend() local
395 afc = tda10021_readreg(state, 0x19); in tda10021_get_frontend()
400 state->frontend.dvb->num, afc, in tda10021_get_frontend()
401 -((s32)p->symbol_rate * afc) >> 10); in tda10021_get_frontend()
411 p->frequency -= ((s32)p->symbol_rate * afc) >> 10; in tda10021_get_frontend()
H A Dves1x93.c400 int afc; in ves1x93_get_frontend() local
402 afc = ((int)((char)(ves1x93_readreg (state, 0x0a) << 1)))/2; in ves1x93_get_frontend()
403 afc = (afc * (int)(p->symbol_rate/1000/8))/16; in ves1x93_get_frontend()
405 p->frequency = state->frequency - afc; in ves1x93_get_frontend()
H A Dtda10023.c451 s8 afc = 0; in tda10023_get_frontend() local
454 afc = tda10023_readreg(state, 0x19); in tda10023_get_frontend()
461 state->frontend.dvb->num, afc, in tda10023_get_frontend()
462 -((s32)p->symbol_rate * afc) >> 10); in tda10023_get_frontend()
472 p->frequency -= ((s32)p->symbol_rate * afc) >> 10; in tda10023_get_frontend()
H A Dcx24110.c544 s32 afc; unsigned sclk; in cx24110_get_frontend() local
556 afc = sclk*(cx24110_readreg (state, 0x44)&0x1f)+ in cx24110_get_frontend()
560 p->frequency += afc; in cx24110_get_frontend()
/openbmc/linux/drivers/clk/samsung/
H A Dclk-pll.h74 .afc = (_afc), \
109 unsigned int afc; member
H A Dclk-pll.c647 || old_afc != rate->afc); in samsung_pll45xx_mp_change()
688 con1 |= (rate->afc << PLL45XX_AFC_SHIFT); in samsung_pll45xx_set_rate()
/openbmc/linux/drivers/media/tuners/
H A Dtda9887.c275 static char *afc[16] = { in dump_read_message() local
295 tuner_info(" afc : %s\n", afc[(buf[0] >> 1) & 0x0f]); in dump_read_message()
600 static int tda9887_get_afc(struct dvb_frontend *fe, s32 *afc) in tda9887_get_afc() argument
614 *afc = AFC_BITS_2_kHz[(reg >> 1) & 0x0f]; in tda9887_get_afc()
H A Dtda8290.c445 unsigned char afc = 0; in tda8290_has_signal() local
448 i2c_get_afc, ARRAY_SIZE(i2c_get_afc), &afc, 1); in tda8290_has_signal()
449 *signal = (afc & 0x80) ? 65535 : 0; in tda8290_has_signal()
H A Dxc2028.c957 static int xc2028_get_afc(struct dvb_frontend *fe, s32 *afc) in xc2028_get_afc() argument
970 *afc = 0; in xc2028_get_afc()
996 *afc = afc_reg * 15625; /* Hz */ in xc2028_get_afc()
998 tuner_dbg("AFC is %d Hz\n", *afc); in xc2028_get_afc()
/openbmc/linux/include/media/
H A Ddvb_frontend.h250 int (*get_afc)(struct dvb_frontend *fe, s32 *afc);
309 int (*get_afc)(struct dvb_frontend *fe, s32 *afc);
/openbmc/linux/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-isp.h96 struct v4l2_ctrl *afc; member
H A Dfimc-is-param.c107 __hw_param_copy(&par->isp.afc, &cfg->isp.afc); in __fimc_is_hw_update_param()
450 isp->afc.cmd = cmd; in __is_set_isp_afc()
451 isp->afc.manual = val; in __is_set_isp_afc()
452 isp->afc.err = ISP_AFC_ERROR_NONE; in __is_set_isp_afc()
H A Dfimc-is-param.h694 struct param_isp_afc afc; member
/openbmc/u-boot/drivers/spi/
H A Dich.h45 uint32_t afc; /* 0xc0 */ member
/openbmc/linux/drivers/media/test-drivers/vivid/
H A Dvivid-vid-cap.c324 static enum tpg_quality vivid_get_quality(struct vivid_dev *dev, s32 *afc) in vivid_get_quality() argument
328 if (afc) in vivid_get_quality()
329 *afc = 0; in vivid_get_quality()
341 if (afc) in vivid_get_quality()
342 *afc = freq_modulus - 1 * 16; in vivid_get_quality()
1308 qual = vivid_get_quality(dev, &vt->afc); in vivid_video_g_tuner()
H A Dvivid-radio-rx.c251 vt->afc = sig_qual > delta ? 0 : sig_qual; in vivid_radio_rx_g_tuner()
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gvfs/
H A Dgvfs_1.56.1.bb58 PACKAGECONFIG[afc] = "-Dafc=true, -Dafc=false, libimobiledevice libplist"
/openbmc/linux/drivers/net/ethernet/smsc/
H A Dsmsc911x.c913 u32 afc = smsc911x_reg_read(pdata, AFC_CFG); in smsc911x_phy_update_flowcontrol() local
928 afc |= 0xF; in smsc911x_phy_update_flowcontrol()
930 afc &= ~0xF; in smsc911x_phy_update_flowcontrol()
938 afc |= 0xF; in smsc911x_phy_update_flowcontrol()
945 smsc911x_reg_write(pdata, AFC_CFG, afc); in smsc911x_phy_update_flowcontrol()
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-g-tuner.rst173 - ``afc``
176 When the ``afc`` value is negative, the frequency is too
/openbmc/linux/drivers/media/radio/wl128x/
H A Dfmdrv_v4l2.c305 tuner->afc = 0; in fm_v4l2_vidioc_g_tuner()
/openbmc/linux/drivers/media/radio/
H A Dradio-tea5764.c309 v->afc = TEA5764_TUNCHK_IFCNT(r->tunchk); in vidioc_g_tuner()
/openbmc/linux/drivers/media/radio/si470x/
H A Dradio-si470x-common.c651 tuner->afc = (radio->registers[STATUSRSSI] & STATUSRSSI_AFCRL) ? 1 : 0; in si470x_vidioc_g_tuner()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/bluez-tools/bluez-tools/
H A Dfix-memory-leaks.patch15 index 5286a3a..2263afc 100644
204 index 2263afc..891fc45 100644
/openbmc/linux/arch/m68k/ifpsp060/
H A Dpfpsp.sa160 dc.l $020a4efb,$00064afc,$00080000,$0000003a
1074 dc.l $febc323b,$120a4efb,$10064afc,$0030fd20
1207 dc.l $4e75323b,$120a4efb,$10064afc,$0030ffdc
1320 dc.l $120a4efb,$10064afc,$0030fd7a,$00720078
1368 dc.l $120a4efb,$10064afc,$0030fdaa,$00e4011c
1428 dc.l $feca6000,$fe14323b,$120a4efb,$10064afc

12