| /rk3399_rockchip-uboot/arch/arm/cpu/armv7/bcm281xx/ |
| H A D | clk-core.c | 83 struct peri_clk_data *cd = peri_clk->data; in peri_clk_enable() local 84 struct bcm_clk_gate *gate = &cd->gate; in peri_clk_enable() 107 reg = readl(base + cd->gate.offset); in peri_clk_enable() 108 reg |= (1 << cd->gate.en_bit); in peri_clk_enable() 109 writel(reg, base + cd->gate.offset); in peri_clk_enable() 113 if (divider_exists(&cd->div)) { in peri_clk_enable() 114 reg = readl(base + cd->div.offset); in peri_clk_enable() 115 bitfield_replace(reg, cd->div.shift, cd->div.width, in peri_clk_enable() 117 writel(reg, base + cd->div.offset); in peri_clk_enable() 121 if (selector_exists(&cd->sel)) { in peri_clk_enable() [all …]
|
| /rk3399_rockchip-uboot/arch/arm/cpu/armv7/bcm235xx/ |
| H A D | clk-core.c | 83 struct peri_clk_data *cd = peri_clk->data; in peri_clk_enable() local 84 struct bcm_clk_gate *gate = &cd->gate; in peri_clk_enable() 107 reg = readl(base + cd->gate.offset); in peri_clk_enable() 108 reg |= (1 << cd->gate.en_bit); in peri_clk_enable() 109 writel(reg, base + cd->gate.offset); in peri_clk_enable() 113 if (divider_exists(&cd->div)) { in peri_clk_enable() 114 reg = readl(base + cd->div.offset); in peri_clk_enable() 115 bitfield_replace(reg, cd->div.shift, cd->div.width, in peri_clk_enable() 117 writel(reg, base + cd->div.offset); in peri_clk_enable() 121 if (selector_exists(&cd->sel)) { in peri_clk_enable() [all …]
|
| /rk3399_rockchip-uboot/post/lib_powerpc/ |
| H A D | b.c | 132 ulong cc, cd; in cpu_post_test_b() local 141 for (cd = 0; cd < 4 && ret == 0; cd++) in cpu_post_test_b() 149 int decr = cd < 2; in cpu_post_test_b() 154 int jumpd = cd >= 2 || in cpu_post_test_b() 155 (cd == 0 && ctr != 1) || in cpu_post_test_b() 156 (cd == 1 && ctr == 1); in cpu_post_test_b() 160 (cc << 3) + (cd << 1), 0, jump, decr, link, in cpu_post_test_b()
|
| H A D | cpu_asm.h | 121 #define ASM_11C(opcode, cd, cs) ((opcode) + \ argument 122 ((cd) << 23) + \ 194 #define ASM_MCRF(cd, cs) ASM_11C(OP_MCRF, cd, cs) argument
|
| /rk3399_rockchip-uboot/board/rockchip/gva_rk3229/ |
| H A D | README | 5 > cd ~/gva_rk3229 16 > cd optee_os 26 > cd ../u-boot 37 > cd ../rkdeveloptool 52 > cd ../u-boot 62 > cd ..
|
| /rk3399_rockchip-uboot/board/rockchip/evb_rk3229/ |
| H A D | README | 5 > cd ~/evb_rk3229 14 > cd optee_os 23 > cd ../u-boot 35 > cd ../rkflashtool 49 > cd ../u-boot 58 > cd ..
|
| /rk3399_rockchip-uboot/board/rockchip/evb_rk3328/ |
| H A D | README | 30 > cd ~/evb_rk3328 38 > cd arm-trusted-firmware 45 > cd ../u-boot 51 > cd ../rkflashtool 56 > cd ..
|
| /rk3399_rockchip-uboot/drivers/fpga/ |
| H A D | socfpga_gen5.c | 24 /* Set CD ratio */ 50 /* To determine the CD ratio */ in fpgamgr_program_init() 51 /* MSEL[1:0] = 0, CD Ratio = 1 */ in fpgamgr_program_init() 54 /* MSEL[1:0] = 1, CD Ratio = 4 */ in fpgamgr_program_init() 57 /* MSEL[1:0] = 2, CD Ratio = 8 */ in fpgamgr_program_init() 65 /* To determine the CD ratio */ in fpgamgr_program_init() 66 /* MSEL[1:0] = 0, CD Ratio = 1 */ in fpgamgr_program_init() 69 /* MSEL[1:0] = 1, CD Ratio = 2 */ in fpgamgr_program_init() 72 /* MSEL[1:0] = 2, CD Ratio = 4 */ in fpgamgr_program_init()
|
| H A D | socfpga_arria10.c | 130 /* set CD ratio */ 189 * cd ratio is dependent on cfg width and whether the bitstream in fpgamgr_set_cdratio_cdwidth() 192 * | width | encr. | compr. | cd ratio | in fpgamgr_set_cdratio_cdwidth() 210 /* if 32 bit, double the cd ratio (so register in fpgamgr_set_cdratio_cdwidth() 435 printf("FPGA: Poll CD failed with error code %d\n", status); in fpgamgr_program_finish()
|
| /rk3399_rockchip-uboot/board/rockchip/kylin_rk3036/ |
| H A D | README | 5 > cd ~/kylin_rk3036 19 > cd ../u-boot 31 > cd ../rkflashtool 45 > cd ../u-boot 54 > cd ..
|
| /rk3399_rockchip-uboot/board/rockchip/evb_rk3399/ |
| H A D | README | 33 > cd ~/evb_rk3399 41 > cd arm-trusted-firmware 50 > cd ../u-boot 64 > cd ../rkdeveloptool 80 > cd .. 87 > cd ..
|
| /rk3399_rockchip-uboot/drivers/input/ |
| H A D | spl_adc_key.c | 39 int mV, cd, voltage = -1; in key_read() local 75 cd = fdtdec_get_int(fdt_blob, offset, "linux,code", -ENODATA); in key_read() 76 if (cd < 0) { in key_read() 77 debug("Can't read 'linux,code', ret=%d\n", cd); in key_read() 81 if (cd == code) { in key_read()
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | at91sam9x5ek.dtsi | 32 cd-gpios = <&pioD 15 GPIO_ACTIVE_HIGH>; 45 cd-gpios = <&pioD 14 GPIO_ACTIVE_HIGH>; 101 …<AT91_PIOD 15 AT91_PERIPH_GPIO AT91_PINCTRL_PULL_UP_DEGLITCH>; /* PD15 gpio CD pin pull up and deg… 108 …<AT91_PIOD 14 AT91_PERIPH_GPIO AT91_PINCTRL_PULL_UP_DEGLITCH>; /* PD14 gpio CD pin pull up and deg…
|
| H A D | imx6sx-sabreauto.dts | 52 cd-gpios = <&gpio7 10 GPIO_ACTIVE_LOW>; 64 cd-gpios = <&gpio7 11 GPIO_ACTIVE_LOW>; 134 MX6SX_PAD_KEY_COL0__GPIO2_IO_10 0x17059 /* CD */ 177 MX6SX_PAD_SD4_DATA7__GPIO6_IO_21 0x17059 /* CD */
|
| H A D | at91sam9g20ek_2mmc.dts | 27 cd-gpios = <&pioC 2 GPIO_ACTIVE_HIGH>; 35 …<AT91_PIOC 2 AT91_PERIPH_GPIO AT91_PINCTRL_PULL_UP_DEGLITCH>; /* PC2 gpio CD pin pull up and degli…
|
| H A D | sun5i-a10s-olinuxino-micro.dts | 180 cd-gpios = <&pio 6 1 GPIO_ACTIVE_HIGH>; /* PG1 */ 181 cd-inverted; 190 cd-gpios = <&pio 6 13 GPIO_ACTIVE_HIGH>; /* PG13 */ 191 cd-inverted;
|
| H A D | at91sam9m10g45ek.dts | 97 cd-gpios = <&pioD 10 GPIO_ACTIVE_HIGH>; 110 cd-gpios = <&pioD 11 GPIO_ACTIVE_HIGH>; 135 …<AT91_PIOD 10 AT91_PERIPH_GPIO AT91_PINCTRL_PULL_UP_DEGLITCH>; /* PD10 gpio CD pin pull up and deg… 142 …<AT91_PIOD 11 AT91_PERIPH_GPIO AT91_PINCTRL_PULL_UP_DEGLITCH /* PD11 gpio CD pin pull up and degli…
|
| H A D | sun7i-a20-olinuxino-micro.dts | 201 cd-gpios = <&pio 7 1 GPIO_ACTIVE_HIGH>; /* PH1 */ 202 cd-inverted; 211 cd-gpios = <&pio 7 11 GPIO_ACTIVE_HIGH>; /* PH11 */ 212 cd-inverted;
|
| H A D | sun7i-a20-olimex-som-evb.dts | 178 cd-gpios = <&pio 7 1 GPIO_ACTIVE_HIGH>; /* PH1 */ 179 cd-inverted; 188 cd-gpios = <&pio 7 0 GPIO_ACTIVE_HIGH>; /* PH0 */ 189 cd-inverted;
|
| H A D | sun7i-a20-orangepi-mini.dts | 148 cd-gpios = <&pio 7 10 GPIO_ACTIVE_HIGH>; /* PH10 */ 149 cd-inverted; 158 cd-gpios = <&pio 7 11 GPIO_ACTIVE_HIGH>; /* PH11 */ 159 cd-inverted;
|
| H A D | sun50i-a64-olinuxino.dts | 73 cd-gpios = <&pio 5 6 GPIO_ACTIVE_HIGH>; 74 cd-inverted;
|
| /rk3399_rockchip-uboot/board/theobroma-systems/puma_rk3399/ |
| H A D | README | 38 > cd arm-trusted-firmware 45 > cd ../rk3399-cortex-m0 52 > cd ../u-boot 84 > cd rkdeveloptool
|
| /rk3399_rockchip-uboot/board/nvidia/harmony/ |
| H A D | harmony.c | 29 /* For CD GPIO PH2 */ in pin_mux_mmc() 34 /* For CD GPIO PI5 */ in pin_mux_mmc()
|
| /rk3399_rockchip-uboot/board/theobroma-systems/lion_rk3368/ |
| H A D | README | 7 > cd arm-trusted-firmware 14 > cd ../u-boot 48 > cd rkdeveloptool
|
| /rk3399_rockchip-uboot/board/rockchip/sheep_rk3368/ |
| H A D | README | 6 > cd rockchip-uboot 12 > cd u-boot
|