Searched refs:ar2315_rst_reg_mask (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/arch/mips/ath25/ |
D | ar2315.c | 48 static inline void ar2315_rst_reg_mask(u32 reg, u32 mask, u32 val) in ar2315_rst_reg_mask() function 94 ar2315_rst_reg_mask(AR2315_IMR, 0, BIT(d->hwirq)); in ar2315_misc_irq_unmask() 99 ar2315_rst_reg_mask(AR2315_IMR, BIT(d->hwirq), 0); in ar2315_misc_irq_mask() 337 ar2315_rst_reg_mask(AR2315_RESET, 0, AR2315_RESET_PCIDMA); in ar2315_arch_init() 339 ar2315_rst_reg_mask(AR2315_RESET, AR2315_RESET_PCIDMA, 0); in ar2315_arch_init() 343 ar2315_rst_reg_mask(AR2315_ENDIAN_CTL, 0, AR2315_CONFIG_PCIAHB | in ar2315_arch_init() 350 ar2315_rst_reg_mask(AR2315_AHB_ARB_CTL, 0, AR2315_ARB_PCI); in ar2315_arch_init() 351 ar2315_rst_reg_mask(AR2315_IF_CTL, AR2315_IF_PCI_CLK_MASK | in ar2315_arch_init()
|