OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:siop_sc
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/dev/pci/
siop_pci_common.c
233
struct siop_common_softc *
siop_sc
, struct pci_attach_args *pa,
256
siop_sc
->features = pci_sc->sc_pp->features;
258
siop_sc
->features |= SF_CHIP_LED0;
260
if (device_getprop_bool(
siop_sc
->sc_dev, "use_pciclock")) {
261
siop_sc
->features |= SF_CHIP_USEPCIC;
263
siop_sc
->maxburst = pci_sc->sc_pp->maxburst;
264
siop_sc
->maxoff = pci_sc->sc_pp->maxoff;
265
siop_sc
->clock_div = pci_sc->sc_pp->clock_div;
266
siop_sc
->clock_period = pci_sc->sc_pp->clock_period;
267
siop_sc
->ram_size = pci_sc->sc_pp->ram_size
[
all
...]
/src/sys/dev/ic/
siopvar.h
100
struct siop_common_softc *sc = siop_cmd->cmd_c.
siop_sc
;
esiopvar.h
123
struct siop_common_softc *sc = esiop_cmd->cmd_c.
siop_sc
;
siop_common.c
254
struct siop_common_softc *sc = siop_cmd->
siop_sc
;
337
struct siop_common_softc *sc = siop_cmd->
siop_sc
;
417
struct siop_common_softc *sc = siop_cmd->
siop_sc
;
524
struct siop_common_softc *sc = siop_cmd->
siop_sc
;
662
siop_htoc32(siop_cmd->
siop_sc
, offset + MSG_EXT_SDTR_LEN + 2);
674
siop_htoc32(siop_cmd->
siop_sc
, offset + MSG_EXT_WDTR_LEN + 2);
690
siop_htoc32(siop_cmd->
siop_sc
, offset + MSG_EXT_PPR_LEN + 2);
727
struct siop_common_softc *sc = siop_cmd->
siop_sc
;
794
struct siop_common_softc *sc = siop_cmd->
siop_sc
;
854
struct siop_common_softc *sc = siop_cmd->
siop_sc
;
[
all
...]
siopvar_common.h
77
struct siop_common_softc *
siop_sc
; /* points back to our adapter */
member in struct:siop_common_cmd
esiop.c
1148
struct esiop_softc *sc = (struct esiop_softc *)esiop_cmd->cmd_c.
siop_sc
;
1363
struct esiop_softc *sc = (struct esiop_softc *)esiop_cmd->cmd_c.
siop_sc
;
1805
(struct esiop_softc *)esiop_cmd->cmd_c.
siop_sc
;
1952
newcbd->cmds[i].cmd_c.
siop_sc
= &sc->sc_c;
siop.c
1008
struct siop_softc *sc = (struct siop_softc *)siop_cmd->cmd_c.
siop_sc
;
1124
struct siop_softc *sc = (struct siop_softc *)siop_cmd->cmd_c.
siop_sc
;
1575
struct siop_softc *sc = (struct siop_softc *)siop_cmd->cmd_c.
siop_sc
;
1701
newcbd->cmds[i].cmd_c.
siop_sc
= &sc->sc_c;
Completed in 18 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025