Searched refs:rest_of_config_rom (Results 1 – 1 of 1) sorted by relevance
1502 s1394_config_rom_t *rest_of_config_rom; in s1394_init_config_rom_structures() local1513 rest_of_config_rom = (s1394_config_rom_t *)kmem_zalloc( in s1394_init_config_rom_structures()1516 rest_of_config_rom->cfgrom_used = B_FALSE; in s1394_init_config_rom_structures()1517 rest_of_config_rom->cfgrom_addr_lo = root_directory->cfgrom_addr_hi + 1; in s1394_init_config_rom_structures()1518 rest_of_config_rom->cfgrom_addr_hi = IEEE1394_CONFIG_ROM_QUAD_SZ - 1; in s1394_init_config_rom_structures()1520 root_directory->cfgrom_next = rest_of_config_rom; in s1394_init_config_rom_structures()1522 rest_of_config_rom->cfgrom_next = NULL; in s1394_init_config_rom_structures()1523 rest_of_config_rom->cfgrom_prev = root_directory; in s1394_init_config_rom_structures()1527 (rest_of_config_rom->cfgrom_addr_lo); in s1394_init_config_rom_structures()