Home
last modified time | relevance | path

Searched refs:CHIP_MODE_M (Results 1 – 6 of 6) sorted by relevance

/arch/mips/mach-mtmips/mt7620/
A Dinit.c19 static const char * const boot_mode[(CHIP_MODE_M >> CHIP_MODE_S) + 1] = {
160 chipmode = (val & CHIP_MODE_M) >> CHIP_MODE_S; in print_cpuinfo()
A Dmt7620.h42 #define CHIP_MODE_M GENMASK(3, 0) macro
/arch/mips/mach-mtmips/mt7628/
A Dmt7628.h37 #define CHIP_MODE_M 0x0e macro
A Dinit.c65 chipmode = (val & CHIP_MODE_M) >> CHIP_MODE_S; in print_cpuinfo()
/arch/mips/mach-mtmips/mt7621/
A Dinit.c19 static const char *const boot_mode[(CHIP_MODE_M >> CHIP_MODE_S) + 1] = {
46 chipmode = FIELD_GET(CHIP_MODE_M, val); in print_cpuinfo()
A Dmt7621.h71 #define CHIP_MODE_M 0x0f macro

Completed in 7 milliseconds