Lines Matching refs:BASE
572 if (type & BASE) in dump_firm_type_and_int_freq()
661 & (BASE | INIT1 | FM | DTV6 | DTV7 | DTV78 | DTV8 | SCODE)) in seek_firmware()
983 if (priv->cur_fw.type & BASE) { in check_firmware()
998 rc = load_firmware(fe, BASE, &std0); in check_firmware()
1007 rc = load_firmware(fe, BASE | INIT1, &std0); in check_firmware()
1009 rc = load_firmware(fe, BASE | INIT1, &std0); in check_firmware()
1021 if (priv->cur_fw.type == (BASE | new_fw.type) && in check_firmware()
1092 priv->cur_fw.type |= BASE; in check_firmware()
1545 & (BASE | FM | DTV6 | DTV7 | DTV78 | DTV8)) == BASE) { in xc4000_get_frequency()
1578 if (priv->cur_fw.type & BASE) in xc4000_get_status()
1605 (priv->cur_fw.type & BASE) != 0) { in xc4000_sleep()
1721 id = ((priv->cur_fw.type & BASE) != 0 ? in xc4000_attach()