| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | stih407-family.dtsi | 3 * Author: Giuseppe Cavallaro <peppe.cavallaro@st.com> 10 #include <dt-bindings/mfd/st-lpc.h> 13 #include <dt-bindings/interrupt-controller/irq-st.h> 50 st,syscfg = <&syscfg_core 0x8e0>; 122 compatible = "st,stih407-restart"; 123 st,syscfg = <&syscfg_sbc_reg>; 128 compatible = "st,stih407-powerdown"; 133 compatible = "st,stih407-softreset"; 138 compatible = "st,stih407-picophyreset"; 143 compatible = "st,stih407-sbc-syscfg", "syscon"; [all …]
|
| H A D | stih407-pinctrl.dtsi | 3 * Author: Giuseppe Cavallaro <peppe.cavallaro@st.com> 9 #include "st-pincfg.h" 51 compatible = "st,stih407-sbc-pinctrl"; 52 st,syscfg = <&syscfg_sbc>; 65 st,bank-name = "PIO0"; 73 st,bank-name = "PIO1"; 81 st,bank-name = "PIO2"; 89 st,bank-name = "PIO3"; 97 st,bank-name = "PIO4"; 106 st,bank-name = "PIO5"; [all …]
|
| H A D | stm32f746.dtsi | 3 * Copyright 2016 - Vikas MANOCHA <vikas.manocha@st.com> 65 compatible = "st,stm32-dwmac"; 77 compatible = "st,stm32-fmc"; 84 compatible = "st,stm32-qspi"; 95 compatible = "st,stm32f7-usart", "st,stm32f7-uart"; 105 compatible = "st,stm32f42xx-rcc", "st,stm32-rcc"; 114 compatible = "st,stm32f746-pinctrl"; 122 compatible = "st,stm32-gpio"; 125 st,bank-name = "GPIOA"; 132 compatible = "st,stm32-gpio"; [all …]
|
| H A D | stih410.dtsi | 19 st,syscfg = <&syscfg_core 0x8e0>; 20 st,syscfg-eng = <&syscfg_opp 0x4 0x0>; 64 compatible = "st,stih407-usb2-phy"; 66 st,syscfg = <&syscfg_core 0xf8 0xf4>; 75 compatible = "st,stih407-usb2-phy"; 77 st,syscfg = <&syscfg_core 0xfc 0xf4>; 86 compatible = "st,st-ohci-300x"; 101 compatible = "st,st-ehci-300x"; 118 compatible = "st,st-ohci-300x"; 133 compatible = "st,st-ehci-300x"; [all …]
|
| H A D | stih410-clock.dtsi | 15 compatible = "st,stih410-clk", "simple-bus"; 42 compatible = "st,clkgen-c32"; 47 compatible = "st,stih407-clkgen-plla9"; 60 compatible = "st,stih407-clkgen-a9-mux", "st,clkgen-mux"; 96 compatible = "st,clkgen-c32"; 101 compatible = "st,clkgen-pll0"; 110 compatible = "st,flexgen"; 125 compatible = "st,quadfs-pll"; 138 compatible = "st,clkgen-c32"; 143 compatible = "st,clkgen-pll0"; [all …]
|
| H A D | stih407-clock.dtsi | 40 compatible = "st,clkgen-c32"; 45 compatible = "st,stih407-clkgen-plla9"; 58 compatible = "st,stih407-clkgen-a9-mux"; 94 compatible = "st,clkgen-c32"; 99 compatible = "st,clkgen-pll0"; 107 compatible = "st,flexgen"; 120 compatible = "st,quadfs-pll"; 132 compatible = "st,clkgen-c32"; 137 compatible = "st,clkgen-pll0"; 146 compatible = "st,clkgen-pll1"; [all …]
|
| H A D | stm32mp157a-dk1-u-boot.dtsi | 19 st,adc_usb_pd = <&adc1 18>, <&adc1 19>; 49 st,min-sample-time-nsecs = <5000>; 51 st,adc-channels = <0 1 18 19>; 57 st,digbypass; 76 st,clksrc = < 88 st,clkdiv = < 102 st,pkcs = < 141 pll1: st,pll@0 { 148 pll2: st,pll@1 { 155 pll3: st,pll@2 { [all …]
|
| H A D | stm32mp157a-dk1.dts | 4 * Author: Alexandre Torgue <alexandre.torgue@st.com> for STMicroelectronics. 12 #include <dt-bindings/mfd/st,stpmic1.h> 16 compatible = "st,stm32mp157a-dk1", "st,stm32mp157"; 71 compatible = "st,stusb1600"; 89 compatible = "st,stpmic1"; 95 st,main-control-register = <0x04>; 96 st,vin-control-register = <0xc0>; 97 st,usb-control-register = <0x20>; 100 compatible = "st,stpmic1-regulators"; 131 st,mask-reset; [all …]
|
| H A D | stm32mp157-pinctrl.dtsi | 4 * Author: Ludovic Barre <ludovic.barre@st.com> for STMicroelectronics. 13 compatible = "st,stm32mp157-pinctrl"; 16 st,syscfg = <&exti 0x60 0xff>; 26 st,bank-name = "GPIOA"; 38 st,bank-name = "GPIOB"; 50 st,bank-name = "GPIOC"; 62 st,bank-name = "GPIOD"; 74 st,bank-name = "GPIOE"; 86 st,bank-name = "GPIOF"; 98 st,bank-name = "GPIOG"; [all …]
|
| H A D | stih410-pinctrl.dtsi | 9 #include "st-pincfg.h" 17 st,pins { 26 st,pins {
|
| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H A D | expr.h | 160 #define for_all_properties(sym, st, tok) \ argument 161 for (st = sym->prop; st; st = st->next) \ 162 if (st->type == (tok)) 163 #define for_all_defaults(sym, st) for_all_properties(sym, st, P_DEFAULT) argument 164 #define for_all_choices(sym, st) for_all_properties(sym, st, P_CHOICE) argument 165 #define for_all_prompts(sym, st) \ argument 166 for (st = sym->prop; st; st = st->next) \ 167 if (st->text)
|
| /rk3399_rockchip-uboot/drivers/serial/ |
| H A D | altera_jtag_uart.c | 44 u32 st = readl(®s->control); in altera_jtaguart_putc() local 47 if (!(st & ALTERA_JTAG_AC)) /* no connection yet */ in altera_jtaguart_putc() 51 if (ALTERA_JTAG_WSPACE(st) == 0) in altera_jtaguart_putc() 63 u32 st = readl(®s->control); in altera_jtaguart_pending() local 66 return st & ALTERA_JTAG_RRDY ? 1 : 0; in altera_jtaguart_pending() 68 return !(ALTERA_JTAG_WSPACE(st) == ALTERA_JTAG_WRITE_DEPTH); in altera_jtaguart_pending() 143 u32 st = readl(®s->control); in _debug_uart_putc() local 145 if (ALTERA_JTAG_WSPACE(st)) in _debug_uart_putc()
|
| H A D | altera_uart.c | 64 u32 st = readl(®s->status); in altera_uart_pending() local 67 return st & ALTERA_UART_RRDY ? 1 : 0; in altera_uart_pending() 69 return !(st & ALTERA_UART_TMT); in altera_uart_pending() 142 u32 st = readl(®s->status); in _debug_uart_putc() local 144 if (st & ALTERA_UART_TRDY) in _debug_uart_putc()
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/ram/ |
| H A D | st,stm32-fmc.txt | 3 - compatible : "st,stm32-fmc" 9 - st,sdram-control : parameters for sdram configuration, in this order: 18 - st,sdram-timing: timings for sdram, in this order: 32 compatible = "st,stm32-fmc"; 45 st,sdram-control = /bits/ 8 <NO_COL_8 NO_ROW_12 MWIDTH_16 BANKS_2 47 st,sdram-timing = /bits/ 8 <TMRD_1 TXSR_60 TRAS_42 TRC_60 TRP_18 53 st,sdram-control = /bits/ 8 <NO_COL_8 NO_ROW_12 MWIDTH_16 BANKS_2 55 st,sdram-timing = /bits/ 8 <TMRD_1 TXSR_60 TRAS_42 TRC_60 TRP_18
|
| /rk3399_rockchip-uboot/drivers/dfu/ |
| H A D | dfu_mtd.c | 123 char *st; in dfu_fill_entity_mtd() local 127 st = strsep(&s, " "); in dfu_fill_entity_mtd() 129 if (!strcmp(st, "raw") || !strcmp(st, "rawubi")) { in dfu_fill_entity_mtd() 134 if (!strcmp(st, "rawubi")) in dfu_fill_entity_mtd() 136 } else if ((!strcmp(st, "part")) || (!strcmp(st, "partubi"))) { in dfu_fill_entity_mtd() 148 if (!strcmp(st, "partubi")) in dfu_fill_entity_mtd() 151 printf("%s: Memory layout (%s) not supported!\n", __func__, st); in dfu_fill_entity_mtd()
|
| H A D | dfu_nand.c | 194 char *st; in dfu_fill_entity_nand() local 200 st = strsep(&s, " "); in dfu_fill_entity_nand() 201 if (!strcmp(st, "raw")) { in dfu_fill_entity_nand() 206 } else if ((!strcmp(st, "part")) || (!strcmp(st, "partubi"))) { in dfu_fill_entity_nand() 232 if (!strcmp(st, "partubi")) in dfu_fill_entity_nand() 236 printf("%s: Memory layout (%s) not supported!\n", __func__, st); in dfu_fill_entity_nand()
|
| /rk3399_rockchip-uboot/include/linux/usb/ |
| H A D | musb.h | 49 #define MUSB_EP_FIFO(ep, st, m, pkt) \ argument 52 .style = st, \ 57 #define MUSB_EP_FIFO_SINGLE(ep, st, pkt) \ argument 58 MUSB_EP_FIFO(ep, st, BUF_SINGLE, pkt) 60 #define MUSB_EP_FIFO_DOUBLE(ep, st, pkt) \ argument 61 MUSB_EP_FIFO(ep, st, BUF_DOUBLE, pkt)
|
| /rk3399_rockchip-uboot/scripts/basic/ |
| H A D | fixdep.c | 296 struct stat st; in do_config_file() local 306 if (fstat(fd, &st) < 0) { in do_config_file() 311 if (st.st_size == 0) { in do_config_file() 315 map = mmap(NULL, st.st_size, PROT_READ, MAP_PRIVATE, fd, 0); in do_config_file() 322 parse_config_file(map, st.st_size); in do_config_file() 324 munmap(map, st.st_size); in do_config_file() 416 struct stat st; in print_deps() local 426 if (fstat(fd, &st) < 0) { in print_deps() 431 if (st.st_size == 0) { in print_deps() 436 map = mmap(NULL, st.st_size, PROT_READ, MAP_PRIVATE, fd, 0); in print_deps() [all …]
|
| /rk3399_rockchip-uboot/scripts/dtc/ |
| H A D | fstree.c | 30 struct stat st; in read_fstree() local 48 if (lstat(tmpname, &st) < 0) in read_fstree() 51 if (S_ISREG(st.st_mode)) { in read_fstree() 63 st.st_size)); in read_fstree() 67 } else if (S_ISDIR(st.st_mode)) { in read_fstree()
|
| /rk3399_rockchip-uboot/arch/arm/mach-at91/arm920t/ |
| H A D | reset.c | 29 at91_st_t *st = (at91_st_t *) ATMEL_BASE_ST; in reset_cpu() local 35 &st->wdmr); in reset_cpu() 36 writel(AT91_ST_CR_WDRST, &st->cr); in reset_cpu()
|
| /rk3399_rockchip-uboot/board/avionic-design/common/ |
| H A D | tamonten-ng.c | 26 #define PMU_REG_LDO_100(st, mV) (PMU_REG_LDO_##st | PMU_REG_LDO_SEL_100(mV)) argument 28 #define PMU_LDO5(st, mV) PMU_REG_LDO_100(st, mV) argument
|
| /rk3399_rockchip-uboot/arch/arc/lib/ |
| H A D | _millicodethunk.S | 53 st r25, [sp,48] 55 st r24, [sp,44] 57 st r23, [sp,40] 59 st r22, [sp,36] 61 st r21, [sp,32] 63 st r20, [sp,28] 65 st r19, [sp,24] 67 st r18, [sp,20] 69 st r17, [sp,16] 71 st r16, [sp,12] [all …]
|
| H A D | memcpy-700.S | 19 st.ab %r12, [%r5, 4] 24 st.ab %r12, [%r5, 4] 26 st.ab %r3, [%r5, 4] 45 st %r12, [%r5, 0]
|
| /rk3399_rockchip-uboot/drivers/mmc/ |
| H A D | ftsdc010_mci.c | 38 uint32_t ts, st; in ftsdc010_send_cmd() local 70 st = 0; in ftsdc010_send_cmd() 72 st = readl(®s->status); in ftsdc010_send_cmd() 73 writel(st & FTSDC010_STATUS_RSP_MASK, ®s->clr); in ftsdc010_send_cmd() 74 if (st & FTSDC010_STATUS_RSP_MASK) in ftsdc010_send_cmd() 77 if (st & FTSDC010_STATUS_RSP_CRC_OK) { in ftsdc010_send_cmd() 89 mmc_cmd->cmdidx, st); in ftsdc010_send_cmd() 130 uint32_t st, ts; in ftsdc010_wait() local 133 st = readl(®s->status); in ftsdc010_wait() 134 if (!(st & mask)) in ftsdc010_wait() [all …]
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | bootefi.c | 96 struct efi_system_table *st, in efi_do_enter() argument 98 struct efi_system_table *st)) in efi_do_enter() 103 ret = entry(image_handle, st); in efi_do_enter() 104 st->boottime->exit(image_handle, ret, 0, NULL); in efi_do_enter() 110 void *image_handle, struct efi_system_table *st), in efi_run_in_el2() argument 111 void *image_handle, struct efi_system_table *st) in efi_run_in_el2() 116 return efi_do_enter(image_handle, st, entry); in efi_run_in_el2() 132 ulong (*entry)(void *image_handle, struct efi_system_table *st) in do_bootefi_exec()
|