Home
last modified time | relevance | path

Searched refs:cir (Results 1 – 10 of 10) sorted by relevance

/linux-3.4.99/arch/sh/kernel/cpu/sh5/
Dprobe.c22 unsigned long long cir; in cpu_probe() local
30 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()
/linux-3.4.99/drivers/media/rc/
DMakefile20 obj-$(CONFIG_IR_ITE_CIR) += ite-cir.o
22 obj-$(CONFIG_IR_FINTEK) += fintek-cir.o
23 obj-$(CONFIG_IR_NUVOTON) += nuvoton-cir.o
27 obj-$(CONFIG_IR_WINBOND_CIR) += winbond-cir.o
DKconfig189 module will be called ite-cir.
201 module will be called fintek-cir.
214 module will be called nuvoton-cir.
/linux-3.4.99/drivers/net/can/cc770/
Dcc770_isa.c80 static u8 __devinitdata cir[MAXDEV] = {[0 ... (MAXDEV - 1)] = 0xff}; variable
101 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()
Dcc770_platform.c161 priv->cpu_interface = pdata->cir; in cc770_get_platform_data()
/linux-3.4.99/include/linux/can/platform/
Dcc770.h28 u8 cir; /* CPU Interface Register */ member
/linux-3.4.99/drivers/isdn/hardware/mISDN/
Dw6692.c407 u8 exval, v1, cir; in handle_statusD() local
432 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()
/linux-3.4.99/include/linux/
Dwanrouter.h400 unsigned cir; /* Committed Information Rate fwd,bwd*/ member
/linux-3.4.99/arch/mips/include/asm/txx9/
Dtx4939.h117 struct tx4939_le_reg cir; member
/linux-3.4.99/
DMAINTAINERS7417 F: drivers/media/rc/winbond-cir.c