Searched refs:uath_get_capability (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/io/uath/ |
H A D | uath.c | 243 static void uath_get_capability(struct uath_softc *, uint32_t, uint32_t *); 914 uath_get_capability(struct uath_softc *sc, uint32_t cap, uint32_t *val) in uath_get_capability() function 934 uath_get_capability(sc, CAP_TARGET_VERSION, in uath_get_devcap() 936 uath_get_capability(sc, CAP_TARGET_REVISION, in uath_get_devcap() 938 uath_get_capability(sc, CAP_MAC_VERSION, in uath_get_devcap() 940 uath_get_capability(sc, CAP_MAC_REVISION, in uath_get_devcap() 942 uath_get_capability(sc, CAP_PHY_REVISION, in uath_get_devcap() 944 uath_get_capability(sc, CAP_ANALOG_5GHz_REVISION, in uath_get_devcap() 946 uath_get_capability(sc, CAP_ANALOG_2GHz_REVISION, in uath_get_devcap() 948 uath_get_capability(sc, CAP_REG_DOMAIN, in uath_get_devcap() [all …]
|