Searched refs:iocfg (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/arch/arm/cpu/armv8/hisilicon/ |
D | pinmux.c | 26 writel(DRIVE1_02MA | PULL_UP, &pmx1->iocfg[49]); /* UART0_RXD */ in hi6220_uart_config() 27 writel(DRIVE1_02MA | PULL_UP, &pmx1->iocfg[50]); /* UART0_TXD */ in hi6220_uart_config() 36 writel(DRIVE1_02MA | PULL_UP, &pmx1->iocfg[51]); /*UART1_CTS_N*/ in hi6220_uart_config() 37 writel(DRIVE1_02MA | PULL_UP, &pmx1->iocfg[53]); /* UART1_RXD */ in hi6220_uart_config() 38 writel(DRIVE1_02MA, &pmx1->iocfg[52]); /* UART1_RTS_N */ in hi6220_uart_config() 39 writel(DRIVE1_02MA, &pmx1->iocfg[54]); /* UART1_TXD */ in hi6220_uart_config() 48 writel(DRIVE1_02MA, &pmx1->iocfg[55]); /* UART2_CTS_N */ in hi6220_uart_config() 49 writel(DRIVE1_02MA, &pmx1->iocfg[56]); /* UART2_RTS_N */ in hi6220_uart_config() 50 writel(DRIVE1_02MA, &pmx1->iocfg[57]); /* UART2_RXD */ in hi6220_uart_config() 51 writel(DRIVE1_02MA, &pmx1->iocfg[58]); /* UART2_TXD */ in hi6220_uart_config() [all …]
|
/external/u-boot/drivers/ddr/altera/ |
D | sequencer.c | 34 const struct socfpga_sdram_io_config *iocfg; variable 509 scc_mgr_set_dqs_bus_in_delay(i, iocfg->dqs_in_reserve); in scc_mgr_zero_all() 517 scc_mgr_set_oct_out1_delay(i, iocfg->dqs_out_reserve); in scc_mgr_zero_all() 607 scc_mgr_set_dqs_out1_delay(iocfg->dqs_out_reserve); in scc_mgr_zero_group() 608 scc_mgr_set_oct_out1_delay(write_group, iocfg->dqs_out_reserve); in scc_mgr_zero_group() 694 if (new_delay > iocfg->io_out2_delay_max) { in scc_mgr_apply_group_all_out_delay_add() 698 iocfg->io_out2_delay_max, in scc_mgr_apply_group_all_out_delay_add() 699 new_delay - iocfg->io_out2_delay_max); in scc_mgr_apply_group_all_out_delay_add() 700 new_delay -= iocfg->io_out2_delay_max; in scc_mgr_apply_group_all_out_delay_add() 708 if (new_delay > iocfg->io_out2_delay_max) { in scc_mgr_apply_group_all_out_delay_add() [all …]
|
/external/u-boot/arch/arm/include/asm/arch-hi6220/ |
D | pinmux.h | 65 uint32_t iocfg[REG_NUM]; member
|