Searched refs:cfgrom_addr_lo (Results 1 – 2 of 2) sorted by relevance
1510 root_directory->cfgrom_addr_lo = IEEE1394_BIB_QUAD_SZ; 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()1527 (rest_of_config_rom->cfgrom_addr_lo); in s1394_init_config_rom_structures()1595 tmp_offset = hal->root_directory->cfgrom_addr_lo; in s1394_add_config_rom_entry()1605 tmp_offset = curr_blk->cfgrom_next->cfgrom_addr_lo; in s1394_add_config_rom_entry()1611 curr_blk->cfgrom_next->cfgrom_addr_lo++; in s1394_add_config_rom_entry()1623 curr_blk->cfgrom_next->cfgrom_addr_lo++; in s1394_add_config_rom_entry()1646 new_blk->cfgrom_addr_lo = curr_blk->cfgrom_addr_lo + size; in s1394_add_config_rom_entry()1647 curr_blk->cfgrom_addr_hi = new_blk->cfgrom_addr_lo - 1; in s1394_add_config_rom_entry()1657 tmp_offset = curr_blk->cfgrom_addr_lo; in s1394_add_config_rom_entry()[all …]
701 uint32_t cfgrom_addr_lo; member