Searched refs:FALCON_CHIPID (Results 1 – 2 of 2) sorted by relevance
56 i->partnum = (ltq_r32(FALCON_CHIPID) & PART_MASK) >> PART_SHIFT; in ltq_soc_detect()57 i->rev = (ltq_r32(FALCON_CHIPID) & REV_MASK) >> REV_SHIFT; in ltq_soc_detect()
34 #define FALCON_CHIPID ((u32 *)(KSEG1 + LTQ_STATUS_BASE_ADDR + 0x0c)) macro
Completed in 3 milliseconds