Searched refs:chip_metal (Results 1 – 5 of 5) sorted by relevance
806 (!(_p_dev)->chip_rev && !(_p_dev)->chip_metal))809 ((_p_dev)->chip_rev == 1 && !(_p_dev)->chip_metal))813 (!(_p_dev)->chip_rev && !(_p_dev)->chip_metal)815 ((_p_dev)->chip_rev == 1 && !(_p_dev)->chip_metal)818 u8 chip_metal; member
5491 'A' + p_dev->chip_rev, (int)p_dev->chip_metal); in ecore_get_dev_name()5551 p_dev->chip_metal = (u8)GET_FIELD(tmp, CHIP_METAL); in ecore_get_dev_info()5556 'A' + p_dev->chip_rev, (int)p_dev->chip_metal, in ecore_get_dev_info()5558 p_dev->chip_metal); in ecore_get_dev_info()
1199 u32 chip_rev, chip_metal; in qed_dump_chip_revision_param() local1202 chip_metal = ecore_rd(p_hwfn, p_ptt, MISCS_REG_CHIP_METAL); in qed_dump_chip_revision_param()1205 param_str[1] = '0' + (u8)chip_metal; in qed_dump_chip_revision_param()
379 (int)edev->chip_metal); in qede_print_adapter_info()
1315 uint8_t chip_metal; member