Searched refs:cir (Results 1 – 10 of 10) sorted by relevance
22 unsigned long long cir; in cpu_probe() local30 cir = peek_real_address_q(0x0d000008); in cpu_probe()31 if ((cir & 0xffff) == 0x5103) in cpu_probe()33 else if (((cir >> 32) & 0xffff) == 0x51e2) in cpu_probe()
22 obj-$(CONFIG_IR_ITE_CIR) += ite-cir.o24 obj-$(CONFIG_IR_FINTEK) += fintek-cir.o26 obj-$(CONFIG_IR_NUVOTON) += nuvoton-cir.o31 obj-$(CONFIG_IR_WINBOND_CIR) += winbond-cir.o38 obj-$(CONFIG_IR_SUNXI) += sunxi-cir.o
212 module will be called ite-cir.224 module will be called fintek-cir.248 module will be called nuvoton-cir.
80 static u8 cir[MAXDEV] = {[0 ... (MAXDEV - 1)] = 0xff}; variable101 module_param_array(cir, byte, NULL, S_IRUGO);102 MODULE_PARM_DESC(cir, "CPU interface register (default=0x40 [DSC])");236 if (cir[idx] != 0xff) { in cc770_isa_probe()237 priv->cpu_interface = cir[idx]; in cc770_isa_probe()238 } else if (cir[0] != 0xff) { in cc770_isa_probe()239 priv->cpu_interface = cir[0]; in cc770_isa_probe()
162 priv->cpu_interface = pdata->cir; in cc770_get_platform_data()
28 u8 cir; /* CPU Interface Register */ member
407 u8 exval, v1, cir; in handle_statusD() local432 cir = ReadW6692(card, W_CIR); in handle_statusD()433 pr_debug("%s: ISC CIR %02X\n", card->name, cir); in handle_statusD()434 if (cir & W_CIR_ICC) { in handle_statusD()435 v1 = cir & W_CIR_COD_MASK; in handle_statusD()452 if (cir & W_CIR_SCC) { in handle_statusD()
117 struct tx4939_le_reg cir; member
1684 struct config_llog_data *cir = cld->cld_recover; in mgc_process_config() local1686 config_log_put(cir); in mgc_process_config()
10785 F: drivers/media/rc/winbond-cir.c