Searched refs:check_value (Results 1 – 5 of 5) sorted by relevance
215 u16 check_value = 0; in do_rtk_phy_init() local229 check_value = rtk_phy_read(phy_reg, PHY_ADDR_0X30); in do_rtk_phy_init()231 while (!(check_value & BIT(15))) { in do_rtk_phy_init()232 check_value = rtk_phy_read(phy_reg, PHY_ADDR_0X30); in do_rtk_phy_init()238 if (!(check_value & BIT(15))) in do_rtk_phy_init()240 PHY_ADDR_0X30, check_value); in do_rtk_phy_init()
16 if (cptr->info->check_value) { in pvr2_ctrl_range_check()17 if (!cptr->info->check_value(cptr,val)) return -ERANGE; in pvr2_ctrl_range_check()
75 pvr2_ctlf_check_value check_value; /* Check that value is valid */ member
1126 .check_value = ctrl_check_input,
2141 goto check_value; in composite_setup()2187 goto check_value; in composite_setup()2261 check_value: in composite_setup()
Completed in 22 milliseconds