Home
last modified time | relevance | path

Searched refs:get_reg (Results 1 – 3 of 3) sorted by relevance

/drivers/video/
A Dlogicore_dp_tx.c220 static u32 get_reg(struct udevice *dev, u32 reg) in get_reg() function
314 status = get_reg(dev, REG_INTERRUPT_SIG_STATE); in aux_wait_ready()
339 int status = get_reg(dev, REG_REPLY_STATUS); in aux_wait_reply()
384 status = get_reg(dev, REG_REPLY_STATUS); in aux_request_send()
418 status = get_reg(dev, REG_AUX_REPLY_CODE); in aux_request_send()
437 status = get_reg(dev, REG_REPLY_DATA_COUNT); in aux_request_send()
643 phy_config = get_reg(dev, REG_PHY_CONFIG); in initialize()
655 val = get_reg(dev, REG_AUX_CLK_DIVIDER); in initialize()
819 val = get_reg(dev, REG_PHY_CONFIG); in reset_dp_phy()
938 val = get_reg(dev, REG_ENABLE); in set_clk_speed()
[all …]
/drivers/pinctrl/
A Dpinctrl-stmfx.c62 #define get_reg(offset) ((offset) / NR_GPIOS_PER_REG) macro
82 u8 reg = reg_base + get_reg(offset); in stmfx_read_reg()
96 u8 reg = reg_base + get_reg(offset); in stmfx_write_reg()
140 return stmfx_write(dev, reg + get_reg(offset), mask); in stmfx_gpio_set()
/drivers/phy/
A Dti-pipe3-phy.c429 static void *get_reg(struct udevice *dev, const char *name) in get_reg() function
499 pipe3->power_reg = get_reg(dev, "syscon-phy-power"); in pipe3_phy_probe()
509 pipe3->pll_reset_reg = get_reg(dev, "syscon-pllreset"); in pipe3_phy_probe()

Completed in 16 milliseconds