Home
last modified time | relevance | path

Searched refs:gmode (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/dev/netif/bwn/bwn/
H A Dif_bwn_phy_g.c444 phy->gmode = 0; in bwn_phy_g_prepare_hw()
447 phy->gmode = 1; in bwn_phy_g_prepare_hw()
649 if (phy->rev == 0 || !phy->gmode) in bwn_phy_g_im()
865 if (phy->rev >= 2 || phy->gmode) in bwn_phy_g_init_sub()
880 if (phy->gmode || phy->rev >= 2) { in bwn_phy_g_init_sub()
928 if (phy->gmode || phy->rev >= 2) { in bwn_phy_g_init_sub()
982 if (phy->gmode || phy->rev >= 2) { in bwn_phy_init_b5()
1414 } else if (phy->gmode) { in bwn_rf_init_bcm2050()
1943 if (phy->gmode) { in bwn_lo_calcfeed()
3154 if (!phy->gmode) in bwn_phy_hwpctl_init()
[all …]
H A Dif_bwn.c1358 mac->mac_phy.gmode = have_bg; in bwn_attach_core()
1448 phy->gmode = !! (tgshigh & BWN_TGSHIGH_HAVE_2GHZ); in bwn_phy_getinfo()
2126 bwn_reset_core(mac, mac->mac_phy.gmode); in bwn_core_init()
2294 if (phy->gmode) in bwn_chip_init()
4706 uint8_t gmode; in bwn_switch_band() local
4714 gmode = 1; in bwn_switch_band()
4718 gmode = 0; in bwn_switch_band()
4730 if (up_dev == sc->sc_curmac && sc->sc_curmac->mac_phy.gmode == gmode) in bwn_switch_band()
4747 up_dev->mac_phy.gmode = gmode; in bwn_switch_band()
6352 if (! phy->gmode) in bwn_set_txhdr()
[all …]
H A Dif_bwnvar.h51 (((phy)->rev > 1) || ((phy)->gmode))
450 int gmode; member
/dragonfly/contrib/tnftp/src/
H A Dcmds.c583 getit(int argc, char *argv[], int restartit, const char *gmode) in getit() argument
646 recvrequest("RETR", locfile, remfile, gmode, in getit()
763 const char *gmode; in fget() local
782 gmode = restart_point ? "r+" : "w"; in fget()
788 (void)getit(argc, argv, 0, gmode); in fget()
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Di386.c43225 machine_mode cmode, hmode = VOIDmode, gmode = VOIDmode; in ix86_expand_vector_init_concat() local
43339 gmode = V8SImode; in ix86_expand_vector_init_concat()
43344 gmode = V8SFmode; in ix86_expand_vector_init_concat()
43367 gcc_assert (gmode != VOIDmode); in ix86_expand_vector_init_concat()
43377 third[j] = gen_reg_rtx (gmode); in ix86_expand_vector_init_concat()
43378 ix86_expand_vector_init_concat (gmode, third[j], in ix86_expand_vector_init_concat()