Lines Matching defs:sscom_kgdb_iot
227 static bus_space_tag_t sscom_kgdb_iot;
2007 sscom_kgdb_iot = iot;
2020 while (!sscom_rxrdy(sscom_kgdb_iot, sscom_kgdb_ioh))
2023 c = sscom_getc(sscom_kgdb_iot, sscom_kgdb_ioh);
2024 stat = sscom_geterr(sscom_kgdb_iot, sscom_kgdb_ioh);
2037 while (ISSET(bus_space_read_2(sscom_kgdb_iot, sscom_kgdb_ioh,
2041 bus_space_write_1(sscom_kgdb_iot, sscom_kgdb_ioh, SSCOM_UTXH, c);
2042 SSCOM_BARRIER(sscom_kgdb_iot, sscom_kgdb_ioh, BR | BW);
2047 while (!ISSET(bus_space_read_1(sscom_kgdb_iot, sscom_kgdb_ioh,
2067 iot == sscom_kgdb_iot && unit == sscom_kgdb_unit)