Searched refs:SICTR (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/spi/ |
| H A D | spi-sh-msiof.c | 71 #define SICTR 0x28 /* Control Register */ macro 223 data = sh_msiof_read(p, SICTR); in sh_msiof_modify_ctr_wait() 226 sh_msiof_write(p, SICTR, data); in sh_msiof_modify_ctr_wait() 228 return readl_poll_timeout_atomic(p->mapbase + SICTR, data, in sh_msiof_modify_ctr_wait() 248 data = sh_msiof_read(p, SICTR); in sh_msiof_spi_reset_regs() 250 sh_msiof_write(p, SICTR, data); in sh_msiof_spi_reset_regs() 252 readl_poll_timeout_atomic(p->mapbase + SICTR, data, !(data & mask), 1, in sh_msiof_spi_reset_regs() 383 sh_msiof_write(p, SICTR, tmp); in sh_msiof_spi_set_pin_regs()
|
| /OK3568_Linux_fs/u-boot/arch/sh/include/asm/ |
| H A D | cpu_sh7780.h | 309 #define SICTR 0xFFE2000C macro
|