Home
last modified time | relevance | path

Searched refs:ver_major (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/gnu/dev/misc/apple_gmux/
HDapple-gmux.c725 uint8_t ver_major, ver_minor, ver_release; in apple_gmux_attach() local
758 ver_major = gmux_read8(sc, GMUX_PORT_VERSION_MAJOR); in apple_gmux_attach()
761 if (ver_major == 0xff && ver_minor == 0xff && ver_release == 0xff) { in apple_gmux_attach()
767 ver_major = (version >> 24) & 0xff; in apple_gmux_attach()
776 pr_info("Found gmux version %d.%d.%d [%s]\n", ver_major, ver_minor, in apple_gmux_attach()
/dragonfly/sys/dev/netif/bce/
HDif_bce.c2803 fw.ver_major = bce_RXP_b09FwReleaseMajor; in bce_init_rxp_cpu()
2833 fw.ver_major = bce_RXP_b06FwReleaseMajor; in bce_init_rxp_cpu()
2895 fw.ver_major = bce_TXP_b09FwReleaseMajor; in bce_init_txp_cpu()
2925 fw.ver_major = bce_TXP_b06FwReleaseMajor; in bce_init_txp_cpu()
2987 fw.ver_major = bce_TPAT_b09FwReleaseMajor; in bce_init_tpat_cpu()
3017 fw.ver_major = bce_TPAT_b06FwReleaseMajor; in bce_init_tpat_cpu()
3079 fw.ver_major = bce_CP_b09FwReleaseMajor; in bce_init_cp_cpu()
3109 fw.ver_major = bce_CP_b06FwReleaseMajor; in bce_init_cp_cpu()
3171 fw.ver_major = bce_COM_b09FwReleaseMajor; in bce_init_com_cpu()
3201 fw.ver_major = bce_COM_b06FwReleaseMajor; in bce_init_com_cpu()
HDif_bcereg.h5735 uint32_t ver_major; member