Searched refs:wait_for_bit_change (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.15/drivers/video/fbdev/omap2/omapfb/dss/ | 
| D | pll.c | 187 static int wait_for_bit_change(void __iomem *reg, int bitnum, int value)  in wait_for_bit_change()  function218 	if (wait_for_bit_change(base + PLL_STATUS, 0, 1) != 1)  in dss_pll_wait_reset_done()
 295 	if (wait_for_bit_change(base + PLL_GO, 0, 0) != 0) {  in dss_pll_write_config_type_a()
 301 	if (wait_for_bit_change(base + PLL_STATUS, 1, 1) != 1) {  in dss_pll_write_config_type_a()
 367 	if (wait_for_bit_change(base + PLL_GO, 0, 0) != 0) {  in dss_pll_write_config_type_b()
 372 	if (wait_for_bit_change(base + PLL_STATUS, 1, 1) != 1) {  in dss_pll_write_config_type_b()
 
 | 
| D | dsi.c | 491 static inline int wait_for_bit_change(struct platform_device *dsidev,  in wait_for_bit_change()  function1221 	if (wait_for_bit_change(dsidev, DSI_CTRL, 0, enable) != enable) {  in dsi_if_enable()
 1408 	if (wait_for_bit_change(dsidev, DSI_PLL_STATUS, 0, 1) != 1) {  in dsi_pll_enable()
 2074 	if (wait_for_bit_change(dsidev, DSI_DSIPHY_CFG5, 30, 1) != 1) {  in dsi_cio_init()
 2122 	if (wait_for_bit_change(dsidev, DSI_COMPLEXIO_CFG1, 29, 1) != 1) {  in dsi_cio_init()
 2263 	if (wait_for_bit_change(dsidev, DSI_TIMING1, 15, 0) != 0) {  in dsi_force_tx_stop_mode_io()
 2403 	if (wait_for_bit_change(dsidev, DSI_VC_CTRL(channel),  in dsi_vc_enable()
 2458 	if (wait_for_bit_change(dsidev, DSI_VC_CTRL(channel), 15, 0) != 0) {  in dsi_vc_config_source()
 
 | 
| /Linux-v5.15/drivers/gpu/drm/omapdrm/dss/ | 
| D | pll.c | 329 static int wait_for_bit_change(void __iomem *reg, int bitnum, int value)  in wait_for_bit_change()  function360 	if (wait_for_bit_change(base + PLL_STATUS, 0, 1) != 1)  in dss_pll_wait_reset_done()
 488 		if (wait_for_bit_change(base + PLL_GO, 0, 0) != 0) {  in dss_pll_write_config_type_a()
 494 		if (wait_for_bit_change(base + PLL_STATUS, 1, 1) != 1) {  in dss_pll_write_config_type_a()
 561 	if (wait_for_bit_change(base + PLL_GO, 0, 0) != 0) {  in dss_pll_write_config_type_b()
 566 	if (wait_for_bit_change(base + PLL_STATUS, 1, 1) != 1) {  in dss_pll_write_config_type_b()
 
 | 
| D | dsi.c | 135 static inline bool wait_for_bit_change(struct dsi_data *dsi,  in wait_for_bit_change()  function767 	if (!wait_for_bit_change(dsi, DSI_CTRL, 0, enable)) {  in dsi_if_enable()
 936 	if (!wait_for_bit_change(dsi, DSI_PLL_STATUS, 0, 1)) {  in dsi_pll_enable()
 1571 	if (!wait_for_bit_change(dsi, DSI_DSIPHY_CFG5, 30, 1)) {  in dsi_cio_init()
 1593 	if (!wait_for_bit_change(dsi, DSI_COMPLEXIO_CFG1, 29, 1)) {  in dsi_cio_init()
 1714 	if (!wait_for_bit_change(dsi, DSI_TIMING1, 15, 0)) {  in dsi_force_tx_stop_mode_io()
 1852 	if (!wait_for_bit_change(dsi, DSI_VC_CTRL(vc), 0, enable)) {  in dsi_vc_enable()
 
 |