Lines Matching defs:entry
1360 * to the appropriate HAL entry point for further processing. Then they
1805 * is used to add a new entry to the local host's config ROM. By
1807 * Directory to point to the new entry (in buffer). Additionally, all
1810 * the corresponding entry.
1849 tmp_size = tmp_size + 1; /* For the new entry */
1910 /* Copy in the new entry */
1953 * is used to remove an entry from the local host's config ROM. By
1955 * it is possible to remove the entry. Subsequently, the Config ROM is
1968 uint32_t entry;
1994 entry = T1394_DATA32(config_rom[i]);
1996 /* If entry is an offset address - update it */
1997 if (entry & 0x80000000)
1998 temp_buf[i] = T1394_DATA32(entry - 1);
2000 temp_buf[i] = T1394_DATA32(entry);