Searched refs:rest_of_config_rom (Results 1 – 1 of 1) sorted by relevance
1739 s1394_config_rom_t *rest_of_config_rom; in s1394_init_config_rom_structures() local1753 rest_of_config_rom = (s1394_config_rom_t *)kmem_zalloc( in s1394_init_config_rom_structures()1756 rest_of_config_rom->cfgrom_used = B_FALSE; in s1394_init_config_rom_structures()1757 rest_of_config_rom->cfgrom_addr_lo = root_directory->cfgrom_addr_hi + 1; in s1394_init_config_rom_structures()1758 rest_of_config_rom->cfgrom_addr_hi = IEEE1394_CONFIG_ROM_QUAD_SZ - 1; in s1394_init_config_rom_structures()1760 root_directory->cfgrom_next = rest_of_config_rom; in s1394_init_config_rom_structures()1762 rest_of_config_rom->cfgrom_next = NULL; in s1394_init_config_rom_structures()1763 rest_of_config_rom->cfgrom_prev = root_directory; in s1394_init_config_rom_structures()1767 (rest_of_config_rom->cfgrom_addr_lo); in s1394_init_config_rom_structures()