HomeSort by: relevance | last modified time | path
    Searched defs:psc (Results 1 - 25 of 113) sorted by relevancy

1 2 3 4 5

  /src/sys/arch/i386/pnpbios/
lpt_pnpbios.c 74 struct lpt_pnpbios_softc *psc = device_private(self); local in function:lpt_pnpbios_attach
75 struct lpt_softc *sc = &psc->sc_lpt;
joy_pnpbios.c 75 struct joy_pnpbios_softc *psc = device_private(self); local in function:joy_pnpbios_attach
87 mutex_init(&psc->sc_lock, MUTEX_DEFAULT, IPL_NONE);
88 sc->sc_lock = &psc->sc_lock;
com_pnpbios.c 77 struct com_pnpbios_softc *psc = device_private(self); local in function:com_pnpbios_attach
78 struct com_softc *sc = &psc->sc_com;
116 psc->sc_ih = pnpbios_intr_establish(aa->pbt, aa->resc, 0, IPL_SERIAL,
  /src/sys/arch/powerpc/booke/dev/
pq3diic.c 88 struct cpunode_softc * const psc = device_private(parent); local in function:pq3diic_attach
94 psc->sc_children |= cna->cna_childmask;
cpunode.c 176 struct cpunode_softc * const psc = device_private(parent); local in function:cpu_match
182 if (psc->sc_children & cna->cna_childmask)
191 struct cpunode_softc * const psc = device_private(parent); local in function:cpu_attach
194 psc->sc_children |= cna->cna_childmask;
pq3ddrc.c 99 struct cpunode_softc * const psc = device_private(parent); local in function:pq3ddrc_attach
105 psc->sc_children |= cna->cna_childmask;
pq3sdhc.c 81 struct cpunode_softc * const psc = device_private(parent); local in function:pq3sdhc_attach
87 psc->sc_children |= cna->cna_childmask;
  /src/sys/arch/hpcarm/dev/
ipaq_saip.c 81 struct sa11x0_softc *psc = device_private(parent); local in function:ipaq_attach
86 sc->sc_iot = psc->sc_iot;
87 sc->sc_ioh = psc->sc_ioh;
88 sc->sc_gpioh = psc->sc_gpioh;
103 sc->sc_ppch = psc->sc_ppch;
104 sc->sc_dmach = psc->sc_dmach;
j720ssp.c 84 struct sa11x0_softc *psc = device_private(parent); local in function:j720ssp_attach
88 sc->sc_iot = psc->sc_iot;
89 sc->sc_gpioh = psc->sc_gpioh;
90 sc->sc_parent = psc;
ipaq_atmelgpio.c 85 struct ipaq_softc *psc = device_private(parent); local in function:atmelgpio_attach
92 sc->sc_iot = psc->sc_iot;
93 sc->sc_ioh = psc->sc_ioh;
94 sc->sc_parent = psc;
j720pcic.c 101 struct sacc_softc *psc; local in function:sacpcic_attach
104 psc = device_private(parent);
108 sacpcic_attach_common(psc, sc, aux, j720_socket_setup);
sacc_hpcarm.c 80 struct sa11x0_softc *psc = device_private(parent); local in function:sacc_attach
88 sc->sc_piot = psc->sc_iot;
89 sc->sc_gpioh = psc->sc_gpioh;
  /src/sys/arch/mips/rmi/
rmixl_ehci.c 80 rmixl_usbi_softc_t * const psc = device_private(parent); local in function:rmixl_ehci_attach
103 if (psc->sc_ohci_devs[1] != NULL) {
104 sc->sc_comps[0] = psc->sc_ohci_devs[0];
105 sc->sc_comps[1] = psc->sc_ohci_devs[1];
108 sc->sc_comps[0] = psc->sc_ohci_devs[0];
rmixl_ohci.c 81 rmixl_usbi_softc_t * const psc = device_private(parent); local in function:rmixl_ohci_attach
129 if (psc->sc_ohci_devs[0] == NULL) {
130 psc->sc_ohci_devs[0] = self;
131 } else if (psc->sc_ohci_devs[1] == NULL) {
132 psc->sc_ohci_devs[1] = self;
  /src/sys/arch/hpcmips/dev/
mq200_pci.c 75 struct mq200_pci_softc *psc = device_private(self); local in function:mq200_pci_attach
76 struct mq200_softc *sc = &psc->sc_mq200;
81 psc->sc_pc = pa->pa_pc;
82 psc->sc_pcitag = pa->pa_tag;
100 res = pci_mapreg_info(psc->sc_pc, psc->sc_pcitag, PCI_MAPREG_START+4,
  /src/sys/arch/evbppc/virtex/dev/
tft_plb.c 88 struct plb_tft_softc *psc = device_private(self); local in function:plb_tft_attach
89 struct tft_softc *sc = &psc->psc_sc;
92 psc->psc_dmat = vaa->vaa_dmat;
108 if ((error = bus_dmamem_alloc(psc->psc_dmat, sc->sc_size, ADDR_ALIGN,
109 0, &psc->psc_seg, 1, &nseg, 0)) != 0) {
113 if ((error = bus_dmamem_map(psc->psc_dmat, &psc->psc_seg, nseg,
118 if ((error = bus_dmamap_create(psc->psc_dmat, sc->sc_size, 1,
119 sc->sc_size, 0, 0, &psc->psc_dmap)) != 0) {
123 if ((error = bus_dmamap_load(psc->psc_dmat, psc->psc_dmap
175 struct plb_tft_softc *psc = vc->cookie; local in function:plb_tft_mmap
    [all...]
  /src/sys/arch/powerpc/booke/
e500_autoconf.c 117 struct cpunode_softc * const psc = device_private(parent); local in function:e500_cpunode_submatch
124 || (cna->cna_childmask & psc->sc_children)
  /src/sys/dev/pci/
com_puc.c 91 struct com_puc_softc *psc = device_private(self); local in function:com_puc_attach
92 struct com_softc *sc = &psc->sc_com;
112 psc->sc_ih = pci_intr_establish_xname(aa->pc, aa->intrhandle,
114 if (psc->sc_ih == NULL) {
i82365_pci.c 113 struct pcic_pci_softc *psc = device_private(self); local in function:pcic_pci_attach
114 struct pcic_softc *sc = &psc->sc_pcic;
192 psc->intr_est = pcic_pci_machdep_intr_est(pc);
joy_pci.c 91 struct joy_pci_softc *psc = device_private(self); local in function:joy_pci_attach
92 struct joy_softc *sc = &psc->sc_joy;
123 mutex_init(&psc->sc_lock, MUTEX_DEFAULT, IPL_NONE);
125 sc->sc_lock = &psc->sc_lock;
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
keystone-k2e.dtsi 101 psc: power-sleep-controller@2350000 { label
  /src/sys/arch/amiga/dev/
zz9k_usb.c 88 struct zzusb_softc *psc = device_private(parent); local in function:zzusb_attach
94 sc->sc_regh = psc->sc_regh;
  /src/sys/arch/evbarm/lubbock/
sacc_obio.c 106 struct obio_softc *psc = device_private(parent); local in function:sacc_obio_attach
173 obio_intr_establish(psc, sa->oba_intr,
  /src/sys/arch/acorn32/mainbus/
com_pioc.c 152 struct com_pioc_softc *psc = device_private(self); local in function:com_pioc_attach
153 struct com_softc *sc = &psc->sc_com;
177 psc->sc_ih = intr_claim(pa->pa_irq, IPL_SERIAL, "com",
  /src/sys/arch/evbarm/g42xxeb/
gb225_slhci.c 81 struct pxa2x0_softc *psc; local in function:slhci_opio_match
88 psc = device_private(device_parent(bsc->sc_dev));
90 reg = bus_space_read_4(psc->saip.sc_iot, psc->sc_memctl_ioh,
93 bus_space_write_4(psc->saip.sc_iot, psc->sc_memctl_ioh, MEMCTL_MSC2,xxx)
121 struct opio_softc *psc = local in function:slhci_opio_attach
124 device_private(device_parent(psc->sc_dev));

Completed in 21 milliseconds

1 2 3 4 5