Home
last modified time | relevance | path

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

/drivers/scsi/csiostor/
Dcsio_wr.c1512 TIMERVALUE0(csio_us_to_core_ticks(hw, sge->timer_val[0])) | in csio_wr_set_sge()
1513 TIMERVALUE1(csio_us_to_core_ticks(hw, sge->timer_val[1])), in csio_wr_set_sge()
1517 TIMERVALUE2(csio_us_to_core_ticks(hw, sge->timer_val[2])) | in csio_wr_set_sge()
1518 TIMERVALUE3(csio_us_to_core_ticks(hw, sge->timer_val[3])), in csio_wr_set_sge()
1522 TIMERVALUE4(csio_us_to_core_ticks(hw, sge->timer_val[4])) | in csio_wr_set_sge()
1523 TIMERVALUE5(csio_us_to_core_ticks(hw, sge->timer_val[5])), in csio_wr_set_sge()
Dcsio_hw.h568 csio_us_to_core_ticks(struct csio_hw *hw, uint32_t us) in csio_us_to_core_ticks() function