Lines Matching +full:- +full:qe
1 // SPDX-License-Identifier: GPL-2.0+
113 out_be32(&scfg->intpcr, AQR105_IRQ_MASK); in board_init()
123 if (hwconfig("qe-hdlc")) { in config_board_mux()
124 out_be32(&scfg->rcwpmuxcr0, in config_board_mux()
125 (in_be32(&scfg->rcwpmuxcr0) & ~0xff00) | 0x6600); in config_board_mux()
126 printf("Assign to qe-hdlc clk, rcwpmuxcr0=%x\n", in config_board_mux()
127 in_be32(&scfg->rcwpmuxcr0)); in config_board_mux()
130 out_be32(&scfg->rcwpmuxcr0, 0x3333); in config_board_mux()
131 out_be32(&scfg->usbdrvvbus_selcr, SCFG_USBDRVVBUS_SELCR_USB1); in config_board_mux()
138 out_be32(&scfg->usbpwrfault_selcr, usb_pwrfault); in config_board_mux()
157 "fsl,qe")) >= 0) { in fdt_del_qe()
168 base[0] = gd->bd->bi_dram[0].start; in ft_board_setup()
169 size[0] = gd->bd->bi_dram[0].size; in ft_board_setup()
170 base[1] = gd->bd->bi_dram[1].start; in ft_board_setup()
171 size[1] = gd->bd->bi_dram[1].size; in ft_board_setup()
181 * qe-hdlc and usb multi-use the pins, in ft_board_setup()
182 * when set hwconfig to qe-hdlc, delete usb node. in ft_board_setup()
184 if (hwconfig("qe-hdlc")) in ft_board_setup()
189 * qe just support qe-uart and qe-hdlc, in ft_board_setup()
190 * if qe-uart and qe-hdlc are not set in hwconfig, in ft_board_setup()
191 * delete qe node. in ft_board_setup()
193 if (!hwconfig("qe-uart") && !hwconfig("qe-hdlc")) in ft_board_setup()