Lines Matching +full:mdc +full:- +full:pin
1 // SPDX-License-Identifier: GPL-2.0-or-later
4 * Copyright 2008-2011 DENX Software Engineering GmbH
31 np = of_find_compatible_node(NULL, NULL, "fsl,pq2-pic"); in km82xx_pic_init()
34 pr_err("PIC init: can not find cpm-pic node\n"); in km82xx_pic_init()
42 int port, pin, flags; member
106 /* MDC */
137 const struct cpm_pin *pin = &km82xx_pins[i]; in init_ioports() local
138 cpm2_set_pin(pin->port, pin->pin, pin->flags); in init_ioports()
154 setbits32(&cpm2_immr->im_ioport.iop_pdata, 1 << (31 - 10)); in init_ioports()
156 clrbits32(&cpm2_immr->im_ioport.iop_pdata, 1 << (31 - 11)); in init_ioports()
169 clrbits32(&cpm2_immr->im_siu_conf.siu_82xx.sc_bcr, MPC82XX_BCR_PLDP); in km82xx_setup_arch()
178 { .compatible = "simple-bus", },