Home
last modified time | relevance | path

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

/arch/mips/ath79/
Dcommon.c113 ath79_reset_wr(reg, t | mask); in ath79_device_reset_set()
141 ath79_reset_wr(reg, t & ~mask); in ath79_device_reset_clear()
/arch/mips/include/asm/mach-ath79/
Dath79.h134 static inline void ath79_reset_wr(unsigned reg, u32 val) in ath79_reset_wr() function