Searched refs:ctrl_inw (Results 1 – 6 of 6) sorted by relevance
43 pri &= ctrl_inw(addr); in h8s_disable_irq()57 pri &= ctrl_inw(addr); in h8s_enable_irq()
77 v1 = ctrl_inw(p->mapbase + TCNT); in timer16_get_counter()78 v2 = ctrl_inw(p->mapbase + TCNT); in timer16_get_counter()79 v3 = ctrl_inw(p->mapbase + TCNT); in timer16_get_counter()
64 v1 = ctrl_inw(p->mapbase + _8TCNT); in timer8_get_counter()65 v2 = ctrl_inw(p->mapbase + _8TCNT); in timer8_get_counter()66 v3 = ctrl_inw(p->mapbase + _8TCNT); in timer8_get_counter()
48 tcnt = ctrl_inw(p->mapbase1 + TCNT) << 16; in read_tcnt32()49 tcnt |= ctrl_inw(p->mapbase2 + TCNT); in read_tcnt32()
14 static inline unsigned short ctrl_inw(unsigned long addr) in ctrl_inw() function
210 w *= (ctrl_inw((unsigned long)(base) + 2) & (3 << baddr)) + 1; \