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

  /src/sys/arch/sgimips/eisa/
eisa_machdep.c 82 eisa_attach_hook(device_t parent, device_t self, struct eisabus_attach_args *eba)
  /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/alpha/jensenio/
jensenio.c 235 struct eisabus_attach_args *eba)
245 eisa_init(eba->eba_ec);
  /src/sys/arch/sparc64/dev/
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);
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);
  /src/sys/arch/prep/eisa/
eisa_machdep.c 110 struct eisabus_attach_args *eba)
  /src/sys/arch/alpha/pci/
sio.c 307 sio_eisa_attach_hook(device_t parent, device_t self, struct eisabus_attach_args *eba)
311 eisa_init(eba->eba_ec);
  /src/sys/arch/i386/eisa/
eisa_machdep.c 107 struct eisabus_attach_args *eba)
  /src/sys/arch/alpha/eisa/
eisa_machdep.c 50 struct eisabus_attach_args *eba)
52 eba->eba_ec->ec_attach_hook(parent, self, eba);
  /src/lib/libm/noieee_src/
n_atan2.c 123 vc(a5, 9.0909091380563043783E-2 ,2e8b,3eba,d70c,b31b, -3, .BA2E8BB31BD70C)
  /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 19 milliseconds