CFG_CHIP_R_MSK
hw->chip_rev = (mac_cfg & CFG_CHIP_R_MSK) >> 4;
hw->chip_rev = (sky2_read8(hw, B2_MAC_CFG) & CFG_CHIP_R_MSK) >> 4;