Lines Matching refs:ret
462 unsigned int ret; in src_mgr_commit_write() local
466 ret = hw_read_20kx(hw, SRCENBSTAT); in src_mgr_commit_write()
467 } while (ret & 0x1); in src_mgr_commit_write()
1378 unsigned int ret; in i2c_write() local
1381 ret = hw_read_pci(hw, 0xEC); in i2c_write()
1382 } while (!(ret & 0x800000)); in i2c_write()
1393 unsigned int ret; in hw_reset_dac() local
1399 ret = hw_read_pci(hw, 0xEC); in hw_reset_dac()
1400 } while (!(ret & 0x800000)); in hw_reset_dac()
1426 unsigned int ret; in hw_dac_init() local
1449 ret = hw_read_pci(hw, 0xEC); in hw_dac_init()
1450 } while (!(ret & 0x800000)); in hw_dac_init()
1587 unsigned int ret; in adc_input_select_SBx() local
1593 ret = hw_read_pci(hw, 0xEC); in adc_input_select_SBx()
1594 } while (!(ret & 0x800000)); /* i2c ready poll */ in adc_input_select_SBx()
1637 unsigned int ret; in adc_input_select_hendrix() local
1643 ret = hw_read_pci(hw, 0xEC); in adc_input_select_hendrix()
1644 } while (!(ret & 0x800000)); /* i2c ready poll */ in adc_input_select_hendrix()
1703 unsigned int ret; in adc_init_SBx() local
1733 ret = hw_read_pci(hw, 0xEC); in adc_init_SBx()
1734 } while (!(ret & 0x800000)); /* i2c ready poll */ in adc_init_SBx()