| /netbsd-src/sys/dev/isa/ |
| H A D | esp_isa.c | 171 struct esp_isa_probe_data *epd) in esp_isa_find() argument 182 epd->sc_cfg4 = NCRCFG4_ACTNEG; in esp_isa_find() 183 epd->sc_cfg5 = NCRCFG5_CRS1 | NCRCFG5_AADDR | NCRCFG5_PTRINC; in esp_isa_find() 189 bus_space_write_1(iot, ioh, NCR_CFG5, epd->sc_cfg5); in esp_isa_find() 208 epd->sc_isncr = (vers & ISNCR); in esp_isa_find() 209 epd->sc_rev = ((vers & REV_MASK) == ISESP406) ? in esp_isa_find() 215 epd->sc_msize = (jmp & NCRJMP_ROMSZ) ? 0x4000 : 0x8000; in esp_isa_find() 216 epd->sc_parity = jmp & NCRJMP_J2; in esp_isa_find() 217 epd->sc_sync = jmp & NCRJMP_J4; in esp_isa_find() 218 epd->sc_id = (jmp & NCRJMP_J3) ? 7 : 6; in esp_isa_find() [all …]
|
| H A D | nca_isa.c | 169 bus_size_t max_offset, struct nca_isa_probe_data *epd) in nca_isa_find() argument 225 epd->sc_reg_offset = base_offset; in nca_isa_find() 226 epd->sc_host_type = cont_type; in nca_isa_find() 248 struct nca_isa_probe_data epd; in nca_isa_match() local 262 rv = nca_isa_find(iot, ioh, 0x07, &epd); in nca_isa_match() 280 rv = nca_isa_find(memt, ioh, 0x03ff0, &epd); in nca_isa_match() 286 ia->ia_iomem[0].ir_addr += epd.sc_reg_offset; in nca_isa_match() 308 struct nca_isa_probe_data epd; in nca_isa_attach() local 331 switch (nca_isa_find(iot, ioh, NCA_ISA_IOSIZE, &epd)) { in nca_isa_attach()
|
| /netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| H A D | dt_handle.c | 145 epd->dtepd_rec[(ndx)].dtrd_offset)) 150 dtrace_eprobedesc_t *epd = data->dtpda_edesc, *errepd; in dt_handle_err() local 163 assert(epd->dtepd_uarg == DT_ECB_ERROR); in dt_handle_err() 165 if (epd->dtepd_nrecs != 5 || strcmp(pd->dtpd_provider, "dtrace") != 0 || in dt_handle_err() 469 dtrace_eprobedesc_t *epd = data->dtpda_edesc; in dt_handle() local 472 switch (epd->dtepd_uarg) { in dt_handle()
|
| H A D | dt_consume.c | 414 dtrace_eprobedesc_t *epd = data->dtpda_edesc, *nepd; in dt_flowindent() local 422 dtrace_epid_t next, id = epd->dtepd_epid; in dt_flowindent() 467 offs += epd->dtepd_size; in dt_flowindent() 2126 dtrace_eprobedesc_t *epd; in dt_consume_cpu() local 2146 epd = data.dtpda_edesc; in dt_consume_cpu() 2179 for (i = 0; i < epd->dtepd_nrecs; i++) { in dt_consume_cpu() 2181 dtrace_recdesc_t *rec = &epd->dtepd_rec[i]; in dt_consume_cpu() 2217 if (i == epd->dtepd_nrecs - 1) in dt_consume_cpu() 2235 if (i == epd->dtepd_nrecs - 1) { in dt_consume_cpu() 2240 valrec = &epd->dtepd_rec[++i]; in dt_consume_cpu() [all …]
|
| /netbsd-src/sys/dev/usb/ |
| H A D | umidi.c | 663 usb_endpoint_descriptor_t *epd; in alloc_pipe() local 665 epd = usbd_get_endpoint_descriptor(sc->sc_iface, ep->addr); in alloc_pipe() 679 ep->buffer_size = UGETW(epd->wMaxPacketSize); in alloc_pipe() 776 usb_endpoint_descriptor_t *epd; in alloc_all_endpoints_fixed_ep() local 796 epd = usbd_interface2endpoint_descriptor( in alloc_all_endpoints_fixed_ep() 799 if (!epd) { in alloc_all_endpoints_fixed_ep() 806 if (UE_GET_XFERTYPE(epd->bmAttributes)!=UE_BULK || in alloc_all_endpoints_fixed_ep() 807 UE_GET_DIR(epd->bEndpointAddress)!=UE_DIR_OUT) { in alloc_all_endpoints_fixed_ep() 814 ep->addr = epd->bEndpointAddress; in alloc_all_endpoints_fixed_ep() 822 epd = usbd_interface2endpoint_descriptor( in alloc_all_endpoints_fixed_ep() [all …]
|
| /netbsd-src/sys/arch/hppa/hppa/ |
| H A D | fpemu.S | 49 #define FP_TABLE3(name,ep0,ep1,ep2,ep3,ep4,ep5,ep6,ep7,ep8,ep9,epa,epb,epc,epd,epe,epf) \ argument 69 .import __CONCAT(__CONCAT(epd,_),name), code ! \ 72 .word __CONCAT(__CONCAT(ep0,_),name), __CONCAT(__CONCAT(ep1,_),name), __CONCAT(__CONCAT(ep2,_),name), __CONCAT(__CONCAT(ep3,_),name), __CONCAT(__CONCAT(ep4,_),name), __CONCAT(__CONCAT(ep5,_),name), __CONCAT(__CONCAT(ep6,_),name), __CONCAT(__CONCAT(ep7,_),name), __CONCAT(__CONCAT(ep8,_),name), __CONCAT(__CONCAT(ep9,_),name), __CONCAT(__CONCAT(epa,_),name), __CONCAT(__CONCAT(epb,_),name), __CONCAT(__CONCAT(epc,_),name), __CONCAT(__CONCAT(epd,_),name), __CONCAT(__CONCAT(epe,_),name), __CONCAT(__CONCAT(epf,_),name)
|