HomeSort by: relevance | last modified time | path
    Searched defs:tcl (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/arch/pmax/tc/
asc_ioasic.c 313 u_int tcl, tcm, ssr, scr, intr; local in function:asc_ioasic_intr
341 tcl = ASC_READ_REG(asc, NCR_TCL);
343 NCR_DMA(("ioasic_intr: discarded %d bytes (tcl=%d, tcm=%d)\n",
344 tcl | (tcm << 8), tcl, tcm));
355 resid += (tcl = ASC_READ_REG(asc, NCR_TCL));
364 NCR_DMA(("ioasic_intr: tcl=%d, tcm=%d; trans=%d, resid=%d\n",
365 tcl, tcm, trans, resid));
  /src/sys/arch/vax/vsa/
asc_vsbus.c 345 u_int tcl, tcm; local in function:asc_vsbus_dma_intr
355 tcl = NCR_READ_REG(sc, NCR_TCL);
357 NCR_DMA(("asc_vsbus_intr: discarded %d bytes (tcl=%d, tcm=%d)\n",
358 tcl | (tcm << 8), tcl, tcm));
377 resid += (tcl = NCR_READ_REG(sc, NCR_TCL));
386 NCR_DMA(("asc_vsbus_intr: tcl=%d, tcm=%d; trans=%d, resid=%d\n",
387 tcl, tcm, trans, resid));
  /src/sys/dev/tc/
asc_tcds.c 340 uint32_t tcl, tcm; local in function:tcds_dma_intr
359 tcl = NCR_READ_REG(sc, NCR_TCL);
361 NCR_DMA(("dma_intr: discarded %d bytes (tcl=%d, tcm=%d)\n",
362 tcl | (tcm << 8), tcl, tcm));
373 resid += (tcl = NCR_READ_REG(sc, NCR_TCL));
383 NCR_DMA(("dma_intr: tcl=%d, tcm=%d; trans=%d, resid=%d\n",
384 tcl, tcm, trans, resid));
  /src/sys/arch/mipsco/obio/
asc.c 392 u_int tcl, tcm; local in function:asc_dma_intr
408 resid += (tcl = NCR_READ_REG(sc, NCR_TCL)) +
423 NCR_DMA(("asc_intr: tcl=%d, tcm=%d; trans=%d, resid=%d\n",
424 tcl, tcm, trans, resid));
  /src/sys/arch/x68k/x68k/
iodevice.h 250 char pad1c; unsigned char tcl; member in struct:spc
  /src/sys/dev/pci/
mpii.c 1865 struct mpii_evt_sas_tcl *tcl; local in function:mpii_event_sas
1877 tcl = (struct mpii_evt_sas_tcl *)(enp + 1);
1878 pe = (struct mpii_evt_phy_entry *)(tcl + 1);
1880 for (i = 0; i < tcl->num_entries; i++, pe++) {
1884 sc->sc_pd_id_start + tcl->start_phy_num + i,
1885 tcl->start_phy_num + i, le16toh(tcl->enclosure_handle), le16toh(tcl->expander_handle));
1902 dev->slot = sc->sc_pd_id_start + tcl->start_phy_num + i;
1904 dev->phy_num = tcl->start_phy_num + i
1947 struct mpii_evt_sas_tcl *tcl; local in function:mpii_event_sas_work
    [all...]
  /src/sys/dev/ic/
aic79xx.c 6908 * table entry for TCL. Return the offset into
6909 * the SCB that contains the entry for TCL.
6912 * of the TCL entry is complete.
6915 ahd_index_busy_tcl(struct ahd_softc *ahd, u_int *saved_scbid, u_int tcl)
6922 ahd_set_scbptr(ahd, TCL_LUN(tcl)
6923 | ((TCL_TARGET_OFFSET(tcl) & 0xC) << 4));
6930 return (((TCL_TARGET_OFFSET(tcl) & 0x3) << 1) + SCB_DISCONNECTED_LISTS);
6937 ahd_find_busy_tcl(struct ahd_softc *ahd, u_int tcl)
6943 scb_offset = ahd_index_busy_tcl(ahd, &saved_scbptr, tcl);
6950 ahd_busy_tcl(struct ahd_softc *ahd, u_int tcl, u_int scbid
7498 u_int tcl; local in function:ahd_abort_scbs
    [all...]
aic7xxx.c 5023 u_int tcl; local in function:ahc_suspend
5025 tcl = BUILD_TCL(i << 4, j);
5026 *ptr = ahc_index_busy_tcl(ahc, tcl);
5105 u_int tcl; local in function:ahc_resume
5107 tcl = BUILD_TCL(i << 4, j);
5108 ahc_busy_tcl(ahc, tcl, *ptr);
5121 ahc_index_busy_tcl(struct ahc_softc *ahc, u_int tcl)
5130 ahc_outb(ahc, SCBPTR, TCL_LUN(tcl));
5131 scbid = ahc_inb(ahc, SCB_64_BTT + TCL_TARGET_OFFSET(tcl));
5134 target_offset = TCL_TARGET_OFFSET(tcl);
5816 u_int tcl; local in function:ahc_abort_scbs
    [all...]

Completed in 23 milliseconds