Searched refs:check_value (Results 1 – 6 of 6) sorted by relevance
92 check_value() function117 check_value max_macs initial 32 32118 check_value test1 initial true Y125 check_value max_macs post-set 16 32126 check_value test1 post-set false Y130 check_value max_macs post-reload 16 16131 check_value test1 post-reload false N
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()
75 pvr2_ctlf_check_value check_value; /* Check that value is valid */ member
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()
1126 .check_value = ctrl_check_input,
2154 goto check_value; in composite_setup()2200 goto check_value; in composite_setup()2274 check_value: in composite_setup()