/src/sys/dev/isa/ |
esp_isa.c | 171 struct esp_isa_probe_data *epd) 182 epd->sc_cfg4 = NCRCFG4_ACTNEG; 183 epd->sc_cfg5 = NCRCFG5_CRS1 | NCRCFG5_AADDR | NCRCFG5_PTRINC; 189 bus_space_write_1(iot, ioh, NCR_CFG5, epd->sc_cfg5); 208 epd->sc_isncr = (vers & ISNCR); 209 epd->sc_rev = ((vers & REV_MASK) == ISESP406) ? 215 epd->sc_msize = (jmp & NCRJMP_ROMSZ) ? 0x4000 : 0x8000; 216 epd->sc_parity = jmp & NCRJMP_J2; 217 epd->sc_sync = jmp & NCRJMP_J4; 218 epd->sc_id = (jmp & NCRJMP_J3) ? 7 : 6 314 struct esp_isa_probe_data epd; local in function:esp_isa_match 367 struct esp_isa_probe_data epd; local in function:esp_isa_attach [all...] |
nca_isa.c | 169 bus_size_t max_offset, struct nca_isa_probe_data *epd) 225 epd->sc_reg_offset = base_offset; 226 epd->sc_host_type = cont_type; 248 struct nca_isa_probe_data epd; local in function:nca_isa_match 262 rv = nca_isa_find(iot, ioh, 0x07, &epd); 280 rv = nca_isa_find(memt, ioh, 0x03ff0, &epd); 286 ia->ia_iomem[0].ir_addr += epd.sc_reg_offset; 308 struct nca_isa_probe_data epd; local in function:nca_isa_attach 331 switch (nca_isa_find(iot, ioh, NCA_ISA_IOSIZE, &epd)) {
|
/src/sys/dev/usb/ |
umidi.c | 663 usb_endpoint_descriptor_t *epd; local in function:alloc_pipe 665 epd = usbd_get_endpoint_descriptor(sc->sc_iface, ep->addr); 679 ep->buffer_size = UGETW(epd->wMaxPacketSize); 776 usb_endpoint_descriptor_t *epd; local in function:alloc_all_endpoints_fixed_ep 796 epd = usbd_interface2endpoint_descriptor( 799 if (!epd) { 806 if (UE_GET_XFERTYPE(epd->bmAttributes)!=UE_BULK || 807 UE_GET_DIR(epd->bEndpointAddress)!=UE_DIR_OUT) { 814 ep->addr = epd->bEndpointAddress; 822 epd = usbd_interface2endpoint_descriptor 879 usb_endpoint_descriptor_t *epd; local in function:alloc_all_endpoints_yamaha [all...] |