setup 1374 dev/ic/aic79xx.h ahd_device_setup_t *setup; setup 1178 dev/ic/aic7xxxvar.h ahc_device_setup_t *setup; setup 1187 dev/ic/aic7xxxvar.h ahc_device_setup_t *setup; setup 1074 dev/ic/bha.c struct bha_setup setup; setup 1135 dev/ic/bha.c rlen = sizeof(setup.reply) + setup 1136 dev/ic/bha.c (ISWIDE(sc) ? sizeof(setup.reply_w) : 0); setup 1137 dev/ic/bha.c setup.cmd.opcode = BHA_INQUIRE_SETUP; setup 1138 dev/ic/bha.c setup.cmd.len = rlen; setup 1140 dev/ic/bha.c sizeof(setup.cmd), (u_char *)&setup.cmd, setup 1141 dev/ic/bha.c rlen, (u_char *)&setup.reply); setup 1144 dev/ic/bha.c setup.reply.sync_neg ? "sync" : "async", setup 1145 dev/ic/bha.c setup.reply.parity ? "parity" : "no parity"); setup 1148 dev/ic/bha.c period.reply.period[i] = setup.reply.sync[i].period * 5 + 20; setup 1152 dev/ic/bha.c setup.reply_w.sync_high[i].period * 5 + 20; setup 1166 dev/ic/bha.c if (!setup.reply.sync[i].valid || setup 1167 dev/ic/bha.c (!setup.reply.sync[i].offset && setup 1168 dev/ic/bha.c !setup.reply.sync[i].period)) setup 1172 dev/ic/bha.c setup.reply.sync[i].offset, period.reply.period[i] * 10); setup 1176 dev/ic/bha.c if (!setup.reply_w.sync_high[i].valid || setup 1177 dev/ic/bha.c (!setup.reply_w.sync_high[i].offset && setup 1178 dev/ic/bha.c !setup.reply_w.sync_high[i].period)) setup 1182 dev/ic/bha.c setup.reply_w.sync_high[i].offset, setup 104 dev/ic/lsi64854.c sc->setup = lsi64854_setup; setup 108 dev/ic/lsi64854.c sc->setup = lsi64854_setup; setup 112 dev/ic/lsi64854.c sc->setup = lsi64854_setup_pp; setup 63 dev/ic/lsi64854var.h int (*setup)(struct lsi64854_softc *, caddr_t *, size_t *, setup 85 dev/ic/lsi64854var.h #define DMA_SETUP(sc, a, l, d, s) (((sc)->setup)(sc, a, l, d, s)) setup 1043 dev/isa/aha.c struct aha_setup setup; setup 1096 dev/isa/aha.c setup.cmd.opcode = AHA_INQUIRE_SETUP; setup 1097 dev/isa/aha.c setup.cmd.len = sizeof(setup.reply); setup 1098 dev/isa/aha.c aha_cmd(iobase, sc, sizeof(setup.cmd), (u_char *)&setup.cmd, setup 1099 dev/isa/aha.c sizeof(setup.reply), (u_char *)&setup.reply); setup 1103 dev/isa/aha.c setup.reply.sync_neg ? "sync" : "async", setup 1104 dev/isa/aha.c setup.reply.parity ? "parity" : "no parity"); setup 1107 dev/isa/aha.c if (!setup.reply.sync[i].valid || setup 1108 dev/isa/aha.c (!setup.reply.sync[i].offset && setup 1109 dev/isa/aha.c !setup.reply.sync[i].period)) setup 1112 dev/isa/aha.c sc->sc_dev.dv_xname, i, setup.reply.sync[i].offset, setup 1113 dev/isa/aha.c setup.reply.sync[i].period * 50 + 200); setup 142 dev/pci/agp.c agp_setup *setup; setup 215 dev/pci/agp.c setup = (agp_setup *)addr; setup 216 dev/pci/agp.c error = AGP_ENABLE(sc, setup->agp_mode); setup 697 dev/pci/ahc_pci.c return (entry != NULL && entry->setup != NULL) ? 1 : 0; setup 773 dev/pci/ahc_pci.c error = entry->setup(ahc); setup 371 dev/pci/ahd_pci.c error = entry->setup(ahd, pa); setup 2762 dev/usb/ehci.c ehci_soft_qtd_t *setup, *stat, *next; setup 2778 dev/usb/ehci.c setup = ehci_alloc_sqtd(sc); setup 2779 dev/usb/ehci.c if (setup == NULL) { setup 2822 dev/usb/ehci.c setup->qtd.qtd_status = htole32( setup 2828 dev/usb/ehci.c setup->qtd.qtd_buffer[0] = htole32(DMAADDR(&epipe->u.ctl.reqdma, 0)); setup 2829 dev/usb/ehci.c setup->qtd.qtd_buffer_hi[0] = 0; setup 2830 dev/usb/ehci.c setup->nextqtd = next; setup 2831 dev/usb/ehci.c setup->qtd.qtd_next = setup->qtd.qtd_altnext = htole32(next->physaddr); setup 2832 dev/usb/ehci.c setup->xfer = xfer; setup 2833 dev/usb/ehci.c setup->len = sizeof(*req); setup 2852 dev/usb/ehci.c ehci_dump_sqtds(setup); setup 2856 dev/usb/ehci.c exfer->sqtdstart = setup; setup 2867 dev/usb/ehci.c ehci_set_qh_qtd(sqh, setup); setup 2885 dev/usb/ehci.c ehci_dump_sqtds(setup); setup 2894 dev/usb/ehci.c ehci_free_sqtd(sc, setup); setup 1652 dev/usb/if_uath.c struct uath_cmd_setup setup; setup 1657 dev/usb/if_uath.c setup.magic1 = htobe32(1); setup 1658 dev/usb/if_uath.c setup.magic2 = htobe32(5); setup 1659 dev/usb/if_uath.c setup.magic3 = htobe32(200); setup 1660 dev/usb/if_uath.c setup.magic4 = htobe32(27); setup 1662 dev/usb/if_uath.c error = uath_cmd_write(sc, UATH_CMD_SETUP, &setup, sizeof setup, setup 230 dev/usb/ohci.c ohci_soft_td_t *setup, *data, *stat; setup 1655 dev/usb/ohci.c ohci_soft_td_t *setup, *stat, *next, *tail; setup 1671 dev/usb/ohci.c setup = opipe->tail.td; setup 1714 dev/usb/ohci.c setup->td.td_flags = htole32(OHCI_TD_SETUP | OHCI_TD_NOCC | setup 1716 dev/usb/ohci.c setup->td.td_cbp = htole32(DMAADDR(&opipe->u.ctl.reqdma, 0)); setup 1717 dev/usb/ohci.c setup->nexttd = next; setup 1718 dev/usb/ohci.c setup->td.td_nexttd = htole32(next->physaddr); setup 1719 dev/usb/ohci.c setup->td.td_be = htole32(letoh32(setup->td.td_cbp) + sizeof *req - 1); setup 1720 dev/usb/ohci.c setup->len = 0; setup 1721 dev/usb/ohci.c setup->xfer = xfer; setup 1722 dev/usb/ohci.c setup->flags = 0; setup 1723 dev/usb/ohci.c xfer->hcpriv = setup; setup 1740 dev/usb/ohci.c ohci_dump_tds(setup); setup 1766 dev/usb/ohci.c ohci_dump_tds(setup); setup 112 dev/usb/uhci.c uhci_soft_td_t *setup, *stat; setup 2164 dev/usb/uhci.c uhci_soft_td_t *setup, *data, *stat, *next, *dataend; setup 2182 dev/usb/uhci.c setup = upipe->u.ctl.setup; setup 2203 dev/usb/uhci.c setup->link.std = next; setup 2204 dev/usb/uhci.c setup->td.td_link = htole32(next->physaddr | UHCI_PTR_VF | UHCI_PTR_TD); setup 2205 dev/usb/uhci.c setup->td.td_status = htole32(UHCI_TD_SET_ERRCNT(3) | ls | setup 2207 dev/usb/uhci.c setup->td.td_token = htole32(UHCI_TD_SETUP(sizeof *req, endpt, addr)); setup 2208 dev/usb/uhci.c setup->td.td_buffer = htole32(DMAADDR(&upipe->u.ctl.reqdma, 0)); setup 2222 dev/usb/uhci.c uhci_dump_tds(setup); setup 2228 dev/usb/uhci.c ii->stdstart = setup; setup 2237 dev/usb/uhci.c sqh->elink = setup; setup 2238 dev/usb/uhci.c sqh->qh.qh_elink = htole32(setup->physaddr | UHCI_PTR_TD); setup 2855 dev/usb/uhci.c upipe->u.ctl.setup = uhci_alloc_std(sc); setup 2856 dev/usb/uhci.c if (upipe->u.ctl.setup == NULL) { setup 2863 dev/usb/uhci.c uhci_free_std(sc, upipe->u.ctl.setup); setup 2871 dev/usb/uhci.c uhci_free_std(sc, upipe->u.ctl.setup);