HomeSort by: relevance | last modified time | path
    Searched defs:ival (Results 1 - 25 of 34) sorted by relevancy

1 2

  /src/sys/dev/acpi/
dwcwdt_acpi.c 67 ACPI_INTEGER ival; local in function:dwcwdt_acpi_attach
89 if (ACPI_SUCCESS(acpi_dsd_integer(handle, "clock-frequency", &ival))) {
90 sc->sc_clkrate = ival;
dwcwdt_acpi.c 67 ACPI_INTEGER ival; local in function:dwcwdt_acpi_attach
89 if (ACPI_SUCCESS(acpi_dsd_integer(handle, "clock-frequency", &ival))) {
90 sc->sc_clkrate = ival;
eqos_acpi.c 142 ACPI_INTEGER ival; local in function:eqos_acpi_init_props
153 rv = acpi_dsd_integer(handle, "snps,mixed-burst", &ival);
154 if (ACPI_SUCCESS(rv) && ival) {
157 rv = acpi_dsd_integer(handle, "snps,tso", &ival);
158 if (ACPI_SUCCESS(rv) && ival) {
167 rv = acpi_dsd_integer(axi, "snps,wr_osr_lmt", &ival);
168 if (ACPI_SUCCESS(rv) && ival > 0) {
170 "snps,wr_osr_lmt", ival);
172 rv = acpi_dsd_integer(axi, "snps,rd_osr_lmt", &ival);
173 if (ACPI_SUCCESS(rv) && ival > 0)
    [all...]
dwcmmc_acpi.c 151 ACPI_INTEGER ival; local in function:dwcmmc_acpi_init_props
160 if (ACPI_SUCCESS(acpi_dsd_integer(handle, "fifo-depth", &ival))) {
161 sc->sc_fifo_depth = ival;
163 if (ACPI_SUCCESS(acpi_dsd_integer(handle, "max-frequency", &ival))) {
164 sc->sc_clock_freq = ival;
166 if (ACPI_SUCCESS(acpi_dsd_integer(handle, "bus-width", &ival))) {
167 sc->sc_bus_width = ival;
eqos_acpi.c 142 ACPI_INTEGER ival; local in function:eqos_acpi_init_props
153 rv = acpi_dsd_integer(handle, "snps,mixed-burst", &ival);
154 if (ACPI_SUCCESS(rv) && ival) {
157 rv = acpi_dsd_integer(handle, "snps,tso", &ival);
158 if (ACPI_SUCCESS(rv) && ival) {
167 rv = acpi_dsd_integer(axi, "snps,wr_osr_lmt", &ival);
168 if (ACPI_SUCCESS(rv) && ival > 0) {
170 "snps,wr_osr_lmt", ival);
172 rv = acpi_dsd_integer(axi, "snps,rd_osr_lmt", &ival);
173 if (ACPI_SUCCESS(rv) && ival > 0)
    [all...]
dwcmmc_acpi.c 151 ACPI_INTEGER ival; local in function:dwcmmc_acpi_init_props
160 if (ACPI_SUCCESS(acpi_dsd_integer(handle, "fifo-depth", &ival))) {
161 sc->sc_fifo_depth = ival;
163 if (ACPI_SUCCESS(acpi_dsd_integer(handle, "max-frequency", &ival))) {
164 sc->sc_clock_freq = ival;
166 if (ACPI_SUCCESS(acpi_dsd_integer(handle, "bus-width", &ival))) {
167 sc->sc_bus_width = ival;
acpi_util.c 1088 ACPI_INTEGER ival; local in function:acpi_dsd_bool
1090 rv = acpi_dsd_integer(handle, prop, &ival);
1092 *val = ival != 0;
acpi_util.c 1088 ACPI_INTEGER ival; local in function:acpi_dsd_bool
1090 rv = acpi_dsd_integer(handle, prop, &ival);
1092 *val = ival != 0;
  /src/lib/npf/ext_rndblock/
npfext_rndblock.c 77 long ival; local in function:npfext_rndblock_param
87 ival = (i == 1) ? atof(val) * 100 : atol(val);
88 if (ival < params[i].min || ival > params[i].max) {
92 npf_ext_param_u32(ext, name, ival);
npfext_rndblock.c 77 long ival; local in function:npfext_rndblock_param
87 ival = (i == 1) ? atof(val) * 100 : atol(val);
88 if (ival < params[i].min || ival > params[i].max) {
92 npf_ext_param_u32(ext, name, ival);
  /src/sys/arch/sparc/sparc/
oclock.c 140 int ival; local in function:oclockattach
158 ival = intersil_clear();
163 if ((ival & INTERSIL_INTER_PENDING) != 0) {
oclock.c 140 int ival; local in function:oclockattach
158 ival = intersil_clear();
163 if ((ival & INTERSIL_INTER_PENDING) != 0) {
  /src/bin/sleep/
sleep.c 76 double fval, ival, val; local in function:main
141 ival = floor(val);
142 fval = (1000000000 * (val-ival));
143 ntime.tv_sec = ival;
144 if ((double)ntime.tv_sec != ival)
sleep.c 76 double fval, ival, val; local in function:main
141 ival = floor(val);
142 fval = (1000000000 * (val-ival));
143 ntime.tv_sec = ival;
144 if ((double)ntime.tv_sec != ival)
  /src/usr.sbin/altq/altqstat/
altqstat.c 51 double ival = 5.0; variable in typeref:typename:double
128 ival = strtod(optarg, NULL);
181 interval = (int)(ival * 1000.0);
187 (*stat_loop)(qdiscfd, interface, count, (int)ival);
altqstat.c 51 double ival = 5.0; variable in typeref:typename:double
128 ival = strtod(optarg, NULL);
181 interval = (int)(ival * 1000.0);
187 (*stat_loop)(qdiscfd, interface, count, (int)ival);
  /src/usr.sbin/tprof/
tprof.c 243 double ival, fval; local in function:process_stat
246 ival = floor(interval);
247 fval = (1000000000 * (interval - ival));
248 ts.tv_sec = ival;
tprof.c 243 double ival, fval; local in function:process_stat
246 ival = floor(interval);
247 fval = (1000000000 * (interval - ival));
248 ts.tv_sec = ival;
  /src/sys/external/bsd/dwc2/
dwc2.c 1017 uint16_t ival; local in function:dwc2_device_start
1021 ival = dpipe->pipe.up_interval;
1023 ival = ed->bInterval;
1026 if (ival < 1) {
1032 if (ival > 16) {
1037 ival = 256;
1039 ival = (1 << (ival - 1));
1042 if (xfertype == UE_INTERRUPT && ival < 10)
1043 ival = 10
    [all...]
dwc2.c 1017 uint16_t ival; local in function:dwc2_device_start
1021 ival = dpipe->pipe.up_interval;
1023 ival = ed->bInterval;
1026 if (ival < 1) {
1032 if (ival > 16) {
1037 ival = 256;
1039 ival = (1 << (ival - 1));
1042 if (xfertype == UE_INTERRUPT && ival < 10)
1043 ival = 10
    [all...]
  /src/sys/dev/ic/
atw.c 2383 /* Return the 32 lsb of the last TSFT divisible by ival. */
2385 atw_last_even_tsft(uint32_t tsfth, uint32_t tsftl, uint32_t ival)
2389 * (uint32_t)((((uint64_t)tsfth << 32) | tsftl) % ival)
2400 return ((0xFFFFFFFF % ival + 1) * tsfth + tsftl) % ival;
2430 uint32_t ival, past_even, tbtt, tsfth, tsftl; local in function:atw_predict_beacon
2446 ival = ic->ic_bss->ni_intval * IEEE80211_DUR_TU;
2454 past_even = tsftl - atw_last_even_tsft(tsfth, tsftl, ival);
2459 tbtt = past_even + ival * 10;
  /src/sys/fs/nfs/server/
nfs_nfsdstate.c 3865 u_long ival; member in union:nfsrv_getclientipaddr::__anon87683a62010a
3946 if (ip.ival != 0x0) {
3947 rad->sin_addr.s_addr = htonl(ip.ival);
  /src/sys/dev/usb/
ohci.c 811 uint32_t s, ctl, rwc, ival, hcr, fm, per, rev, desca /*, descb */; local in function:ohci_init
1040 ival = OHCI_FM_GET_IVAL(fm);
1042 fm |= OHCI_FSMPS(ival) | ival;
1044 per = OHCI_PERIODIC(ival); /* 90% periodic */
2092 int ival; local in function:ohci_open
2173 ival = pipe->up_interval;
2174 if (ival == USBD_DEFAULT_INTERVAL)
2175 ival = ed->bInterval;
2176 err = ohci_device_setintr(sc, opipe, ival);
    [all...]
uhci.c 3321 uhci_device_setintr(uhci_softc_t *sc, struct uhci_pipe *upipe, int ival)
3329 if (ival == 0) {
3334 if (ival > UHCI_VFRAMELIST_COUNT)
3335 ival = UHCI_VFRAMELIST_COUNT;
3336 npoll = howmany(UHCI_VFRAMELIST_COUNT, ival);
3337 DPRINTF("ival=%jd npoll=%jd", ival, npoll, 0, 0);
3348 for (bestoffs = offs = 0, bestbw = ~0; offs < ival; offs++) {
3350 bw += sc->sc_vframes[MOD(i * ival + offs)].bandwidth;
3365 sqh->pos = MOD(i * ival + bestoffs)
3388 int ival; local in function:uhci_open
3827 unsigned int ival; local in function:uhci_root_intr_start
    [all...]
  /src/sys/dev/
video.c 1996 struct v4l2_frmivalenum *ival; local in function:videoioctl
2164 ival = data;
2165 return video_enum_frameival(sc, ival);

Completed in 43 milliseconds

1 2