Home
last modified time | relevance | path

Searched defs:phy_div (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/video/sunxi/
H A Dsunxi_dw_hdmi.c135 static void sunxi_dw_hdmi_phy_set(uint clock, int phy_div) in sunxi_dw_hdmi_phy_set()
210 static void sunxi_dw_hdmi_pll_set(uint clk_khz, int *phy_div) in sunxi_dw_hdmi_pll_set()
289 int phy_div; in sunxi_dw_hdmi_phy_cfg() local
/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dphy.h22 #define phy_div(a, b) ({typeof(b) _b = (b); (_b) ? ((a) / (_b)) : 0; }) macro