Searched refs:up (Results 1 - 25 of 33) sorted by relevance

12

/u-boot/arch/mips/include/asm/
H A Dsgidefs.h15 #error Use a Linux compiler or give up.
/u-boot/arch/arm/mach-imx/imx9/
H A Dimx_bootaux.c66 int ret, up; local
79 up = arch_auxiliary_core_check_up(core);
80 if (up) {
81 printf("## Auxiliary core is already up\n");
100 int ret, up; local
102 up = arch_auxiliary_core_check_up(0);
103 if (!up) {
/u-boot/drivers/serial/
H A Dserial_mpc8xx.c68 /* Set up the baud rate generator.
85 smc_uart_t __iomem *up; local
93 up = (smc_uart_t __iomem *)&cp->cp_dpmem[PROFF_SMC];
95 smc_rpbase = in_be16(&up->smc_rpbase);
97 up = (smc_uart_t __iomem *)&cp->cp_dpmem[smc_rpbase];
132 /* Set up the uart parameters in the parameter ram. */
133 out_be16(&up->smc_rbase, CPM_SERIAL_BASE);
134 out_be16(&up->smc_tbase, CPM_SERIAL_BASE + sizeof(cbd_t));
135 out_8(&up->smc_rfcr, SMC_EB);
136 out_8(&up
[all...]
/u-boot/arch/mips/mach-octeon/
H A Dcvmx-range.c168 u64 up = base + cnt; local
171 if (up > size) {
175 (int)size, (int)up);
178 for (i = base; i < up; i++) {
195 for (i = base; i < up; i++)
246 u64 up = base + cnt; local
249 if (up > size) {
251 __func__, (int)size, (int)up);
254 for (i = base; i < up; i++) {
/u-boot/drivers/net/fsl-mc/
H A Ddpmac.c169 cmd_params->up = dpmac_get_field(link_state->up, STATE);
170 dpmac_set_field(cmd_params->up, STATE_VALID, link_state->state_valid);
/u-boot/arch/arm/mach-imx/
H A Dimx_bootaux.c180 int ret, up; local
189 up = arch_auxiliary_core_check_up(core);
190 if (up) {
191 printf("## Auxiliary core is already up\n");
/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dmp.c308 printf("CPU up timeout. CPU up mask is %x should be %x\n",
336 u32 up, cpu_up_mask, whoami; local
357 up = ((1 << cpu_numcores()) - 1);
359 bpcr |= (up << 24);
372 if ((cpu_up_mask & up) == up)
380 printf("CPU up timeout. CPU up mask is %x should be %x\n",
381 cpu_up_mask, up);
[all...]
/u-boot/arch/arm/mach-mvebu/
H A Dlowlevel.S22 mov r0, #0 @ set up for MCR
/u-boot/drivers/net/octeon/
H A Docteon_eth.c77 /* Global flag indicating common hw has been set up */
338 debug("Setting up port: %d, int: %d, index: %d, device: octeth%d\n",
676 const unsigned char *up = packet; local
677 u16 type = (up[12] << 8 | up[13]);
680 print_mac("DMAC", &up[0]);
682 print_mac("SMAC", &up[6]);
686 print_ip(&up[start]);
691 printf("%02x ", up[i + j]);
696 ((up[
[all...]
/u-boot/arch/powerpc/
H A Dconfig.mk17 # will pick up a va_list declaration that is incompatible with the
/u-boot/include/fsl-mc/
H A Dfsl_dpmac.h61 u8 up; member in struct:dpmac_cmd_set_link_state
185 * @up: Link state
193 int up; member in struct:dpmac_link_state
210 * (up to max frame length specified),
/u-boot/drivers/clk/ti/
H A Dclk-divider.c75 int up = INT_MAX; local
84 if ((clkt->div - div) < (up - div))
85 up = clkt->div;
88 return up;
/u-boot/drivers/ram/sifive/
H A Dsifive_ddr.c156 u32 down, up; local
171 up = (updownreg >>
175 failc0 = ((down == 0) && (up == 0x3F));
176 failc1 = ((up == 0) && (down == 0x3F));
181 printf("DDR error in fixing up\n");
304 /* set up range protection */
/u-boot/board/toradex/colibri_imx7/
H A Dcolibri_imx7.c280 int up; local
282 up = arch_auxiliary_core_check_up(0);
283 if (up) {
/u-boot/drivers/net/ldpaa_eth/
H A Dldpaa_eth.c340 state->up = 1;
348 state->up = 0;
356 state->up = 0;
363 if (!state->up) {
446 printf("DPMAC link status: %d - ", dpmac_link_state.up);
447 dpmac_link_state.up == 0 ? printf("down\n") :
448 dpmac_link_state.up == 1 ? printf("up\n") : printf("error state\n");
457 printf("DPNI link status: %d - ", link_state.up);
458 link_state.up
[all...]
/u-boot/drivers/net/
H A Dbcm6368-eth.c226 int val, j, up, adv, lpa, speed, duplex, media; local
245 up = (val & BMSR_LSTATUS) ? 1 : 0;
246 if (!(up ^ priv->sw_port_link[i]))
249 priv->sw_port_link[i] = up;
252 if (!up) {
/u-boot/arch/arm/mach-omap2/omap5/
H A Dsec_entry_cpu1.S34 /* Assembly core where CPU1 is woken up into
75 * Assumes that CPU #1 is waiting in ROM code and not yet woken up or used by
94 sev @ Wake up CPU1
/u-boot/drivers/rtc/
H A Dds1374.c37 # error The DS1374 is specified up to 400kHz in fast mode!
/u-boot/drivers/video/tegra124/
H A Dsor.c328 static int tegra_dc_sor_io_set_dpd(struct tegra_dc_sor_data *sor, int up) argument
333 if (up) {
343 reg_val = up ? APBDEV_PMC_IO_DPD2_REQ_LVDS_ON |
366 if (up) {
459 * Power up steps from spec:
477 * If for some reason it is already powered up, don't do it again.
743 debug("DP failed to power up\n");
750 /* Power up lanes */
/u-boot/tools/buildman/
H A Dbuilder.py985 Set up the base board list to be all those selected, and set the
1006 grow, shrink, add, remove, up, down = 0, 0, 0, 0, 0, 0
1022 up += new[name]
1028 grow, up = grow + 1, up + diff
1036 args = [add, -remove, grow, -shrink, up, -down, up - down]
1125 # changes for each image/part. We end up with something like
1618 """Set up ready to start a build.
1651 'clone' to set up
[all...]
/u-boot/board/samsung/goni/
H A Dlowlevel_init.S415 orr r1, r1, #(0x2 << 10) @ Pull-up enabled
437 orr r1, r1, #(0x2 << 14) @ Pull-up enabled
/u-boot/arch/arm/lib/
H A Dlib1funcs.S48 @ Unless the divisor is very big, shift it up in multiples of
135 @ Unless the divisor is very big, shift it up in multiples of
H A Ddiv64.S124 @ We still have remainer bits in the low part. Bring them up.
/u-boot/arch/arm/cpu/armv7/
H A Dstart.S216 mov r0, #0 @ set up for MCR
310 mrc p15, 0, r0, c0, c0, 6 @ pick up REVIDR reg
410 * basic memory. Go here to bump up clock rate and handle
411 * wake up conditions.
/u-boot/arch/arm/cpu/armv7/ls102xa/
H A Dpsci.S164 @ Wait target CPU up

Completed in 237 milliseconds

12