Searched refs:wait_for_bit_change (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Dpll.c187 static int wait_for_bit_change(void __iomem *reg, int bitnum, int value) function
218 if (wait_for_bit_change(base + PLL_STATUS, 0, 1) != 1)
295 if (wait_for_bit_change(base + PLL_GO, 0, 0) != 0) {
301 if (wait_for_bit_change(base + PLL_STATUS, 1, 1) != 1) {
367 if (wait_for_bit_change(base + PLL_GO, 0, 0) != 0) {
372 if (wait_for_bit_change(base + PLL_STATUS, 1, 1) != 1) {
H A Ddsi.c491 static inline int wait_for_bit_change(struct platform_device *dsidev, function
1219 if (wait_for_bit_change(dsidev, DSI_CTRL, 0, enable) != enable) {
1406 if (wait_for_bit_change(dsidev, DSI_PLL_STATUS, 0, 1) != 1) {
2080 if (wait_for_bit_change(dsidev, DSI_DSIPHY_CFG5, 30, 1) != 1) {
2128 if (wait_for_bit_change(dsidev, DSI_COMPLEXIO_CFG1, 29, 1) != 1) {
2269 if (wait_for_bit_change(dsidev, DSI_TIMING1, 15, 0) != 0) {
2409 if (wait_for_bit_change(dsidev, DSI_VC_CTRL(channel),
2464 if (wait_for_bit_change(dsidev, DSI_VC_CTRL(channel), 15, 0) != 0) {
/linux-master/drivers/gpu/drm/omapdrm/dss/
H A Dpll.c329 static int wait_for_bit_change(void __iomem *reg, int bitnum, int value) function
360 if (wait_for_bit_change(base + PLL_STATUS, 0, 1) != 1)
488 if (wait_for_bit_change(base + PLL_GO, 0, 0) != 0) {
494 if (wait_for_bit_change(base + PLL_STATUS, 1, 1) != 1) {
561 if (wait_for_bit_change(base + PLL_GO, 0, 0) != 0) {
566 if (wait_for_bit_change(base + PLL_STATUS, 1, 1) != 1) {
H A Ddsi.c135 static inline bool wait_for_bit_change(struct dsi_data *dsi, function
767 if (!wait_for_bit_change(dsi, DSI_CTRL, 0, enable)) {
936 if (!wait_for_bit_change(dsi, DSI_PLL_STATUS, 0, 1)) {
1577 if (!wait_for_bit_change(dsi, DSI_DSIPHY_CFG5, 30, 1)) {
1599 if (!wait_for_bit_change(dsi, DSI_COMPLEXIO_CFG1, 29, 1)) {
1720 if (!wait_for_bit_change(dsi, DSI_TIMING1, 15, 0)) {
1858 if (!wait_for_bit_change(dsi, DSI_VC_CTRL(vc), 0, enable)) {

Completed in 128 milliseconds