sscom.c | 216 static bus_space_tag_t sscomconstag; variable in typeref:typename:bus_space_tag_t 444 sscomconstag = iot; 1877 sscomconstag = iot; 1888 bus_space_unmap(sscomconstag, sscomconsioh, SSCOM_SIZE); 1889 sscomconstag = NULL; 1925 while (!sscom_rxrdy(sscomconstag, sscomconsioh)) 1928 c = sscom_getc(sscomconstag, sscomconsioh); 1929 stat = sscom_geterr(sscomconstag, sscomconsioh); 1951 sscom_rxrdy(sscomconstag, sscomconsioh)) { 1954 cin = sscom_getc(sscomconstag, sscomconsioh) [all...] |