Searched refs:cir (Results 1 – 8 of 8) 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()
17 obj-$(CONFIG_IR_ITE_CIR) += ite-cir.o19 obj-$(CONFIG_IR_NUVOTON) += nuvoton-cir.o22 obj-$(CONFIG_IR_WINBOND_CIR) += winbond-cir.o
149 module will be called ite-cir.162 module will be called nuvoton-cir.
406 u8 exval, v1, cir; in handle_statusD() local431 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()
400 unsigned cir; /* Committed Information Rate fwd,bwd*/ member
117 struct tx4939_le_reg cir; member
4457 unsigned char cir, ipr, xisr; in stl_sc26198otherisr() local4461 cir = stl_sc26198getglobreg(portp, CIR); in stl_sc26198otherisr()4463 switch (cir & CIR_SUBTYPEMASK) { in stl_sc26198otherisr()
6831 F: drivers/media/rc/winbond-cir.c