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

  /src/sys/arch/mips/adm5120/include/
adm5120_extiovar.h 41 bus_addr_t ea_addr; /* address of device */ member in struct:extio_attach_args
  /src/sys/arch/powerpc/powerpc/
trap.c 895 const register_t ea_addr = tf->tf_dar; local in function:fix_unaligned
902 if (copyin((void *)ea_addr,
912 *a_reg_addr = ea_addr;
947 const register_t ea_addr = tf->tf_dar; local in function:fix_unaligned
959 (void *)ea_addr,
965 (void *)ea_addr,
979 *a_reg_addr = ea_addr;
992 const register_t ea_addr = tf->tf_dar; local in function:fix_unaligned
998 if (copyin((void *)ea_addr,
1008 *a_reg_addr = ea_addr;
1035 const register_t ea_addr = tf->tf_dar; local in function:fix_unaligned
    [all...]
  /src/sys/arch/mips/adm5120/
adm5120_extio.c 132 ea->ea_addr = ed->ed_addr;
395 cf->cf_loc[EXTIOCF_ADDR] != ea->ea_addr)
410 if (ea->ea_addr != EXTIOCF_ADDR_DEFAULT)
411 aprint_normal(" addr 0x%"PRIxBUSADDR, ea->ea_addr);
  /src/sys/arch/mips/adm5120/dev/
wdc_extio.c 172 if (bus_space_map(wdr->cmd_iot, ea->ea_addr, WDC_OBIO_CF_WINSIZE, 0,

Completed in 12 milliseconds