Home
last modified time | relevance | path

Searched refs:_fbd (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/rockchip/
H A Drockchip_lvds.h82 #define RK3288_LVDS_PLL_FBDIV_REG2(_fbd) \ argument
83 (_fbd & BIT(8) ? RK3288_LVDS_CH0_REG2_PLL_FBDIV8 : 0)
84 #define RK3288_LVDS_PLL_FBDIV_REG3(_fbd) \ argument
85 (_fbd & RK3288_LVDS_CH0_REG3_PLL_FBDIV_MASK)
/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_fw_log.h37 #define fbnic_fw_log_ready(_fbd) (!!(_fbd)->fw_log.data_start) argument