Home
last modified time | relevance | path

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

/linux-2.6.39/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-2.6.39/drivers/media/rc/
DMakefile17 obj-$(CONFIG_IR_ITE_CIR) += ite-cir.o
19 obj-$(CONFIG_IR_NUVOTON) += nuvoton-cir.o
22 obj-$(CONFIG_IR_WINBOND_CIR) += winbond-cir.o
DKconfig149 module will be called ite-cir.
162 module will be called nuvoton-cir.
/linux-2.6.39/drivers/isdn/hardware/mISDN/
Dw6692.c406 u8 exval, v1, cir; in handle_statusD() local
431 cir = ReadW6692(card, W_CIR); in handle_statusD()
432 pr_debug("%s: ISC CIR %02X\n", card->name, cir); in handle_statusD()
433 if (cir & W_CIR_ICC) { in handle_statusD()
434 v1 = cir & W_CIR_COD_MASK; in handle_statusD()
451 if (cir & W_CIR_SCC) { in handle_statusD()
/linux-2.6.39/include/linux/
Dwanrouter.h400 unsigned cir; /* Committed Information Rate fwd,bwd*/ member
/linux-2.6.39/arch/mips/include/asm/txx9/
Dtx4939.h117 struct tx4939_le_reg cir; member
/linux-2.6.39/drivers/staging/tty/
Dstallion.c4457 unsigned char cir, ipr, xisr; in stl_sc26198otherisr() local
4461 cir = stl_sc26198getglobreg(portp, CIR); in stl_sc26198otherisr()
4463 switch (cir & CIR_SUBTYPEMASK) { in stl_sc26198otherisr()
/linux-2.6.39/
DMAINTAINERS6831 F: drivers/media/rc/winbond-cir.c