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

/illumos-gate/usr/src/uts/common/io/
H A Dbscv.c1645 uint32_t async_reg; local
1665 async_reg = ddi_get32(ssp->channel[chan].handle,
1669 "async status 0x%x, fault 0x%x", async_reg, *fault);
1670 return (async_reg);
2922 uint32_t async_reg; local
2945 async_reg = bscv_probe(ssp, chan_general, &fault);
2947 "process event: async_reg 0x%x, fault 0x%x",
2948 async_reg, fault);
2976 if (async_reg) {

Completed in 80 milliseconds