Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/gma500/
Dpsb_irq.c154 uint32_t pipe_status = dev_priv->pipestat[pipe] >> 16; in mid_pipe_event_handler() local
161 pipe_stat_val &= pipe_enable | pipe_status; in mid_pipe_event_handler()
170 pipe_clear = PSB_RVDC32(pipe_stat_reg) & pipe_status; in mid_pipe_event_handler()
/Linux-v4.19/drivers/phy/rockchip/
Dphy-rockchip-typec.c374 struct usb3phy_reg pipe_status; member
448 .pipe_status = { 0xe5c0, 0, 0 },
458 .pipe_status = { 0xe5c0, 16, 16 },
879 const struct usb3phy_reg *reg = &cfg->pipe_status; in rockchip_usb3_phy_power_on()