Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_csr.c1449 hal->config_rom_update_amount = (IEEE1394_CONFIG_ROM_QUAD_SZ - in s1394_init_local_config_rom()
1460 config_rom, IEEE1394_CONFIG_ROM_QUAD_SZ); in s1394_init_local_config_rom()
1518 rest_of_config_rom->cfgrom_addr_hi = IEEE1394_CONFIG_ROM_QUAD_SZ - 1; in s1394_init_config_rom_structures()
1526 hal->free_space = IEEE1394_CONFIG_ROM_QUAD_SZ - in s1394_init_config_rom_structures()
1808 free_blk->cfgrom_addr_lo = (IEEE1394_CONFIG_ROM_QUAD_SZ - 1) - in s1394_remove_config_rom_entry()
1810 free_blk->cfgrom_addr_hi = (IEEE1394_CONFIG_ROM_QUAD_SZ - 1); in s1394_remove_config_rom_entry()
1902 last_entry_offset = (IEEE1394_CONFIG_ROM_QUAD_SZ - hal->free_space); in s1394_update_config_rom_callback()
1906 hal->config_rom_update_amount = (IEEE1394_CONFIG_ROM_QUAD_SZ - in s1394_update_config_rom_callback()
H A Ds1394_hotplug.c728 IEEE1394_CONFIG_ROM_QUAD_SZ) || in s1394_process_topology_tree()
H A Ds1394_dev_disc.c474 node->cfgrom_size = IEEE1394_CONFIG_ROM_QUAD_SZ; in s1394_alloc_cfgrom()
1245 IEEE1394_CONFIG_ROM_QUAD_SZ); in s1394_br_thread_handle_cmd_phase2()
/illumos-gate/usr/src/cmd/mdb/common/modules/s1394/
H A Ds1394.c137 uint32_t cfgrom[IEEE1394_CONFIG_ROM_QUAD_SZ]; in print_node_info()
/illumos-gate/usr/src/uts/common/sys/1394/
H A Dieee1394.h239 #define IEEE1394_CONFIG_ROM_QUAD_SZ 0x100 macro