Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/mach-ath79/
H A Dath79.h56 static inline int soc_is_ar7240(void) in soc_is_ar7240() function
/openbmc/u-boot/arch/mips/mach-ath79/include/mach/
H A Dath79.h53 static inline int soc_is_ar7240(void) in soc_is_ar7240() function
/openbmc/linux/arch/mips/pci/
H A Dpci-ar724x.c175 if (soc_is_ar7240() && where == PCI_BASE_ADDRESS_0 && size == 4) { in ar724x_pci_write()