| /netbsd-src/sys/arch/arm/at91/ |
| H A D | at91ohci.c | 75 int sc_pid; member 100 sc->sc_pid = sa->sa_pid; in at91ohci_attach() 112 at91_peripheral_clock(sc->sc_pid, 1); in at91ohci_attach() 129 sc->sc_ih = at91_intr_establish(sc->sc_pid, IPL_USB, INTR_HIGH_LEVEL, ohci_intr, sc); in at91ohci_callback()
|
| H A D | at91pio.c | 75 int sc_pid; member 133 sc->sc_pid = sa->sa_pid; in at91pio_attach() 147 at91_peripheral_clock(sc->sc_pid, 1); in at91pio_attach() 157 psr &= ~at91_gpio_mask(sc->sc_pid); in at91pio_attach() 205 at91_peripheral_name(sc->sc_pid), in at91piobus_print() 206 at91_gpio_mask(sc->sc_pid)); in at91piobus_print() 318 DPRINTFN(1, ("at91pio_intr_establish: port=%s, bit=%d\n", at91_peripheral_name(sc->sc_pid), bit)); in at91pio_intr_establish() 357 sc->ih = at91_intr_establish(sc->sc_pid, IPL_BIO, INTR_HIGH_LEVEL, in at91pio_intr_establish() 373 …DPRINTFN(1, ("at91pio_intr_disestablish: port=%s, bit=%d\n", at91_peripheral_name(sc->sc_pid), bit… in at91pio_intr_disestablish()
|
| H A D | at91st.c | 84 int sc_pid; member 170 sc->sc_pid = sa->sa_pid; in at91st_attach() 183 at91_peripheral_clock(sc->sc_pid, 1); in at91st_attach() 267 at91_intr_establish(sc->sc_pid, IPL_CLOCK, INTR_HIGH_LEVEL, at91st_intr, NULL); in cpu_initclocks()
|
| H A D | at91tctmr.c | 85 int sc_pid; member 186 sc->sc_pid = sa->sa_pid; in at91tctmr_attach() 191 at91_peripheral_clock(sc->sc_pid, 1); in at91tctmr_attach() 288 at91_intr_establish(sc->sc_pid, IPL_CLOCK, INTR_HIGH_LEVEL, at91tctmr_intr, sc); in cpu_initclocks()
|
| H A D | at91twi.c | 87 sc->sc_pid = sa->sa_pid; in at91twi_attach() 95 at91_peripheral_clock(sc->sc_pid, 1); in at91twi_attach() 120 sc->sc_ih = at91_intr_establish(sc->sc_pid, IPL_SERIAL, INTR_HIGH_LEVEL, in at91twi_attach()
|
| H A D | at91twivar.h | 41 int sc_pid; /* peripheral id */ member
|
| H A D | at91spi.c | 116 sc->sc_pid = sa->sa_pid; in at91spi_attach_common() 165 at91_peripheral_clock(sc->sc_pid, 1); in at91spi_attach_common() 185 sc->sc_ih = at91_intr_establish(sc->sc_pid, IPL_BIO, INTR_HIGH_LEVEL, in at91spi_attach_common()
|
| H A D | at91emacvar.h | 51 int sc_pid; member
|
| H A D | at91spivar.h | 58 int sc_pid; /* peripheral identifier */ member
|
| H A D | at91usartvar.h | 58 int sc_pid; member
|
| H A D | at91emac.c | 135 sc->sc_pid = sa->sa_pid; in emac_attach() 142 at91_peripheral_clock(sc->sc_pid, 1); in emac_attach() 174 at91_intr_establish(sc->sc_pid, IPL_NET, INTR_HIGH_LEVEL, emac_intr, in emac_attach()
|
| H A D | at91usart.c | 254 sc->sc_pid = sa->sa_pid; in at91usart_attach_subr() 266 at91_peripheral_clock(sc->sc_pid, 1); in at91usart_attach_subr()
|
| /netbsd-src/sys/arch/evbarm/mpcsa/ |
| H A D | mpcsa_usart.c | 83 return (mpsc->sc_dev.sc_pid == PID_US3 ? LED_GSM : LED_SER1 + mpsc->sc_dev.sc_pid - PID_US0); in led_num() 222 switch (sc->sc_dev.sc_pid) { in mpcsa_usart_enable() 253 switch (sc->sc_dev.sc_pid) { in mpcsa_usart_disable() 365 switch (mpsc->sc_dev.sc_pid) { in mpcsa_usart_rx_rts_ctl()
|
| /netbsd-src/sys/sys/ |
| H A D | socket.h | 382 pid_t sc_pid; /* process id */ member
|
| /netbsd-src/sys/kern/ |
| H A D | uipc_usrreq.c | 1655 sc->sc_pid = l->l_proc->p_pid; in unp_addsockcred()
|