Searched refs:msp_product (Results 1 – 1 of 1) sorted by relevance
667 int msp_product, msp_prod_hi, msp_prod_lo; in msp_probe() local708 msp_product = (state->rev2 >> 8) & 0xff; in msp_probe()709 msp_prod_hi = msp_product / 10; in msp_probe()710 msp_prod_lo = msp_product % 10; in msp_probe()715 state->ident = msp_family * 10000 + 4000 + msp_product * 10 + in msp_probe()807 msp_family, msp_product, in msp_probe()