Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/sym53c8xx_2/
Dsym_fw.h190 #define RELOC_REGISTER 0x60000000 macro
197 #define RADDR_1(label) (RELOC_REGISTER | REG(label))
198 #define RADDR_2(label,ofs) (RELOC_REGISTER | ((REG(label))+(ofs)))
Dsym_fw.c521 case RELOC_REGISTER: in sym_fw_bind_script()
/linux-4.4.14/drivers/scsi/
Dncr53c8xx.c1991 #define RELOC_REGISTER 0x60000000 macro
2001 #define RADDR(label) (RELOC_REGISTER | REG(label))
2002 #define FADDR(label,ofs)(RELOC_REGISTER | ((REG(label))+(ofs)))
3626 case RELOC_REGISTER: in ncr_script_copy_and_bind()