Home
last modified time | relevance | path

Searched refs:asic_rev_num (Results 1 – 1 of 1) sorted by relevance

/src/sys/dev/ocs_fc/
H A Docs_mgmt.c967 uint32_t asic_rev_num; in get_chip_type() local
974 asic_rev_num = asic_id & 0xff; in get_chip_type()
1043 ocs_snprintf(tmp_buf, 3, " %c", ((asic_rev_num & 0xf0) >> 4) + 'A'); in get_chip_type()
1045 ocs_snprintf(tmp_buf, 2, "%d", asic_rev_num & 0x0f); in get_chip_type()