OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_chan_type
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
jmide.c
110
jmchan_t
sc_chan_type
[PCIIDE_NUM_CHANNELS];
member in struct:jmide_softc
254
sc->
sc_chan_type
[sc->sc_chan_swap ? 1 : 0] = TYPE_PATA;
256
sc->
sc_chan_type
[sc->sc_chan_swap ? 1 : 0] = TYPE_NONE;
258
sc->
sc_chan_type
[sc->sc_chan_swap ? 1 : 0] = TYPE_SATA;
260
sc->
sc_chan_type
[sc->sc_chan_swap ? 1 : 0] = TYPE_NONE;
264
sc->
sc_chan_type
[sc->sc_chan_swap ? 0 : 1] = TYPE_SATA;
270
sc->
sc_chan_type
[sc->sc_chan_swap ? 0 : 1] = TYPE_PATA;
272
sc->
sc_chan_type
[sc->sc_chan_swap ? 0 : 1] = TYPE_NONE;
275
if (sc->
sc_chan_type
[0] == TYPE_NONE &&
276
sc->
sc_chan_type
[1] == TYPE_NONE
[
all
...]
jmide.c
110
jmchan_t
sc_chan_type
[PCIIDE_NUM_CHANNELS];
member in struct:jmide_softc
254
sc->
sc_chan_type
[sc->sc_chan_swap ? 1 : 0] = TYPE_PATA;
256
sc->
sc_chan_type
[sc->sc_chan_swap ? 1 : 0] = TYPE_NONE;
258
sc->
sc_chan_type
[sc->sc_chan_swap ? 1 : 0] = TYPE_SATA;
260
sc->
sc_chan_type
[sc->sc_chan_swap ? 1 : 0] = TYPE_NONE;
264
sc->
sc_chan_type
[sc->sc_chan_swap ? 0 : 1] = TYPE_SATA;
270
sc->
sc_chan_type
[sc->sc_chan_swap ? 0 : 1] = TYPE_PATA;
272
sc->
sc_chan_type
[sc->sc_chan_swap ? 0 : 1] = TYPE_NONE;
275
if (sc->
sc_chan_type
[0] == TYPE_NONE &&
276
sc->
sc_chan_type
[1] == TYPE_NONE
[
all
...]
Completed in 26 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025