Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/hme/
H A Dhme.c293 hme_check_acc_handle(__FILE__, __LINE__, hmep, hmep->hme_globregh)
372 ddi_put32(hmep->hme_globregh, \
1286 &hmep->hme_dev_attr, &hmep->hme_globregh)) { in hmeattach()
1292 hmep->hme_mifregh = hmep->hme_globregh; in hmeattach()
1341 &hmep->hme_dev_attr, &hmep->hme_globregh)) { in hmeattach()
1539 if (hmep->hme_globregh) in hmeattach()
1540 ddi_regs_map_free(&hmep->hme_globregh); in hmeattach()
1554 hmep->hme_mifregh = hmep->hme_globregh = NULL; in hmeattach()
1632 if (hmep->hme_globregh) in hmedetach()
1633 ddi_regs_map_free(&hmep->hme_globregh); in hmedetach()
[all …]
H A Dhme.h147 ddi_acc_handle_t hme_globregh; /* HME global regs */ member