Home
last modified time | relevance | path

Searched refs:IEEE1394_CONFIG_ROM_QUAD_SZ (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/io/1394/
H A Ds1394_csr.c1678 hal->config_rom_update_amount = (IEEE1394_CONFIG_ROM_QUAD_SZ - in s1394_init_local_config_rom()
1689 config_rom, IEEE1394_CONFIG_ROM_QUAD_SZ); in s1394_init_local_config_rom()
1758 rest_of_config_rom->cfgrom_addr_hi = IEEE1394_CONFIG_ROM_QUAD_SZ - 1; in s1394_init_config_rom_structures()
1766 hal->free_space = IEEE1394_CONFIG_ROM_QUAD_SZ - in s1394_init_config_rom_structures()
2069 free_blk->cfgrom_addr_lo = (IEEE1394_CONFIG_ROM_QUAD_SZ - 1) - in s1394_remove_config_rom_entry()
2071 free_blk->cfgrom_addr_hi = (IEEE1394_CONFIG_ROM_QUAD_SZ - 1); in s1394_remove_config_rom_entry()
2168 last_entry_offset = (IEEE1394_CONFIG_ROM_QUAD_SZ - hal->free_space); in s1394_update_config_rom_callback()
2172 hal->config_rom_update_amount = (IEEE1394_CONFIG_ROM_QUAD_SZ - in s1394_update_config_rom_callback()
H A Ds1394_hotplug.c860 IEEE1394_CONFIG_ROM_QUAD_SZ) || in s1394_process_topology_tree()
H A Ds1394_dev_disc.c568 node->cfgrom_size = IEEE1394_CONFIG_ROM_QUAD_SZ; in s1394_alloc_cfgrom()
1550 IEEE1394_CONFIG_ROM_QUAD_SZ); in s1394_br_thread_handle_cmd_phase2()
/titanic_41/usr/src/uts/common/sys/1394/
H A Dieee1394.h241 #define IEEE1394_CONFIG_ROM_QUAD_SZ 0x100 macro
/titanic_41/usr/src/cmd/mdb/common/modules/s1394/
H A Ds1394.c139 uint32_t cfgrom[IEEE1394_CONFIG_ROM_QUAD_SZ]; in print_node_info()