Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/tuners/
H A Dtda18271-priv.h191 u32 *freq, u8 *cid_target,
H A Dtda18271-fe.c435 u8 cid_target; in tda18271_powerscan() local
444 tda18271_lookup_cid_target(fe, &freq, &cid_target, &count_limit); in tda18271_powerscan()
477 while ((regs[R_EB10] & 0x3f) < cid_target) { in tda18271_powerscan()
511 if ((regs[R_EB10] & 0x3f) >= cid_target) { in tda18271_powerscan()
H A Dtda18271-maps.c967 u32 *freq, u8 *cid_target, u16 *count_limit) in tda18271_lookup_cid_target() argument
977 *cid_target = tda18271_cid_target[i].target; in tda18271_lookup_cid_target()