reg_dom           649 dev/ic/acx.c   	struct acx_conf_regdom reg_dom;
reg_dom           657 dev/ic/acx.c   	if (acx_get_conf(sc, ACX_CONF_REGDOM, &reg_dom, sizeof(reg_dom)) != 0) {
reg_dom           661 dev/ic/acx.c   	conf->regdom = reg_dom.regdom;
reg_dom           662 dev/ic/acx.c   	DPRINTF(("%s: regdom %02x\n", sc->sc_dev.dv_xname, reg_dom.regdom));
reg_dom           730 dev/ic/acx.c   	struct acx_conf_regdom reg_dom;
reg_dom           773 dev/ic/acx.c   	reg_dom.regdom = conf->regdom;
reg_dom           774 dev/ic/acx.c   	if (acx_set_conf(sc, ACX_CONF_REGDOM, &reg_dom, sizeof(reg_dom)) != 0) {