Home
last modified time | relevance | path

Searched refs:SICTR (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/spi/
H A Dspi-sh-msiof.c73 #define SICTR 0x28 /* Control Register */ macro
225 data = sh_msiof_read(p, SICTR); in sh_msiof_modify_ctr_wait()
228 sh_msiof_write(p, SICTR, data); in sh_msiof_modify_ctr_wait()
230 return readl_poll_timeout_atomic(p->mapbase + SICTR, data, in sh_msiof_modify_ctr_wait()
250 data = sh_msiof_read(p, SICTR); in sh_msiof_spi_reset_regs()
252 sh_msiof_write(p, SICTR, data); in sh_msiof_spi_reset_regs()
254 readl_poll_timeout_atomic(p->mapbase + SICTR, data, !(data & mask), 1, in sh_msiof_spi_reset_regs()
389 sh_msiof_write(p, SICTR, tmp); in sh_msiof_spi_set_pin_regs()
/openbmc/u-boot/arch/sh/include/asm/
H A Dcpu_sh7780.h308 #define SICTR 0xFFE2000C macro