rt2880_get_soc_id
return (rt2880_get_soc_id() >> CHIP_ID_ID_SHIFT) & CHIP_ID_ID_MASK;
return (rt2880_get_soc_id() & CHIP_ID_REV_MASK);