Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/1394/
H A Ds1394_csr.c1438 uint32_t *text_leaf; in s1394_init_local_config_rom() local
1551 text_leaf = (uint32_t *)kmem_zalloc(S1394_ROOT_TEXT_LEAF_SZ, KM_SLEEP); in s1394_init_local_config_rom()
1552 text_leaf[1] = 0x00000000; in s1394_init_local_config_rom()
1553 text_leaf[2] = 0x00000000; in s1394_init_local_config_rom()
1554 text_leaf[3] = 0x53756e20; /* "Sun " */ in s1394_init_local_config_rom()
1555 text_leaf[4] = 0x4d696372; /* "Micr" */ in s1394_init_local_config_rom()
1556 text_leaf[5] = 0x6f737973; /* "osys" */ in s1394_init_local_config_rom()
1557 text_leaf[6] = 0x74656d73; /* "tems" */ in s1394_init_local_config_rom()
1558 text_leaf[7] = 0x2c20496e; /* ", In" */ in s1394_init_local_config_rom()
1559 text_leaf[8] = 0x632e0000; /* "c." */ in s1394_init_local_config_rom()
[all …]