Searched refs:KTR_BE_IO (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/powerpc/powerpc/ |
H A D | bus_machdep.c | 35 #define KTR_BE_IO 0 macro 195 CTR4(KTR_BE_IO, "%s(bsh=%#x, ofs=%#x) = %#x", __func__, bsh, ofs, res); in native_bs_rs_1() 208 CTR4(KTR_BE_IO, "%s(bsh=%#x, ofs=%#x) = %#x", __func__, bsh, ofs, res); in native_bs_rs_2() 221 CTR4(KTR_BE_IO, "%s(bsh=%#x, ofs=%#x) = %#x", __func__, bsh, ofs, res); in native_bs_rs_4() 309 CTR4(KTR_BE_IO, "%s(bsh=%#x, ofs=%#x, val=%#x)", __func__, bsh, ofs, val); in native_bs_ws_1() 320 CTR4(KTR_BE_IO, "%s(bsh=%#x, ofs=%#x, val=%#x)", __func__, bsh, ofs, val); in native_bs_ws_2() 331 CTR4(KTR_BE_IO, "%s(bsh=%#x, ofs=%#x, val=%#x)", __func__, bsh, ofs, val); in native_bs_ws_4() 342 CTR4(KTR_BE_IO, "%s(bsh=%#x, ofs=%#x, val=%#x)", __func__, bsh, ofs, val); in native_bs_ws_8()
|