Searched refs:asic_id (Results 1 – 2 of 2) sorted by relevance
965 uint32_t asic_id; in get_chip_type() local973 asic_id = ocs_config_read32(ocs, SLI4_ASIC_ID_REG); in get_chip_type()974 asic_rev_num = asic_id & 0xff; in get_chip_type()975 asic_gen_num = (asic_id & 0xff00) >> 8; in get_chip_type()
4128 uint32_t asic_id = ocs_config_read32(os, SLI4_ASIC_ID_REG); in sli_setup() local4129 family = sli_asic_gen(asic_id); in sli_setup()