Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/mach-ralink/
H A Dmt7621.h24 #define CHIP_REV_PKG_SHIFT 16 macro
H A Dmt7620.h29 #define CHIP_REV_PKG_SHIFT 16 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()