/src/sys/arch/cesfic/dev/ |
zs_pcc.c | 75 struct zsc_softc *zsc = device_private(self); local in function:zsc_pcc_attach 78 zsc->zsc_dev = self; 84 zs_config(zsc, zsbase); 93 (void) isrlink(zshard, zsc, 4, ISRPRI_TTY); 96 zsc->zsc_softintr_cookie = softint_establish(SOFTINT_SERIAL, 97 (void (*)(void *))zsc_intr_soft, zsc); 99 zs_write_reg(zsc->zsc_cs[0], 2, 0x18 + ZSHARD_PRI); 100 zs_write_reg(zsc->zsc_cs[0], 9, ZSWR9_MASTER_IE);
|
zs_pcc.c | 75 struct zsc_softc *zsc = device_private(self); local in function:zsc_pcc_attach 78 zsc->zsc_dev = self; 84 zs_config(zsc, zsbase); 93 (void) isrlink(zshard, zsc, 4, ISRPRI_TTY); 96 zsc->zsc_softintr_cookie = softint_establish(SOFTINT_SERIAL, 97 (void (*)(void *))zsc_intr_soft, zsc); 99 zs_write_reg(zsc->zsc_cs[0], 2, 0x18 + ZSHARD_PRI); 100 zs_write_reg(zsc->zsc_cs[0], 9, ZSWR9_MASTER_IE);
|
/src/sys/arch/mvme68k/dev/ |
zs_pcctwo.c | 107 struct zsc_softc *zsc = device_private(self); local in function:zsc_pcctwo_attach 114 zsc->zsc_dev = self; 128 zs_config(zsc, &zs, vector + PCCTWO_VECBASE, PCLK_162); 130 evcnt_attach_dynamic(&zsc->zsc_evcnt, EVCNT_TYPE_INTR, 131 pcctwointr_evcnt(zs_level), "rs232", device_xname(zsc->zsc_dev)); 136 pcctwointr_establish(vector++, zshard_unshared, zs_level, zsc, NULL); 141 zs_write_reg(zsc->zsc_cs[0], 9, zs_init_reg[9]);
|
zs_pcctwo.c | 107 struct zsc_softc *zsc = device_private(self); local in function:zsc_pcctwo_attach 114 zsc->zsc_dev = self; 128 zs_config(zsc, &zs, vector + PCCTWO_VECBASE, PCLK_162); 130 evcnt_attach_dynamic(&zsc->zsc_evcnt, EVCNT_TYPE_INTR, 131 pcctwointr_evcnt(zs_level), "rs232", device_xname(zsc->zsc_dev)); 136 pcctwointr_establish(vector++, zshard_unshared, zs_level, zsc, NULL); 141 zs_write_reg(zsc->zsc_cs[0], 9, zs_init_reg[9]);
|
zs_pcc.c | 106 struct zsc_softc *zsc = device_private(self); local in function:zsc_pcc_attach 113 zsc->zsc_dev = self; 132 zs_config(zsc, &zs, PCC_VECBASE + PCCV_ZS, PCLK_147); 134 evcnt_attach_dynamic(&zsc->zsc_evcnt, EVCNT_TYPE_INTR, 135 pccintr_evcnt(zs_level), "rs232", device_xname(zsc->zsc_dev)); 144 pccintr_establish(PCCV_ZS, zshard_shared, zs_level, zsc, NULL); 158 zs_write_reg(zsc->zsc_cs[0], 2, PCC_VECBASE + PCCV_ZS); 159 zs_write_reg(zsc->zsc_cs[0], 9, zs_init_reg[9]);
|
zs_pcc.c | 106 struct zsc_softc *zsc = device_private(self); local in function:zsc_pcc_attach 113 zsc->zsc_dev = self; 132 zs_config(zsc, &zs, PCC_VECBASE + PCCV_ZS, PCLK_147); 134 evcnt_attach_dynamic(&zsc->zsc_evcnt, EVCNT_TYPE_INTR, 135 pccintr_evcnt(zs_level), "rs232", device_xname(zsc->zsc_dev)); 144 pccintr_establish(PCCV_ZS, zshard_shared, zs_level, zsc, NULL); 158 zs_write_reg(zsc->zsc_cs[0], 2, PCC_VECBASE + PCCV_ZS); 159 zs_write_reg(zsc->zsc_cs[0], 9, zs_init_reg[9]);
|
/src/sys/arch/sun2/dev/ |
zs_any.c | 122 struct zsc_softc *zsc = device_private(self); local in function:zs_any_attach 126 zsc->zsc_dev = self; 127 zsc->zsc_bustag = ma->ma_bustag; 128 zsc->zsc_dmatag = ma->ma_dmatag; 130 zsc->zsc_promunit = device_unit(self); 131 zsc->zsc_node = 0; 141 zs_attach(zsc, (void *)bh, ma->ma_pri);
|
zs_any.c | 122 struct zsc_softc *zsc = device_private(self); local in function:zs_any_attach 126 zsc->zsc_dev = self; 127 zsc->zsc_bustag = ma->ma_bustag; 128 zsc->zsc_dmatag = ma->ma_dmatag; 130 zsc->zsc_promunit = device_unit(self); 131 zsc->zsc_node = 0; 141 zs_attach(zsc, (void *)bh, ma->ma_pri);
|
/src/sys/arch/amiga/dev/ |
if_ne_xsh.c | 98 struct ne_xsh_softc *zsc = device_private(self); local in function:ne_xsh_attach 99 struct ne2000_softc *nsc = &zsc->sc_ne2000; 110 zsc->sc_bst.base = xap->xaa_base; 111 zsc->sc_bst.absm = &amiga_bus_stride_4; 115 xsht = &zsc->sc_bst; 156 zsc->sc_isr.isr_intr = dp8390_intr; 157 zsc->sc_isr.isr_arg = dsc; 158 zsc->sc_isr.isr_ipl = 2; 159 add_isr(&zsc->sc_isr);
|
slhci_zbus.c | 92 struct slhci_zbus_softc *zsc; local in function:slhci_zbus_attach 99 zsc = device_private(self); 100 sc = &zsc->sc_sc; 104 zsc->sc_bst.base = (bus_addr_t)zap->va; 105 zsc->sc_bst.absm = &amiga_bus_stride_1; 106 iot = &zsc->sc_bst; 119 zsc->sc_isr.isr_intr = slhci_intr; 120 zsc->sc_isr.isr_arg = sc; 121 zsc->sc_isr.isr_ipl = 6; 122 add_isr(&zsc->sc_isr) 131 struct slhci_zbus_softc *zsc = arg; local in function:slhci_zbus_enable_power [all...] |
if_ne_xsh.c | 98 struct ne_xsh_softc *zsc = device_private(self); local in function:ne_xsh_attach 99 struct ne2000_softc *nsc = &zsc->sc_ne2000; 110 zsc->sc_bst.base = xap->xaa_base; 111 zsc->sc_bst.absm = &amiga_bus_stride_4; 115 xsht = &zsc->sc_bst; 156 zsc->sc_isr.isr_intr = dp8390_intr; 157 zsc->sc_isr.isr_arg = dsc; 158 zsc->sc_isr.isr_ipl = 2; 159 add_isr(&zsc->sc_isr);
|
slhci_zbus.c | 92 struct slhci_zbus_softc *zsc; local in function:slhci_zbus_attach 99 zsc = device_private(self); 100 sc = &zsc->sc_sc; 104 zsc->sc_bst.base = (bus_addr_t)zap->va; 105 zsc->sc_bst.absm = &amiga_bus_stride_1; 106 iot = &zsc->sc_bst; 119 zsc->sc_isr.isr_intr = slhci_intr; 120 zsc->sc_isr.isr_arg = sc; 121 zsc->sc_isr.isr_ipl = 6; 122 add_isr(&zsc->sc_isr) 131 struct slhci_zbus_softc *zsc = arg; local in function:slhci_zbus_enable_power [all...] |
if_ne_zbus.c | 106 struct ne_zbus_softc *zsc = device_private(self); local in function:ne_zbus_attach 107 struct ne2000_softc *nsc = &zsc->sc_ne2000; 110 bus_space_tag_t nict = &zsc->sc_bst; 121 zsc->sc_bst.base = (u_long)zap->va + 0; 123 zsc->sc_bst.absm = &amiga_bus_stride_2; 154 zsc->sc_isr.isr_intr = dp8390_intr; 155 zsc->sc_isr.isr_arg = dsc; 156 zsc->sc_isr.isr_ipl = 2; 157 add_isr(&zsc->sc_isr);
|
if_ne_zbus.c | 106 struct ne_zbus_softc *zsc = device_private(self); local in function:ne_zbus_attach 107 struct ne2000_softc *nsc = &zsc->sc_ne2000; 110 bus_space_tag_t nict = &zsc->sc_bst; 121 zsc->sc_bst.base = (u_long)zap->va + 0; 123 zsc->sc_bst.absm = &amiga_bus_stride_2; 154 zsc->sc_isr.isr_intr = dp8390_intr; 155 zsc->sc_isr.isr_arg = dsc; 156 zsc->sc_isr.isr_ipl = 2; 157 add_isr(&zsc->sc_isr);
|
if_ne_xsurf.c | 119 struct ne_xsurf_softc *zsc = device_private(self); local in function:ne_xsurf_attach 120 struct ne2000_softc *nsc = &zsc->sc_ne2000; 125 bus_space_tag_t nict = &zsc->sc_bst; 136 zsc->sc_bst.base = xap->xaa_base; 138 zsc->sc_bst.absm = &amiga_bus_stride_2; 170 zsc->sc_isr.isr_intr = dp8390_intr; 171 zsc->sc_isr.isr_arg = dsc; 172 zsc->sc_isr.isr_ipl = 2; 173 add_isr(&zsc->sc_isr);
|
/src/sys/arch/ews4800mips/sbd/ |
zs_sbdio.c | 104 return strcmp(sa->sa_name, "zsc") ? 0 : 1; 110 struct zsc_softc *zsc = device_private(self); local in function:zs_sbdio_attach 118 zsc->zsc_dev = self; 122 zsc->zsc_flags = sa->sa_flags; 130 cs = &zsc->zsc_cs_store[channel]; 131 zsc->zsc_cs[channel] = cs; 189 zsc->zsc_si = softint_establish(SOFTINT_SERIAL, 190 (void (*)(void *))zsc_intr_soft, zsc); 191 intr_establish(sa->sa_irq, zshard, zsc); 197 cs = zsc->zsc_cs[0] [all...] |
zs_sbdio.c | 104 return strcmp(sa->sa_name, "zsc") ? 0 : 1; 110 struct zsc_softc *zsc = device_private(self); local in function:zs_sbdio_attach 118 zsc->zsc_dev = self; 122 zsc->zsc_flags = sa->sa_flags; 130 cs = &zsc->zsc_cs_store[channel]; 131 zsc->zsc_cs[channel] = cs; 189 zsc->zsc_si = softint_establish(SOFTINT_SERIAL, 190 (void (*)(void *))zsc_intr_soft, zsc); 191 intr_establish(sa->sa_irq, zshard, zsc); 197 cs = zsc->zsc_cs[0] [all...] |
/src/sys/arch/newsmips/dev/ |
zs.c | 92 struct zsc_softc *zsc = arg; local in function:zshard 95 rval = zsc_intr_hard(zsc); 96 if (zsc->zsc_cs[0]->cs_softreq || zsc->zsc_cs[1]->cs_softreq) 97 softint_schedule(zsc->zsc_si);
|
zs.c | 92 struct zsc_softc *zsc = arg; local in function:zshard 95 rval = zsc_intr_hard(zsc); 96 if (zsc->zsc_cs[0]->cs_softreq || zsc->zsc_cs[1]->cs_softreq) 97 softint_schedule(zsc->zsc_si);
|
/src/sys/dev/ic/ |
z8530sc.c | 215 * programmed through channel A. The "zsc" attach 305 struct zsc_softc *zsc = arg; local in function:zsc_intr_hard 313 cs0 = zsc->zsc_cs[0]; 314 cs1 = zsc->zsc_cs[1]; 374 struct zsc_softc *zsc = arg; local in function:zsc_intr_soft 380 cs = zsc->zsc_cs[chan];
|
z8530sc.c | 215 * programmed through channel A. The "zsc" attach 305 struct zsc_softc *zsc = arg; local in function:zsc_intr_hard 313 cs0 = zsc->zsc_cs[0]; 314 cs1 = zsc->zsc_cs[1]; 374 struct zsc_softc *zsc = arg; local in function:zsc_intr_soft 380 cs = zsc->zsc_cs[chan];
|
/src/sys/dev/sun/ |
ms_zs.c | 51 * the "zsc" driver for a Sun mouse. 124 struct zsc_softc *zsc = device_private(parent); local in function:ms_zs_attach 134 cs = zsc->zsc_cs[channel];
|
kbd_zs.c | 52 * the "zsc" driver for a Sun keyboard. 128 struct zsc_softc *zsc = device_private(parent); local in function:kbd_zs_attach 142 cs = zsc->zsc_cs[channel];
|
ms_zs.c | 51 * the "zsc" driver for a Sun mouse. 124 struct zsc_softc *zsc = device_private(parent); local in function:ms_zs_attach 134 cs = zsc->zsc_cs[channel];
|
kbd_zs.c | 52 * the "zsc" driver for a Sun keyboard. 128 struct zsc_softc *zsc = device_private(parent); local in function:kbd_zs_attach 142 cs = zsc->zsc_cs[channel];
|