Lines Matching defs:en_t
297 ethernec_init_bus_space_tag(bus_space_tag_t en_t)
300 if (en_t == NULL)
303 memset(en_t, 0, sizeof(*en_t));
306 en_t->abs_p_1 = ethernec_bus_space_peek_1;
307 en_t->abs_p_2 = (void *)ethernec_bus_space_unimpl;
308 en_t->abs_p_4 = (void *)ethernec_bus_space_unimpl;
309 en_t->abs_p_8 = (void *)ethernec_bus_space_unimpl;
310 en_t->abs_r_1 = ethernec_bus_space_read_1;
311 en_t->abs_r_2 = (void *)ethernec_bus_space_unimpl;
312 en_t->abs_r_4 = (void *)ethernec_bus_space_unimpl;
313 en_t->abs_r_8 = (void *)ethernec_bus_space_unimpl;
314 en_t->abs_rs_1 = ethernec_bus_space_read_1;
315 en_t->abs_rs_2 = (void *)ethernec_bus_space_unimpl;
316 en_t->abs_rs_4 = (void *)ethernec_bus_space_unimpl;
317 en_t->abs_rs_8 = (void *)ethernec_bus_space_unimpl;
318 en_t->abs_rm_1 = ethernec_bus_space_read_multi_1;
319 en_t->abs_rm_2 = (void *)ethernec_bus_space_unimpl;
320 en_t->abs_rm_4 = (void *)ethernec_bus_space_unimpl;
321 en_t->abs_rm_8 = (void *)ethernec_bus_space_unimpl;
322 en_t->abs_rms_1 = ethernec_bus_space_read_multi_1;
323 en_t->abs_rms_2 = ethernec_bus_space_read_multi_2; /* XXX dummy */
324 en_t->abs_rms_4 = (void *)ethernec_bus_space_unimpl;
325 en_t->abs_rms_8 = (void *)ethernec_bus_space_unimpl;
326 en_t->abs_rr_1 = (void *)ethernec_bus_space_unimpl;
327 en_t->abs_rr_2 = (void *)ethernec_bus_space_unimpl;
328 en_t->abs_rr_4 = (void *)ethernec_bus_space_unimpl;
329 en_t->abs_rr_8 = (void *)ethernec_bus_space_unimpl;
330 en_t->abs_rrs_1 = (void *)ethernec_bus_space_unimpl;
331 en_t->abs_rrs_2 = (void *)ethernec_bus_space_unimpl;
332 en_t->abs_rrs_4 = (void *)ethernec_bus_space_unimpl;
333 en_t->abs_rrs_8 = (void *)ethernec_bus_space_unimpl;
334 en_t->abs_w_1 = ethernec_bus_space_write_1;
335 en_t->abs_w_2 = (void *)ethernec_bus_space_unimpl;
336 en_t->abs_w_4 = (void *)ethernec_bus_space_unimpl;
337 en_t->abs_w_8 = (void *)ethernec_bus_space_unimpl;
338 en_t->abs_ws_1 = ethernec_bus_space_write_1;
339 en_t->abs_ws_2 = (void *)ethernec_bus_space_unimpl;
340 en_t->abs_ws_4 = (void *)ethernec_bus_space_unimpl;
341 en_t->abs_ws_8 = (void *)ethernec_bus_space_unimpl;
342 en_t->abs_wm_1 = ethernec_bus_space_write_multi_1;
343 en_t->abs_wm_2 = (void *)ethernec_bus_space_unimpl;
344 en_t->abs_wm_4 = (void *)ethernec_bus_space_unimpl;
345 en_t->abs_wm_8 = (void *)ethernec_bus_space_unimpl;
346 en_t->abs_wms_1 = ethernec_bus_space_write_multi_1;
347 en_t->abs_wms_2 = ethernec_bus_space_write_multi_2; /* XXX dummy */
348 en_t->abs_wms_4 = (void *)ethernec_bus_space_unimpl;
349 en_t->abs_wms_8 = (void *)ethernec_bus_space_unimpl;
350 en_t->abs_wr_1 = (void *)ethernec_bus_space_unimpl;
351 en_t->abs_wr_2 = (void *)ethernec_bus_space_unimpl;
352 en_t->abs_wr_4 = (void *)ethernec_bus_space_unimpl;
353 en_t->abs_wr_8 = (void *)ethernec_bus_space_unimpl;
354 en_t->abs_wrs_1 = (void *)ethernec_bus_space_unimpl;
355 en_t->abs_wrs_2 = (void *)ethernec_bus_space_unimpl;
356 en_t->abs_wrs_4 = (void *)ethernec_bus_space_unimpl;
357 en_t->abs_wrs_8 = (void *)ethernec_bus_space_unimpl;
358 en_t->abs_sm_1 = (void *)ethernec_bus_space_unimpl;
359 en_t->abs_sm_2 = (void *)ethernec_bus_space_unimpl;
360 en_t->abs_sm_4 = (void *)ethernec_bus_space_unimpl;
361 en_t->abs_sm_8 = (void *)ethernec_bus_space_unimpl;
362 en_t->abs_sr_1 = (void *)ethernec_bus_space_unimpl;
363 en_t->abs_sr_2 = (void *)ethernec_bus_space_unimpl;
364 en_t->abs_sr_4 = (void *)ethernec_bus_space_unimpl;
365 en_t->abs_sr_8 = (void *)ethernec_bus_space_unimpl;
367 return en_t;