OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:syncrate
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/i2o/
iopsp.c
229
int
syncrate
;
local
295
syncrate
= ((int)le64toh(param.sdi.negsyncrate) + 500) / 1000;
298
it->it_syncrate !=
syncrate
) {
301
it->it_syncrate =
syncrate
;
/src/sys/dev/ic/
aic7xxx.c
1331
/*
syncrate
*/NULL,
1630
* this function finds the nearest
syncrate
to the input period limited
1693
struct ahc_syncrate *
syncrate
;
local
1703
for (
syncrate
= &ahc_syncrates[maxsync];
1704
syncrate
->rate != NULL;
1705
syncrate
++) {
1712
&& (
syncrate
->sxfr_u2 == 0))
1715
if (*period <=
syncrate
->period) {
1727
if (
syncrate
== &ahc_syncrates[maxsync])
1728
*period =
syncrate
->period
1759
struct ahc_
syncrate
*
syncrate
;
local
3041
struct ahc_
syncrate
*
syncrate
;
local
3209
struct ahc_
syncrate
*
syncrate
;
local
[
all
...]
aic7xxx_osm.c
404
struct ahc_syncrate *
syncrate
;
local
470
syncrate
= ahc_find_syncrate(ahc, &period, &ppr_options,
472
ahc_validate_offset(ahc, NULL,
syncrate
, &offset,
488
ahc_set_syncrate(ahc, &devinfo,
syncrate
, period, offset,
Completed in 30 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026