OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isp_bustype
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/dev/ic/
isp_netbsd.h
287
*(d) = (isp->
isp_bustype
== ISP_BT_SBUS)? s : bswap16(s)
289
*(d) = (isp->
isp_bustype
== ISP_BT_SBUS)? s : bswap32(s)
293
d = (isp->
isp_bustype
== ISP_BT_SBUS)? \
296
d = (isp->
isp_bustype
== ISP_BT_SBUS)? \
ispvar.h
603
isp_bustype
: 1, /* SBus or PCI */
member in struct:ispsoftc
isp.c
426
if (isp->
isp_bustype
== ISP_BT_SBUS) {
1029
if (ISP_SBUS_SUPPORTED && isp->
isp_bustype
== ISP_BT_SBUS) {
7506
} else if ((isp->
isp_bustype
== ISP_BT_SBUS &&
7508
(isp->
isp_bustype
== ISP_BT_PCI &&
7732
if (isp->
isp_bustype
!= ISP_BT_SBUS) {
isp_library.c
732
#define ISP_IS_SBUS(isp) (ISP_SBUS_SUPPORTED && (isp)->
isp_bustype
== ISP_BT_SBUS)
/src/sys/dev/sbus/
isp_sbus.c
189
isp->
isp_bustype
= ISP_BT_SBUS;
Completed in 36 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026