Lines Matching refs:CRC

1101 	uint_t		   CRC;  in s1394_CSR_topology_map_update()  local
1133 CRC = s1394_CRC16(&(tm_ptr[1]), length); in s1394_CSR_topology_map_update()
1134 tm_ptr[0] = (length << IEEE1394_TOP_MAP_LEN_SHIFT) | CRC; in s1394_CSR_topology_map_update()
1241 uint32_t CRC; in s1394_init_local_config_rom() local
1306 CRC = s1394_CRC16(&config_rom[1], 4); in s1394_init_local_config_rom()
1307 config_rom[0] = (0x04040000) | CRC; in s1394_init_local_config_rom()
1328 CRC = s1394_CRC16(&config_rom[6], root_dir_len); in s1394_init_local_config_rom()
1330 (root_dir_len << IEEE1394_CFG_ROM_LEN_SHIFT) | CRC; in s1394_init_local_config_rom()
1346 CRC = s1394_CRC16(&text_leaf[1], S1394_ROOT_TEXT_LEAF_QUAD_SZ - 1); in s1394_init_local_config_rom()
1347 text_leaf[0] = (0x00080000) | CRC; in s1394_init_local_config_rom()
1375 CRC = s1394_CRC16(&node_unique_id_leaf[1], in s1394_init_local_config_rom()
1377 node_unique_id_leaf[0] = (0x00020000) | CRC; in s1394_init_local_config_rom()
1407 CRC = s1394_CRC16(&unit_dir[1], 3); in s1394_init_local_config_rom()
1408 unit_dir[0] = (0x00030000) | CRC; in s1394_init_local_config_rom()
1424 CRC = s1394_CRC16(&unit_dir[5], 9); in s1394_init_local_config_rom()
1425 unit_dir[4] = (0x00090000) | CRC; in s1394_init_local_config_rom()
1574 uint32_t CRC; in s1394_add_config_rom_entry() local
1676 CRC = s1394_CRC16(&temp_buf[tmp_offset + 1], tmp_size); in s1394_add_config_rom_entry()
1677 temp_buf[tmp_offset] = (tmp_size << IEEE1394_CFG_ROM_LEN_SHIFT) | CRC; in s1394_add_config_rom_entry()
1713 uint_t CRC; in s1394_remove_config_rom_entry() local
1832 CRC = s1394_CRC16(&temp_buf[tmp_offset + 1], tmp_size); in s1394_remove_config_rom_entry()
1833 temp_buf[tmp_offset] = (tmp_size << IEEE1394_CFG_ROM_LEN_SHIFT) | CRC; in s1394_remove_config_rom_entry()
1867 uint_t CRC; in s1394_update_config_rom_callback() local
1894 CRC = s1394_CRC16(&config_rom[1], IEEE1394_BIB_QUAD_SZ - 1); in s1394_update_config_rom_callback()
1895 config_rom[0] = (0x04040000) | CRC; in s1394_update_config_rom_callback()