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

/linux-4.4.14/drivers/scsi/isci/
H A Dremote_node_table.c176 u32 slot_normalized; sci_remote_node_table_set_node_index() local
186 slot_normalized = (dword_remainder / SCU_STP_REMOTE_NODE_COUNT) * sizeof(u32); sci_remote_node_table_set_node_index()
190 1 << (slot_normalized + slot_position); sci_remote_node_table_set_node_index()
210 u32 slot_normalized; sci_remote_node_table_clear_node_index() local
219 slot_normalized = (dword_remainder / SCU_STP_REMOTE_NODE_COUNT) * sizeof(u32); sci_remote_node_table_clear_node_index()
223 ~(1 << (slot_normalized + slot_position)); sci_remote_node_table_clear_node_index()

Completed in 58 milliseconds