Searched refs:id_msb (Results 1 – 3 of 3) sorted by relevance
49 int id_lsb = 0, id_msb = 0; in cortina_probe() local58 id_msb = cortina_read_reg(phydev, VILLA_GLOBAL_CHIP_ID_MSB); in cortina_probe()59 if (id_msb < 0) in cortina_probe()62 phy_id |= id_msb; in cortina_probe()
107 u8 id_msb; member
14 #define SFDP_PARAM_HEADER_ID(p) (((p)->id_msb << 8) | (p)->id_lsb)