Home
last modified time | relevance | path

Searched refs:fw_releasenum (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/malo/
H A Dif_malohal.h72 uint32_t fw_releasenum; /* firmware release number */ member
H A Dif_malohal.c561 hw->fw_releasenum = le32toh(cmd->fw_releasenum); in malo_hal_gethwspecs()
H A Dif_malo.c212 sc->malo_hwspecs.fw_releasenum, sc->malo_hwspecs.wcbbase0, in malo_attach()
1829 (sc->malo_hwspecs.fw_releasenum >> 24) & 0xff, in malo_announce()
1830 (sc->malo_hwspecs.fw_releasenum >> 16) & 0xff, in malo_announce()
1831 (sc->malo_hwspecs.fw_releasenum >> 8) & 0xff, in malo_announce()
1832 (sc->malo_hwspecs.fw_releasenum >> 0) & 0xff, in malo_announce()
H A Dif_malo.h189 u_int32_t fw_releasenum; member