/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...] |
/src/sys/arch/hppa/hppa/ |
fpemu.S | 49 #define FP_TABLE3(name,ep0,ep1,ep2,ep3,ep4,ep5,ep6,ep7,ep8,ep9,epa,epb,epc,epd,epe,epf) \ 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)
|