Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/tidspbridge/dynload/
Dreloc_table.h97 #define RFV_BIGOFF(iii) (((iii) >> 8) & 0x7) macro
99 #define RFV_BIGOFF(iii) ((iii) >> 8) macro
Dreloc.c269 rp->vaddr += RFV_BIGOFF(reloc_info); in dload_relocate()