Home
last modified time | relevance | path

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

/linux-6.1.9/arch/mips/ath79/
Dcommon.c114 ath79_reset_wr(reg, t | mask); in ath79_device_reset_set()
146 ath79_reset_wr(reg, t & ~mask); in ath79_device_reset_clear()
Dclock.c534 ath79_reset_wr(AR71XX_RESET_REG_MISC_INT_ENABLE, misc); in qca956x_clocks_init()
/linux-6.1.9/arch/mips/include/asm/mach-ath79/
Dath79.h164 static inline void ath79_reset_wr(unsigned reg, u32 val) in ath79_reset_wr() function