Searched refs:iocfg (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/hisilicon/ |
| H A D | pinmux.c | 27 writel(DRIVE1_02MA | PULL_UP, &pmx1->iocfg[49]); /* UART0_RXD */ in hi6220_uart_config() 28 writel(DRIVE1_02MA | PULL_UP, &pmx1->iocfg[50]); /* UART0_TXD */ in hi6220_uart_config() 37 writel(DRIVE1_02MA | PULL_UP, &pmx1->iocfg[51]); /*UART1_CTS_N*/ in hi6220_uart_config() 38 writel(DRIVE1_02MA | PULL_UP, &pmx1->iocfg[53]); /* UART1_RXD */ in hi6220_uart_config() 39 writel(DRIVE1_02MA, &pmx1->iocfg[52]); /* UART1_RTS_N */ in hi6220_uart_config() 40 writel(DRIVE1_02MA, &pmx1->iocfg[54]); /* UART1_TXD */ in hi6220_uart_config() 49 writel(DRIVE1_02MA, &pmx1->iocfg[55]); /* UART2_CTS_N */ in hi6220_uart_config() 50 writel(DRIVE1_02MA, &pmx1->iocfg[56]); /* UART2_RTS_N */ in hi6220_uart_config() 51 writel(DRIVE1_02MA, &pmx1->iocfg[57]); /* UART2_RXD */ in hi6220_uart_config() 52 writel(DRIVE1_02MA, &pmx1->iocfg[58]); /* UART2_TXD */ in hi6220_uart_config() [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/ddr/altera/ |
| H A D | sequencer.c | 35 const struct socfpga_sdram_io_config *iocfg; variable 510 scc_mgr_set_dqs_bus_in_delay(i, iocfg->dqs_in_reserve); in scc_mgr_zero_all() 518 scc_mgr_set_oct_out1_delay(i, iocfg->dqs_out_reserve); in scc_mgr_zero_all() 608 scc_mgr_set_dqs_out1_delay(iocfg->dqs_out_reserve); in scc_mgr_zero_group() 609 scc_mgr_set_oct_out1_delay(write_group, iocfg->dqs_out_reserve); in scc_mgr_zero_group() 695 if (new_delay > iocfg->io_out2_delay_max) { in scc_mgr_apply_group_all_out_delay_add() 699 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() 701 new_delay -= iocfg->io_out2_delay_max; in scc_mgr_apply_group_all_out_delay_add() 709 if (new_delay > iocfg->io_out2_delay_max) { in scc_mgr_apply_group_all_out_delay_add() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pinctrl/ |
| H A D | pinctrl-zx.txt | 63 iocfg: pin-controller@119000 { 64 compatible = "zte,zx296718-iocfg"; 71 zte,auxiliary-controller = <&iocfg>;
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-hi6220/ |
| H A D | pinmux.h | 66 uint32_t iocfg[REG_NUM]; member
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/zte/ |
| H A D | zx296718.dtsi | 310 iocfg: pin-controller@119000 { label 311 compatible = "zte,zx296718-iocfg"; 548 zte,auxiliary-controller = <&iocfg>;
|