Home
last modified time | relevance | path

Searched refs:IEEE1394_BIB_GEN_MASK (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/1394/
H A Dieee1394.h291 #define IEEE1394_BIB_GEN_MASK 0x000000F0 macro
/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_csr.c1885 g = ((bus_capabilities & IEEE1394_BIB_GEN_MASK) >> in s1394_update_config_rom_callback()
1891 bus_capabilities = (bus_capabilities & (~IEEE1394_BIB_GEN_MASK)) | g; in s1394_update_config_rom_callback()
H A Ds1394_bus_reset.c1120 if ((bus_capabilities & IEEE1394_BIB_GEN_MASK) != 0) { in s1394_update_speed_map_link_speeds()
H A Ds1394_dev_disc.c908 int cur_gen = ((data & IEEE1394_BIB_GEN_MASK) >> in s1394_br_thread_handle_cmd_phase1()