Home
last modified time | relevance | path

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

/linux-4.1.27/arch/blackfin/mach-common/
Dclocks-init.c107 bfin_write_EBIU_RSTCTL(bfin_read_EBIU_RSTCTL() & ~(SRREQ)); in init_clocks()
109 bfin_write_EBIU_RSTCTL(bfin_read_EBIU_RSTCTL() | 0x1); in init_clocks()
/linux-4.1.27/arch/blackfin/mach-bf548/include/mach/
DcdefBF54x_base.h245 #define bfin_write_EBIU_RSTCTL(val) bfin_write16(EBIU_RSTCTL, val) macro