Searched refs:TSTR (Results 1 – 9 of 9) sorted by relevance
/linux-2.6.39/arch/h8300/kernel/timer/ |
D | timer16.c | 72 ctrl_outb(0, TSTR); in h8300_timer_setup() 76 ctrl_bset(CONFIG_H8300_TIMER16_CH, TSTR); in h8300_timer_setup()
|
D | itu.c | 77 ctrl_outb(0, TSTR); in h8300_timer_setup() 81 ctrl_bset(CONFIG_H8300_ITU_CH, TSTR); in h8300_timer_setup()
|
D | tpu.c | 93 ctrl_outb(0, TSTR); in h8300_timer_setup() 99 ctrl_bset(CONFIG_H8300_TPU_CH, TSTR); in h8300_timer_setup()
|
/linux-2.6.39/drivers/clocksource/ |
D | sh_mtu2.c | 46 #define TSTR -1 /* shared register */ macro 71 if (reg_nr == TSTR) in sh_mtu2_read() 89 if (reg_nr == TSTR) { in sh_mtu2_write() 109 value = sh_mtu2_read(p, TSTR); in sh_mtu2_start_stop_ch() 116 sh_mtu2_write(p, TSTR, value); in sh_mtu2_start_stop_ch()
|
D | sh_tmu.c | 48 #define TSTR -1 /* shared register */ macro 59 if (reg_nr == TSTR) in sh_tmu_read() 77 if (reg_nr == TSTR) { in sh_tmu_write() 97 value = sh_tmu_read(p, TSTR); in sh_tmu_start_stop_ch() 104 sh_tmu_write(p, TSTR, value); in sh_tmu_start_stop_ch()
|
/linux-2.6.39/arch/h8300/include/asm/ |
D | regs306x.h | 139 #define TSTR 0xFFFF60 macro
|
D | regs267x.h | 257 #define TSTR 0xFFFFC0 macro
|
/linux-2.6.39/include/linux/ |
D | sc26198.h | 53 #define TSTR 0x0d macro
|
/linux-2.6.39/drivers/staging/tty/ |
D | stallion.c | 3592 outb(TSTR, (ioaddr + XP_ADDR)); in stl_sc26198panelinit() 4176 stl_sc26198getglobreg(portp, TSTR); in stl_sc26198wait()
|