Home
last modified time | relevance | path

Searched refs:ctrl_outw (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/arch/h8300/kernel/timer/
Dtimer8.c98 ctrl_outw(cnt, _8BASE + TCORA); in h8300_timer_setup()
99 ctrl_outw(0x0000, _8BASE + _8TCSR); in h8300_timer_setup()
100 ctrl_outw((CMIEA|CCLR_CMA|CKS2) << 8 | div, in h8300_timer_setup()
Dtpu.c96 ctrl_outw(0, TPUBASE + _TIOR); in h8300_timer_setup()
98 ctrl_outw(cnt, TPUBASE + _GRA); in h8300_timer_setup()
Dtimer16.c74 ctrl_outw(cnt, _16BASE + GRA); in h8300_timer_setup()
Ditu.c80 ctrl_outw(cnt, ITUBASE + GRA); in h8300_timer_setup()
/linux-2.6.39/arch/h8300/include/asm/
Dio.h288 static __inline__ void ctrl_outw(unsigned short b, unsigned long addr) in ctrl_outw() function
/linux-2.6.39/drivers/net/
Dsmc9194.c662 ctrl_outw( *((word *)(buf + (length & 0xFFFFFFFC))),ioaddr +DATA_1); in smc_hardware_send_packet()