OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ispburst
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/sbus/
isp_sbus.c
121
int freq,
ispburst
, sbusburst;
local in function:isp_sbus_attach
168
ispburst
= prom_getpropint(sa->sa_node, "burst-sizes", -1);
169
if (
ispburst
== -1) {
170
ispburst
= sbusburst;
172
ispburst
&= sbusburst;
173
ispburst
&= ~(1 << 7);
174
ispburst
&= ~(1 << 6);
176
if (
ispburst
& (1 << 5)) {
178
} else if (
ispburst
& (1 << 4)) {
180
} else if (
ispburst
& (1 << 3))
[
all
...]
Completed in 34 milliseconds
Indexes created Fri Oct 17 00:09:41 GMT 2025