Searched refs:keep_ap_pll (Results 1 - 3 of 3) sorted by relevance
/linux-4.4.14/include/linux/mfd/ |
H A D | dbx500-prcmu.h | 231 bool keep_ap_pll) prcmu_set_power_state() 234 keep_ap_pll); prcmu_set_power_state() 422 bool keep_ap_pll) prcmu_set_power_state() 230 prcmu_set_power_state(u8 state, bool keep_ulp_clk, bool keep_ap_pll) prcmu_set_power_state() argument 421 prcmu_set_power_state(u8 state, bool keep_ulp_clk, bool keep_ap_pll) prcmu_set_power_state() argument
|
H A D | db8500-prcmu.h | 523 int db8500_prcmu_set_power_state(u8 state, bool keep_ulp_clk, bool keep_ap_pll); 669 bool keep_ap_pll) db8500_prcmu_set_power_state() 668 db8500_prcmu_set_power_state(u8 state, bool keep_ulp_clk, bool keep_ap_pll) db8500_prcmu_set_power_state() argument
|
/linux-4.4.14/drivers/mfd/ |
H A D | db8500-prcmu.c | 784 int db8500_prcmu_set_power_state(u8 state, bool keep_ulp_clk, bool keep_ap_pll) db8500_prcmu_set_power_state() argument 797 writeb((keep_ap_pll ? 1 : 0), (tcdm_base + PRCM_REQ_MB0_AP_PLL_STATE)); db8500_prcmu_set_power_state()
|
Completed in 95 milliseconds