HomeSort by: relevance | last modified time | path
    Searched refs:sca (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/dev/isa/
if_ntwoc_isa.c 84 struct sca_softc sc_sca; /* the SCA itself */
113 * functions that read and write to the sca registers
149 ntwoc_isa_set_page(struct sca_softc *sca, bus_addr_t addr)
154 psr = bus_space_read_1(sca->sc_iot, sca->sc_ioh, NTWOC_PSR);
156 psr |= ((addr >> sca->scu_pageshift) & NTWOC_PG_MSK);
157 bus_space_write_1(sca->sc_iot, sca->sc_ioh, NTWOC_PSR, psr);
164 ntwoc_isa_set_on(struct sca_softc *sca)
169 pcr = bus_space_read_1(sca->sc_iot, sca->sc_ioh, NTWOC_PCR)
387 struct sca_softc *sca; local in function:ntwoc_isa_attach
    [all...]
  /src/sys/dev/pci/
if_ntwoc_pci.c 113 struct sca_softc sc_sca; /* the SCA itself */
147 * functions that read and write to the sca registers
194 struct sca_softc *sca = &sc->sc_sca; local in function:ntwoc_pci_attach
221 &sca->sc_iot, &sca->sc_ioh, NULL, NULL)) {
222 aprint_error_dev(self, "Can't map register space (SCA)\n");
265 * 0x20 - Master RAM - Map SCA Base at 0
285 * pass the DMA tag to the SCA
287 sca->sc_usedma = 1;
288 sca->scu_dmat = pa->pa_dmat
    [all...]
  /src/sys/dev/scsipi/
scsipi_ioctl.c 396 struct scsi_addr *sca = (struct scsi_addr *)addr; local in function:scsipi_do_ioctl
400 sca->type = TYPE_SCSI;
401 sca->addr.scsi.scbus =
403 sca->addr.scsi.target = periph->periph_target;
404 sca->addr.scsi.lun = periph->periph_lun;
407 sca->type = TYPE_ATAPI;
408 sca->addr.atapi.atbus =
410 sca->addr.atapi.drive = periph->periph_target;
418 struct oscsi_addr *sca = (struct oscsi_addr *)addr; local in function:scsipi_do_ioctl
422 sca->scbus
    [all...]
  /src/sys/dev/ic/
hd64570.c 184 sca_write_1(scp->sca, scp->msci_off + reg, val);
190 return sca_read_1(scp->sca, scp->msci_off + reg);
196 sca_write_1(scp->sca, scp->dmac_off + reg, val);
202 sca_write_2(scp->sca, scp->dmac_off + reg, val);
208 return sca_read_1(scp->sca, scp->dmac_off + reg);
214 return sca_read_2(scp->sca, scp->dmac_off + reg);
345 panic("sca can\'t handle more than 2 or less than 1 ports");
414 scp->sca = sc; /* point back to the parent */
651 panic("sca: tx descriptors cross architecural boundary");
654 panic("sca: tx buffers cross architecural boundary")
    [all...]
hd64570var.h 133 struct sca_softc *sca; /* pointer to parent */ member in struct:sca_port
145 * a callback into the parent, since the SCA chip has no control
171 bus_space_handle_t p_sca_ioh[16]; /* io for sca regs */
  /src/lib/libc/net/
sctp_sys_calls.c 135 struct sctp_connectx_addrs sca; local in function:sctp_connectx
173 sca.cx_num = cnt;
174 sca.cx_len = (int)len;
175 sca.cx_addrs = addrs;
176 ret = ioctl(sd, SIOCCONNECTX, (void *)&sca);
178 memcpy(id, &sca.cx_num, sizeof(sctp_assoc_t));
523 struct sctp_connectx_addrs sca; local in function:sctp_sendx
548 sca.cx_num = cnt;
549 sca.cx_len = (int)len;
550 sca.cx_addrs = addrs
    [all...]
  /src/sys/netinet/
sctp_usrreq.c 1141 sctp_do_connect_x(struct socket *so, struct sctp_connectx_addrs *sca,
1183 len = sca->cx_len;
1184 totaddr = sca->cx_num;
1188 error = copyin(sca->cx_addrs, buf, len);
1305 memcpy(&sca->cx_num, &id, sizeof(sctp_assoc_t));
  /src/sys/dev/usb/
ugen.c 195 const struct ugen_softc *sca = vsca; local in function:compare_ugen
198 if (sca->sc_unit < scb->sc_unit)
200 if (sca->sc_unit > scb->sc_unit)
  /src/tests/usr.bin/netpgpverify/
t_netpgpverify.sh 5199 +KHAxlf+Xrh/fKIFSWgJgGKBxYCX1Qr5Sz9TdmDmyzD/sca/Xz78z2j8+/UX+a7x

Completed in 67 milliseconds