Home
last modified time | relevance | path

Searched refs:maxspeed (Results 1 – 15 of 15) sorted by relevance

/freebsd/sys/dev/mii/
H A Ddp83867phy.c138 uint32_t value, maxspeed; in dp_attach() local
145 size = device_get_property(dev, "max-speed", &maxspeed, in dp_attach()
146 sizeof(maxspeed), DEVICE_PROP_UINT32); in dp_attach()
148 maxspeed = 0; in dp_attach()
150 mii_sc->mii_maxspeed = maxspeed; in dp_attach()
/freebsd/sys/dev/sound/pcm/
H A Dvchan.c138 return (info->caps.maxspeed); in vchan_setspeed()
220 info->caps.maxspeed = info->caps.minspeed; in vchan_getcaps()
232 info->caps.maxspeed = info->caps.minspeed; in vchan_getcaps()
528 RANGE(newspd, caps->minspeed, caps->maxspeed); in sysctl_dev_pcm_vchanrate()
777 switch (parent_caps->maxspeed) { in vchan_create()
784 if (vchanspd > parent_caps->maxspeed) in vchan_create()
785 vchanspd = parent_caps->maxspeed; in vchan_create()
805 parent_caps->maxspeed); in vchan_create()
H A Dchannel.h32 u_int32_t minspeed, maxspeed; member
H A Ddsp.c940 p->rate_max = min(rcaps? rcaps->maxspeed : 1000000, in dsp_ioctl()
941 pcaps? pcaps->maxspeed : 1000000); in dsp_ioctl()
2194 ai->max_rate = max(ai->max_rate, caps->maxspeed); in dsp_oss_audioinfo()
2405 ai->max_rate = caps->maxspeed; in dsp_oss_engineinfo()
H A Dchannel.c2145 RANGE(hwspeed, caps->minspeed, caps->maxspeed); in chn_setparam()
2534 caps->maxspeed); in chn_notify()
2554 caps->maxspeed); in chn_notify()
H A Dsndstat.c361 *max_rate = max(caps->maxspeed, *max_rate); in sndstat_get_caps()
/freebsd/sys/dev/sound/pci/
H A Des137x.c484 ch->caps.maxspeed = ES1370_DAC1_MAXSPEED; in eschan_init()
489 fixed_rate > es_caps.maxspeed)) { in eschan_init()
490 ch->caps.maxspeed = fixed_rate; in eschan_init()
577 return (ch->caps.maxspeed); in eschan1370_setspeed()
581 if (speed > ch->caps.maxspeed) in eschan1370_setspeed()
582 speed = ch->caps.maxspeed; in eschan1370_setspeed()
969 if (fixed_rate > es_caps.maxspeed) in es1370_init()
970 fixed_rate = es_caps.maxspeed; in es1370_init()
973 fixed_rate = es_caps.maxspeed; in es1370_init()
1489 es->ch[ES_DAC2].caps.maxspeed = val; in sysctl_es137x_fixed_rate()
[all …]
H A Dhdsp-pcm.c705 ch->caps->maxspeed = 96000; in hdspchan_init()
H A Denvy24.c1783 sc->caps[0].minspeed = sc->caps[0].maxspeed = sc->speed; in envy24chan_trigger()
1784 sc->caps[1].minspeed = sc->caps[1].maxspeed = sc->speed; in envy24chan_trigger()
H A Denvy24ht.c1694 sc->caps[0].minspeed = sc->caps[0].maxspeed = sc->speed; in envy24htchan_trigger()
1695 sc->caps[1].minspeed = sc->caps[1].maxspeed = sc->speed; in envy24htchan_trigger()
/freebsd/sys/dev/usb/serial/
H A Duslcom.c612 uint32_t maxspeed; in uslcom_pre_param() local
617 maxspeed = 2000000; in uslcom_pre_param()
627 maxspeed = 1843200; in uslcom_pre_param()
630 if (t->c_ospeed <= 0 || t->c_ospeed > maxspeed) in uslcom_pre_param()
/freebsd/usr.sbin/mpsutil/
H A Dmps_show.c72 char *speed, *minspeed, *maxspeed, *isdisabled, *type; in show_adapter() local
205 maxspeed = get_device_speed(phy1->MaxMinLinkRate >> 4); in show_adapter()
221 maxspeed, type); in show_adapter()
/freebsd/usr.sbin/bhyve/
H A Dsmbiostbl.c236 uint16_t maxspeed; /* maximum speed in mhz */ member
295 uint16_t maxspeed; /* maximum speed in mhz */ member
/freebsd/sys/dev/sound/usb/
H A Duaudio.c2149 if (rate > chan->pcm_cap.maxspeed || chan->pcm_cap.maxspeed == 0) in uaudio_chan_fill_info_sub()
2150 chan->pcm_cap.maxspeed = rate; in uaudio_chan_fill_info_sub()
/freebsd/sys/dev/sound/pci/hda/
H A Dhdaa.c1739 ch->caps.minspeed = ch->caps.maxspeed = 48000; in hdaa_channel_init()
5463 ch->caps.maxspeed = ch->pcmrates[i - 1]; in hdaa_pcmchannel_setup()