Searched refs:dword_index (Results 1 – 2 of 2) sorted by relevance
84 U32 dword_index; in scic_sds_remote_node_table_get_group_index() local90 for (dword_index = 0; dword_index < remote_node_table->group_array_size; dword_index++) in scic_sds_remote_node_table_get_group_index()92 if (group_table[dword_index] != 0) in scic_sds_remote_node_table_get_group_index()96 if ((group_table[dword_index] & (1 << bit_index)) != 0) in scic_sds_remote_node_table_get_group_index()98 return (dword_index * 32) + bit_index; in scic_sds_remote_node_table_get_group_index()126 U32 dword_index; in scic_sds_remote_node_table_clear_group_index() local133 dword_index = group_index / 32; in scic_sds_remote_node_table_clear_group_index()137 group_table[dword_index] = group_table[dword_index] & ~(1 << bit_index); in scic_sds_remote_node_table_clear_group_index()160 U32 dword_index; in scic_sds_remote_node_table_set_group_index() local167 dword_index = group_index / 32; in scic_sds_remote_node_table_set_group_index()[all …]
126 int dword_index; in isci_get_oem_parameters() local128 for (dword_index = 0; in isci_get_oem_parameters()129 dword_index < OROM_SIZE/sizeof(uint32_t); in isci_get_oem_parameters()130 dword_index++) in isci_get_oem_parameters()131 if (rom[dword_index] == *(uint32_t *)oem_sig) { in isci_get_oem_parameters()138 (struct oem_parameters_table *)&rom[dword_index]; in isci_get_oem_parameters()