Searched refs:BS_UNIMPLEMENTED (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/arm/arm/ |
H A D | bus_space_base.c | 71 .bs_rm_8 = BS_UNIMPLEMENTED, 77 .bs_rr_8 = BS_UNIMPLEMENTED, 89 .bs_wm_8 = BS_UNIMPLEMENTED, 95 .bs_wr_8 = BS_UNIMPLEMENTED, 98 .bs_sm_1 = BS_UNIMPLEMENTED, 99 .bs_sm_2 = BS_UNIMPLEMENTED, 100 .bs_sm_4 = BS_UNIMPLEMENTED, 101 .bs_sm_8 = BS_UNIMPLEMENTED, 107 .bs_sr_8 = BS_UNIMPLEMENTED, 110 .bs_c_1 = BS_UNIMPLEMENTED, [all …]
|
/freebsd/sys/arm/include/ |
H A D | bus.h | 731 #define BS_UNIMPLEMENTED (void *)generic_bs_unimplemented macro
|