Searched refs:t1_wait_op_done (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/io/chxge/com/ |
H A D | common.h | 240 int t1_wait_op_done(adapter_t *adapter, int reg, u32 mask, int polarity,
|
H A D | mc5.c | 128 return t1_wait_op_done(adapter, A_MC5_DBGI_RSP_STATUS, in mc5_cmd_write() 413 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 | 61 int t1_wait_op_done(adapter_t *adapter, int reg, u32 mask, int polarity, in t1_wait_op_done() function 92 tpi_busy = t1_wait_op_done(adapter, A_TPI_CSR, F_TPIRDY, 1, in __t1_tpi_write() 122 tpi_busy = t1_wait_op_done(adapter, A_TPI_CSR, F_TPIRDY, 1, in __t1_tpi_read()
|
H A D | espi.c | 59 busy = t1_wait_op_done(adapter, A_ESPI_GOSTAT, F_ESPI_CMD_BUSY, 0, in tricn_write()
|
H A D | tp.c | 426 busy = t1_wait_op_done(adapter, A_TP_RESET, F_CM_MEMMGR_INIT, in t1_tp_reset()
|