Searched refs:is_bypass (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/nxp/ |
H A D | clk-lpc32xx.c | 476 bool is_direct, is_bypass, is_feedback; in clk_pll_recalc_rate() local 482 is_bypass = val & PLL_CTRL_BYPASS; in clk_pll_recalc_rate() 489 if (is_direct && is_bypass) { in clk_pll_recalc_rate() 494 if (is_bypass) { in clk_pll_recalc_rate() 518 parent_rate, val, is_direct, is_bypass, is_feedback, in clk_pll_recalc_rate()
|
/kernel/linux/linux-6.6/drivers/clk/nxp/ |
H A D | clk-lpc32xx.c | 476 bool is_direct, is_bypass, is_feedback; in clk_pll_recalc_rate() local 482 is_bypass = val & PLL_CTRL_BYPASS; in clk_pll_recalc_rate() 489 if (is_direct && is_bypass) { in clk_pll_recalc_rate() 494 if (is_bypass) { in clk_pll_recalc_rate() 518 parent_rate, val, is_direct, is_bypass, is_feedback, in clk_pll_recalc_rate()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4.h | 1655 static inline int is_bypass(struct adapter *adap) in is_bypass() function
|
H A D | cxgb4_main.c | 5208 if (adap->flags & CXGB4_FW_OFLD_CONN && !is_bypass(adap)) { in adap_init0()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4.h | 1651 static inline int is_bypass(struct adapter *adap) in is_bypass() function
|
H A D | cxgb4_main.c | 5199 if (adap->flags & CXGB4_FW_OFLD_CONN && !is_bypass(adap)) { in adap_init0()
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/ |
H A D | rtw8852a_rfk.c | 2095 enum rtw89_rf_path path, bool is_bypass) in _dpk_bypass_rxcfir() 2097 if (is_bypass) { in _dpk_bypass_rxcfir() 2094 _dpk_bypass_rxcfir(struct rtw89_dev *rtwdev, enum rtw89_rf_path path, bool is_bypass) _dpk_bypass_rxcfir() argument
|
H A D | rtw8852b_rfk.c | 1933 enum rtw89_rf_path path, bool is_bypass) in _dpk_bypass_rxcfir() 1935 if (is_bypass) { in _dpk_bypass_rxcfir() 1932 _dpk_bypass_rxcfir(struct rtw89_dev *rtwdev, enum rtw89_rf_path path, bool is_bypass) _dpk_bypass_rxcfir() argument
|
Completed in 41 milliseconds