Searched refs:dword_remainder (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/sys/dev/isci/scil/
H A Dscic_sds_remote_node_table.c192 U32 dword_remainder; local
202 dword_remainder = remote_node_index % SCIC_SDS_REMOTE_NODES_PER_DWORD;
203 slot_normalized = (dword_remainder / SCU_STP_REMOTE_NODE_COUNT) * sizeof(U32);
228 U32 dword_remainder; local
238 dword_remainder = remote_node_index % SCIC_SDS_REMOTE_NODES_PER_DWORD;
239 slot_normalized = (dword_remainder / SCU_STP_REMOTE_NODE_COUNT) * sizeof(U32);
262 U32 dword_remainder; local
271 dword_remainder = group_index % SCIC_SDS_REMOTE_NODE_SETS_PER_DWORD;
274 dword_value &= ~(SCIC_SDS_REMOTE_NODE_TABLE_FULL_SLOT_VALUE << (dword_remainder * 4));
291 U32 dword_remainder; local
324 U32 dword_remainder; local
[all...]

Completed in 83 milliseconds