Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/tidspbridge/dynload/
Dcload.c1587 hndl->secn_count = dlthis->allocated_secn_count; in init_module_handle()
1591 hndl->secn_count += 1; in init_module_handle()
1593 hndl->secn_count = hndl->secn_count << 1; in init_module_handle()
1595 hndl->secn_count = dlthis->allocated_secn_count << 1; in init_module_handle()
1598 hndl->secn_count += 1; /* flag for big-endian */ in init_module_handle()
1808 for (curr_sect = (hndl->secn_count >> 1); curr_sect > 0; in dynamic_unload_module()
1850 if (TARGET_ENDIANNESS_DIFFERS(hndl->secn_count & 0x1)) { in dynamic_unload_module()
Ddload_internal.h101 u16 secn_count; member