Searched refs:t1_wait_op_done (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/uts/common/io/chxge/com/ |
H A D | common.h | 242 int t1_wait_op_done(adapter_t *adapter, int reg, u32 mask, int polarity,
|
H A D | mc5.c | 130 return t1_wait_op_done(adapter, A_MC5_DBGI_RSP_STATUS, in mc5_cmd_write() 415 if (t1_wait_op_done(adap, A_MC5_CONFIG, F_TCAM_READY, 1, 500, 0)) { in t1_mc5_init()
|
H A D | ch_subr.c | 63 int t1_wait_op_done(adapter_t *adapter, int reg, u32 mask, int polarity, in t1_wait_op_done() function 94 tpi_busy = t1_wait_op_done(adapter, A_TPI_CSR, F_TPIRDY, 1, in __t1_tpi_write() 124 tpi_busy = t1_wait_op_done(adapter, A_TPI_CSR, F_TPIRDY, 1, in __t1_tpi_read()
|
H A D | espi.c | 61 busy = t1_wait_op_done(adapter, A_ESPI_GOSTAT, F_ESPI_CMD_BUSY, 0, in tricn_write()
|
H A D | tp.c | 428 busy = t1_wait_op_done(adapter, A_TP_RESET, F_CM_MEMMGR_INIT, in t1_tp_reset()
|