Home
last modified time | relevance | path

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

/linux-3.4.99/arch/blackfin/mach-common/
Dclocks-init.c84 bfin_write_EBIU_RSTCTL(bfin_read_EBIU_RSTCTL() & ~(SRREQ)); in init_clocks()
86 bfin_write_EBIU_RSTCTL(bfin_read_EBIU_RSTCTL() | 0x1); in init_clocks()
/linux-3.4.99/arch/blackfin/mach-bf548/include/mach/
DcdefBF54x_base.h244 #define bfin_read_EBIU_RSTCTL() bfin_read16(EBIU_RSTCTL) macro