FLOOR
case FLOOR:
return __clk_rcg2_shared_set_rate(hw, rate, parent_rate, FLOOR);
return __clk_rcg2_shared_set_rate(hw, rate, parent_rate, FLOOR);
case FLOOR:
return _freq_tbl_determine_rate(hw, rcg->freq_tbl, req, FLOOR);
case FLOOR:
return __clk_rcg2_set_rate(hw, rate, FLOOR);
return __clk_rcg2_set_rate(hw, rate, FLOOR);
#define SET_FLOOR(b, c, v) SET_CONTEXT_FIELD(b, c, TLBLKCR, FLOOR, v)
#define GET_FLOOR(b, c) GET_CONTEXT_FIELD(b, c, TLBLKCR, FLOOR)