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

  /src/sys/dev/eisa/
eisa.c 93 struct eisabus_attach_args *eba = aux; local in function:eisaattach
99 eisa_attach_hook(parent, self, eba);
102 iot = eba->eba_iot;
103 memt = eba->eba_memt;
104 ec = eba->eba_ec;
105 dmat = eba->eba_dmat;
  /src/sys/arch/sparc64/dev/
ebus_mainbus.c 94 struct ebus_attach_args eba; local in function:ebus_mainbus_attach
169 if (ebus_setup_attach_args(sc, node, &eba) != 0) {
176 eba.ea_name));
177 (void)config_found(self, &eba, ebus_print,
181 ebus_destroy_attach_args(&eba);
ebus.c 145 struct ebus_attach_args eba; local in function:ebus_attach
211 if (ebus_setup_attach_args(sc, node, &eba) != 0) {
216 eba.ea_name));
217 (void)config_found(self, &eba, ebus_print,
221 ebus_destroy_attach_args(&eba);
  /src/sys/dev/usb/
ehci.c 4465 const bus_addr_t eba = DMAADDR(dma_buf, offs - 1); local in function:ehci_device_fs_isoc_transfer
4467 htole32(EHCI_SITD_SET_BPTR(BUS_ADDR_LO32(eba)));
4468 sitd->sitd->sitd_buffer_hi[1] = htole32(BUS_ADDR_HI32(eba));

Completed in 32 milliseconds