HomeSort by relevance Sort by last modified time
    Searched refs:sec_idx (Results 1 - 10 of 10) sorted by null

  /external/u-boot/drivers/crypto/fsl/
sec.c 37 int crypto_node, sec_idx, err; local
53 for (sec_idx = 0; sec_idx < ARRAY_SIZE(sec_rev_prop_list); sec_idx++)
54 if (sec_rev_prop_list[sec_idx].sec_rev == sec_rev)
57 if (sec_idx == ARRAY_SIZE(sec_rev_prop_list)) {
63 sec_rev_prop_list[sec_idx].num_channels);
69 sec_rev_prop_list[sec_idx].descriptor_types_mask);
75 sec_rev_prop_list[sec_idx].exec_units_mask);
81 sec_rev_prop_list[sec_idx].channel_fifo_len)
    [all...]
jr.c 38 static inline void start_jr0(uint8_t sec_idx)
40 ccsr_sec_t *sec = (void *)SEC_ADDR(sec_idx);
58 static inline void jr_reset_liodn(uint8_t sec_idx)
60 ccsr_sec_t *sec = (void *)SEC_ADDR(sec_idx);
64 static inline void jr_disable_irq(uint8_t sec_idx)
66 struct jr_regs *regs = (struct jr_regs *)SEC_JR0_ADDR(sec_idx);
74 static void jr_initregs(uint8_t sec_idx)
76 struct jr_regs *regs = (struct jr_regs *)SEC_JR0_ADDR(sec_idx);
77 struct jobring *jr = &jr0[sec_idx];
97 jr_disable_irq(sec_idx);
    [all...]
  /external/elfutils/libdw/
dwarf_nextcu.c 66 const size_t sec_idx = v4_debug_types ? IDX_debug_types : IDX_debug_info; local
74 || unlikely (dwarf->sectiondata[sec_idx] == NULL)
78 || unlikely (off + 4 >= dwarf->sectiondata[sec_idx]->d_size))
86 const unsigned char *data = dwarf->sectiondata[sec_idx]->d_buf;
88 const unsigned char *bytes_end = data + dwarf->sectiondata[sec_idx]->d_size;
216 >= dwarf->sectiondata[sec_idx]->d_size))
230 if (__libdw_read_offset_inc (dwarf, sec_idx, &bytes, offset_size,
248 if (__libdw_read_offset_inc (dwarf, sec_idx, &bytes, offset_size,
249 &subdie_off, sec_idx, 0))
dwarf_get_units.c 57 v4type = cu->sec_idx != IDX_debug_info;
60 if (cu->sec_idx != IDX_debug_info && cu->sec_idx != IDX_debug_types)
libdw_findcu.c 141 size_t sec_idx = debug_types ? IDX_debug_types : IDX_debug_info; local
142 Elf_Data *data = dbg->sectiondata[sec_idx];
150 newp->sec_idx = sec_idx;
dwarf_begin_elf.c 236 result->fake_loc_cu->sec_idx = IDX_debug_loc;
259 result->fake_loclists_cu->sec_idx = IDX_debug_loclists;
287 result->fake_addr_cu->sec_idx = IDX_debug_addr;
libdwP.h 323 size_t sec_idx; /* Normally .debug_info, could be .debug_type or "fake". */ member in struct:Dwarf_CU
383 #define ISV4TU(cu) ((cu)->version == 4 && (cu)->sec_idx == IDX_debug_types)
922 return cu->sec_idx;
    [all...]
dwarf_getmacros.c 369 .sec_idx = sec_index,
dwarf_getsrclines.c 305 .sec_idx = IDX_debug_line,
    [all...]
  /external/elfutils/src/
readelf.c     [all...]

Completed in 663 milliseconds