Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/44x/
H A Dcpm.c58 static unsigned int cpm_set(unsigned int cpm_reg, unsigned int mask) in cpm_set() argument
69 value = dcr_read(cpm.dcr_host, cpm.dcr_offset[cpm_reg]); in cpm_set()
70 dcr_write(cpm.dcr_host, cpm.dcr_offset[cpm_reg], value | mask); in cpm_set()