Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/mach-ralink/
H A Dmt7621.h23 #define CHIP_REV_PKG_MASK 0x1 macro
H A Dmt7620.h28 #define CHIP_REV_PKG_MASK 0x1 macro
/openbmc/linux/arch/mips/ralink/
H A Dmt7620.c131 return (mt7620_get_rev() >> CHIP_REV_PKG_SHIFT) & CHIP_REV_PKG_MASK; in mt7620_get_bga()