Searched refs:fw_releasenum (Results 1 – 4 of 4) sorted by relevance
72 uint32_t fw_releasenum; /* firmware release number */ member
561 hw->fw_releasenum = le32toh(cmd->fw_releasenum); in malo_hal_gethwspecs()
212 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()
189 u_int32_t fw_releasenum; member