Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/boot/
H A Dcpm-serial.c76 static u32 cpm_cmd; variable
93 out_be16(cpcr, (op << 8) | cpm_cmd | 1); in cpm1_cmd()
104 out_be32(cpcr, op | cpm_cmd | 0x10000); in cpm2_cmd()
230 if (getprop(devp, "fsl,cpm-command", &cpm_cmd, 4) < 4) in cpm_console_init()