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

  /src/sys/arch/amiga/dev/
if_ne_xsh.c 104 bus_space_tag_t xsht; local in function:ne_xsh_attach
115 xsht = &zsc->sc_bst;
118 if (bus_space_map(xsht, NE2000_NIC_OFFSET, NE2000_NPORTS, 0, &nich)) {
122 if (bus_space_subregion(xsht, nich, NE2000_ASIC_OFFSET,
129 ne_xsh_debug_mapping(xsht, nich, asich);
132 dsc->sc_regt = xsht;
135 nsc->sc_asict = xsht;
164 ne_xsh_debug_mapping(bus_space_tag_t xsht, bus_space_handle_t nich,
if_ne_xsh.c 104 bus_space_tag_t xsht; local in function:ne_xsh_attach
115 xsht = &zsc->sc_bst;
118 if (bus_space_map(xsht, NE2000_NIC_OFFSET, NE2000_NPORTS, 0, &nich)) {
122 if (bus_space_subregion(xsht, nich, NE2000_ASIC_OFFSET,
129 ne_xsh_debug_mapping(xsht, nich, asich);
132 dsc->sc_regt = xsht;
135 nsc->sc_asict = xsht;
164 ne_xsh_debug_mapping(bus_space_tag_t xsht, bus_space_handle_t nich,

Completed in 23 milliseconds