SSCOM_ISALIVE
#define SSCOM_ISALIVE(sc) ((sc)->enabled != 0 && \
#define SSCOM_ISALIVE(sc) device_is_active((sc)->sc_dev)