Searched refs:uath_get_capability (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/uath/ |
H A D | uath.c | 247 static void uath_get_capability(struct uath_softc *, uint32_t, uint32_t *); 919 uath_get_capability(struct uath_softc *sc, uint32_t cap, uint32_t *val) in uath_get_capability() function 939 uath_get_capability(sc, CAP_TARGET_VERSION, in uath_get_devcap() 941 uath_get_capability(sc, CAP_TARGET_REVISION, in uath_get_devcap() 943 uath_get_capability(sc, CAP_MAC_VERSION, in uath_get_devcap() 945 uath_get_capability(sc, CAP_MAC_REVISION, in uath_get_devcap() 947 uath_get_capability(sc, CAP_PHY_REVISION, in uath_get_devcap() 949 uath_get_capability(sc, CAP_ANALOG_5GHz_REVISION, in uath_get_devcap() 951 uath_get_capability(sc, CAP_ANALOG_2GHz_REVISION, in uath_get_devcap() 953 uath_get_capability(sc, CAP_REG_DOMAIN, in uath_get_devcap() [all …]
|