Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/platforms/8xx/
Dmicropatch.c342 u16 rpbase = 0x500; in cpm_load_patch() local
347 out_be16(&iip->iic_rpbase, rpbase); in cpm_load_patch()
351 out_be16(&spp->rpbase, (rpbase + sizeof(iic_t) + 31) & ~31); in cpm_load_patch()
/Linux-v5.4/arch/powerpc/include/asm/
Dcpm.h31 __be16 rpbase; /* Relocation pointer (CPM1 only) */ member
/Linux-v5.4/drivers/i2c/busses/
Di2c-cpm.c66 ushort rpbase; /* Relocation pointer */ member
455 cpm->i2c_addr = in_be16(&cpm->i2c_ram->rpbase); in cpm_i2c_setup()