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

/freebsd-12-stable/sys/dev/malo/
H A Dif_malohal.h74 uint32_t fw_releasenum; /* firmware release number */ member in struct:malo_hal_hwspec
H A Dif_malo.c214 "regioncode 0x%x num_antenna 0x%x fw_releasenum 0x%x"
221 sc->malo_hwspecs.fw_releasenum, sc->malo_hwspecs.wcbbase0,
1846 (sc->malo_hwspecs.fw_releasenum >> 24) & 0xff,
1847 (sc->malo_hwspecs.fw_releasenum >> 16) & 0xff,
1848 (sc->malo_hwspecs.fw_releasenum >> 8) & 0xff,
1849 (sc->malo_hwspecs.fw_releasenum >> 0) & 0xff,
H A Dif_malo.h191 u_int32_t fw_releasenum; member in struct:malo_cmd_get_hwspec
H A Dif_malohal.c568 hw->fw_releasenum = le32toh(cmd->fw_releasenum);

Completed in 159 milliseconds