Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.c417 if ((devs&(MST|MSTR)) != 0 && (ip->bi_flags&DSW_SHDIMPORT) == 0) {
419 _ii_rlse_devs(ip->bi_master, devs&(MST|MSTR));
421 _ii_rlse_d(ip, 1, (devs&MSTR));
533 if (rc == 0 && (devs&(MST|MSTR)) != 0 && in _ii_rsrv_devs()
537 if ((rc = _ii_rsrv_devs(ip->bi_master, devs&(MST|MSTR), in _ii_rsrv_devs()
542 got |= devs&(MST|MSTR); in _ii_rsrv_devs()
545 if ((rc = _ii_rsrv_d((devs&MSTR) != 0, ip->bi_mstrdev, in _ii_rsrv_devs()
550 got |= (devs&(MST|MSTR)); in _ii_rsrv_devs()
1705 rtype = MSTR|SHDR|BMP; in _ii_config()
2890 rtype = MSTR|SHDR|BMP; in _ii_reset()
[all …]
H A Ddsw_dev.h452 #define MSTR 0x0010 /* raw master reserve/release flag */ macro