phymode          1867 dev/ic/pgt.c   	uint32_t phymode, country;
phymode          1876 dev/ic/pgt.c   	error = pgt_oid_get(sc, PGT_OID_PHY, &phymode, sizeof(phymode));
phymode          1924 dev/ic/pgt.c   			if (!(phymode & htole32(PGT_OID_PHY_2400MHZ)))
phymode          1935 dev/ic/pgt.c   			if (!(phymode & htole32(PGT_OID_PHY_5000MHZ)))
phymode          1970 dev/ic/pgt.c   			if (phymode & htole32(PGT_OID_PHY_2400MHZ)) {
phymode          1975 dev/ic/pgt.c   			if (phymode & htole32(PGT_OID_PHY_2400MHZ)) {
phymode          1979 dev/ic/pgt.c   			if (phymode & htole32(PGT_OID_PHY_5000MHZ)) {
phymode           465 dev/usb/if_axe.c 	int gpio0 = 0, phymode = 0;
phymode           479 dev/usb/if_axe.c 		phymode = 0;
phymode           482 dev/usb/if_axe.c 		phymode = eeprom & 7;
phymode           486 dev/usb/if_axe.c 	DPRINTF(("use gpio0: %d, phymode %d\n", gpio0, phymode));