Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/scsi/sym53c8xx_2/
A Dsym_fw.h177 #define RELOC_REGISTER 0x60000000 macro
184 #define RADDR_1(label) (RELOC_REGISTER | REG(label))
185 #define RADDR_2(label,ofs) (RELOC_REGISTER | ((REG(label))+(ofs)))
A Dsym_fw.c504 case RELOC_REGISTER: in sym_fw_bind_script()
/linux-6.3-rc2/drivers/scsi/
A Dncr53c8xx.c1973 #define RELOC_REGISTER 0x60000000 macro
1980 #define RADDR(label) (RELOC_REGISTER | REG(label))
1981 #define FADDR(label,ofs)(RELOC_REGISTER | ((REG(label))+(ofs)))
3586 case RELOC_REGISTER: in ncr_script_copy_and_bind()

Completed in 15 milliseconds