Searched refs:wl18xx_top_reg_write (Results 1 – 3 of 3) sorted by relevance
| /Linux-v4.19/drivers/net/wireless/ti/wl18xx/ |
| D | main.c | 745 ret = wl18xx_top_reg_write(wl, PLLSH_COEX_PLL_N, in wl18xx_set_clk() 750 ret = wl18xx_top_reg_write(wl, PLLSH_COEX_PLL_M, in wl18xx_set_clk() 756 ret = wl18xx_top_reg_write(wl, PLLSH_COEX_PLL_SWALLOW_EN, in wl18xx_set_clk() 761 ret = wl18xx_top_reg_write(wl, PLLSH_WCS_PLL_N, in wl18xx_set_clk() 766 ret = wl18xx_top_reg_write(wl, PLLSH_WCS_PLL_M, in wl18xx_set_clk() 773 ret = wl18xx_top_reg_write(wl, PLLSH_WCS_PLL_Q_FACTOR_CFG_1, in wl18xx_set_clk() 780 ret = wl18xx_top_reg_write(wl, PLLSH_WCS_PLL_Q_FACTOR_CFG_2, in wl18xx_set_clk() 787 ret = wl18xx_top_reg_write(wl, PLLSH_WCS_PLL_P_FACTOR_CFG_1, in wl18xx_set_clk() 794 ret = wl18xx_top_reg_write(wl, PLLSH_WCS_PLL_P_FACTOR_CFG_2, in wl18xx_set_clk() 800 ret = wl18xx_top_reg_write(wl, PLLSH_WCS_PLL_SWALLOW_EN, in wl18xx_set_clk() [all …]
|
| D | io.h | 25 int __must_check wl18xx_top_reg_write(struct wl1271 *wl, int addr, u16 val);
|
| D | io.c | 27 int wl18xx_top_reg_write(struct wl1271 *wl, int addr, u16 val) in wl18xx_top_reg_write() function
|