Lines Matching +full:silicon +full:- +full:id
7 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved.
20 * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
26 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved.
61 * the remote node context in the silicon. It exists to model and manage
62 * the remote node context in the silicon.
72 * This constant represents an invalid remote device id, it is used to program
155 * struct sci_remote_node_context - This structure contains the data
158 * the silicon RNC.
232 return (sci_rnc->destination_state == RNC_DEST_FINAL) in sci_remote_node_context_is_being_destroyed()
233 || ((sci_rnc->sm.current_state_id == SCI_RNC_INITIAL) in sci_remote_node_context_is_being_destroyed()
234 && (sci_rnc->destination_state == RNC_DEST_UNSPECIFIED)); in sci_remote_node_context_is_being_destroyed()