Searched refs:rate_config (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/arch/arm/mach-spear6xx/ |
D | clock.c | 78 .rate_config = {pll_rtbl, ARRAY_SIZE(pll_rtbl), 1}, 131 .rate_config = {bus_rtbl, ARRAY_SIZE(bus_rtbl), 2}, 169 .rate_config = {aux_rtbl, ARRAY_SIZE(aux_rtbl), 2}, 224 .rate_config = {aux_rtbl, ARRAY_SIZE(aux_rtbl), 2}, 270 .rate_config = {aux_rtbl, ARRAY_SIZE(aux_rtbl), 2}, 331 .rate_config = {gpt_rtbl, ARRAY_SIZE(gpt_rtbl), 2}, 393 .rate_config = {gpt_rtbl, ARRAY_SIZE(gpt_rtbl), 2}, 437 .rate_config = {gpt_rtbl, ARRAY_SIZE(gpt_rtbl), 2}, 513 .rate_config = {bus_rtbl, ARRAY_SIZE(bus_rtbl), 2},
|
/linux-2.6.39/arch/arm/plat-spear/ |
D | clock.c | 422 for (index = 0; index < clk->rate_config.count; index++) { in round_rate_index() 434 } else if (index == clk->rate_config.count) { in round_rate_index() 436 index = clk->rate_config.count - 1; in round_rate_index() 491 struct pll_rate_tbl *tbls = clk->rate_config.tbls; in pll_calc_rate() 546 struct pll_rate_tbl *tbls = clk->rate_config.tbls; in pll_clk_set_rate() 590 struct bus_rate_tbl *tbls = clk->rate_config.tbls; in bus_calc_rate() 614 struct bus_rate_tbl *tbls = clk->rate_config.tbls; in bus_clk_set_rate() 643 struct aux_rate_tbl *tbls = clk->rate_config.tbls; in aux_calc_rate() 690 struct aux_rate_tbl *tbls = clk->rate_config.tbls; in aux_clk_set_rate() 726 struct gpt_rate_tbl *tbls = clk->rate_config.tbls; in gpt_calc_rate() [all …]
|
/linux-2.6.39/arch/arm/mach-spear3xx/ |
D | clock.c | 78 .rate_config = {pll_rtbl, ARRAY_SIZE(pll_rtbl), 1}, 131 .rate_config = {bus_rtbl, ARRAY_SIZE(bus_rtbl), 2}, 169 .rate_config = {aux_rtbl, ARRAY_SIZE(aux_rtbl), 1}, 215 .rate_config = {aux_rtbl, ARRAY_SIZE(aux_rtbl), 1}, 276 .rate_config = {gpt_rtbl, ARRAY_SIZE(gpt_rtbl), 2}, 320 .rate_config = {gpt_rtbl, ARRAY_SIZE(gpt_rtbl), 2}, 364 .rate_config = {gpt_rtbl, ARRAY_SIZE(gpt_rtbl), 2}, 432 .rate_config = {bus_rtbl, ARRAY_SIZE(bus_rtbl), 2},
|
/linux-2.6.39/arch/arm/plat-spear/include/plat/ |
D | clock.h | 66 struct rate_config { struct 105 struct rate_config rate_config; member
|
/linux-2.6.39/drivers/staging/rtl8192e/ |
D | r8192E_core.c | 921 static void rtl8192_config_rate(struct r8192_priv *priv, u16* rate_config) in rtl8192_config_rate() argument 932 case MGN_1M: *rate_config |= RRSR_1M; break; in rtl8192_config_rate() 933 case MGN_2M: *rate_config |= RRSR_2M; break; in rtl8192_config_rate() 934 case MGN_5_5M: *rate_config |= RRSR_5_5M; break; in rtl8192_config_rate() 935 case MGN_11M: *rate_config |= RRSR_11M; break; in rtl8192_config_rate() 936 case MGN_6M: *rate_config |= RRSR_6M; break; in rtl8192_config_rate() 937 case MGN_9M: *rate_config |= RRSR_9M; break; in rtl8192_config_rate() 938 case MGN_12M: *rate_config |= RRSR_12M; break; in rtl8192_config_rate() 939 case MGN_18M: *rate_config |= RRSR_18M; break; in rtl8192_config_rate() 940 case MGN_24M: *rate_config |= RRSR_24M; break; in rtl8192_config_rate() [all …]
|
/linux-2.6.39/drivers/staging/rtl8192u/ |
D | r8192U_core.c | 1590 void rtl8192_config_rate(struct net_device* dev, u16* rate_config) in rtl8192_config_rate() argument 1602 case MGN_1M: *rate_config |= RRSR_1M; break; in rtl8192_config_rate() 1603 case MGN_2M: *rate_config |= RRSR_2M; break; in rtl8192_config_rate() 1604 case MGN_5_5M: *rate_config |= RRSR_5_5M; break; in rtl8192_config_rate() 1605 case MGN_11M: *rate_config |= RRSR_11M; break; in rtl8192_config_rate() 1606 case MGN_6M: *rate_config |= RRSR_6M; break; in rtl8192_config_rate() 1607 case MGN_9M: *rate_config |= RRSR_9M; break; in rtl8192_config_rate() 1608 case MGN_12M: *rate_config |= RRSR_12M; break; in rtl8192_config_rate() 1609 case MGN_18M: *rate_config |= RRSR_18M; break; in rtl8192_config_rate() 1610 case MGN_24M: *rate_config |= RRSR_24M; break; in rtl8192_config_rate() [all …]
|