| /rk3399_rockchip-uboot/drivers/mtd/ |
| H A D | mtdpart.c | 67 bool mtd_partitions_used(struct mtd_info *master) in mtd_partitions_used() argument 71 list_for_each_entry(slave, &master->partitions, node) { in mtd_partitions_used() 533 static int do_del_mtd_partitions(struct mtd_info *master) in do_del_mtd_partitions() argument 538 list_for_each_entry_safe(slave, next, &master->partitions, node) { in do_del_mtd_partitions() 558 int del_mtd_partitions(struct mtd_info *master) in del_mtd_partitions() argument 562 debug("Deleting MTD partitions on \"%s\":\n", master->name); in del_mtd_partitions() 565 ret = do_del_mtd_partitions(master); in del_mtd_partitions() 571 static struct mtd_info *allocate_partition(struct mtd_info *master, in allocate_partition() argument 583 master->name); in allocate_partition() 590 slave->type = master->type; in allocate_partition() [all …]
|
| H A D | mtdcore.h | 12 int parse_mtd_partitions(struct mtd_info *master, const char * const *types,
|
| /rk3399_rockchip-uboot/drivers/rkflash/ |
| H A D | nandc.c | 26 static struct MASTER_INFO_T master; variable 63 master.page_buf = &g_master_temp_buf[0]; in nandc_init() 64 master.spare_buf = &g_master_temp_buf[MAX_FLASH_PAGE_SIZE / 4]; in nandc_init() 65 master.mapped = 0; in nandc_init() 213 master.spare_buf[i] = in nandc_xfer_start() 218 master.spare_buf[i] = 0xffffffff; in nandc_xfer_start() 222 master.spare_buf[0] = 1; in nandc_xfer_start() 224 master.page_vir = (u32 *)((data == (u32 *)NULL) ? in nandc_xfer_start() 225 master.page_buf : in nandc_xfer_start() 227 master.spare_vir = (u32 *)master.spare_buf; in nandc_xfer_start() [all …]
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/spi/ |
| H A D | spi-cadence.txt | 18 - tshsl-ns : Added delay in master reference clocks (ref_clk) for 19 the length that the master mode chip select outputs 21 - tsd2d-ns : Delay in master reference clocks (ref_clk) between one 24 - tchsh-ns : Delay in master reference clocks between last bit of 27 - tslch-ns : Delay in master reference clocks between setting
|
| H A D | spi-bus.txt | 3 SPI busses can be described with a node for the SPI master device 6 SPI master mode. This binding does not describe SPI controllers 9 The SPI master node requires the following properties: 44 SPI slave nodes must be children of the SPI master node and can
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.srio-pcie-boot-corenet | 53 b) Program slave's U-Boot image, UCode, and ENV parameters into master's 56 environment for master. 61 d) Restart up master and it will boot up normally from its NorFlash. 65 image stored in master's NorFlash. 67 and ENV stored in master's NorFlash. 71 all the above master's steps, and wait to be released by master. In the 78 from master. 90 For master, U-Boot image should be generated normally. 92 For example, master U-Boot image used on P4080DS should be compiled with 106 UCode, ENV stored in master's NorFlash, and any other configurations [all …]
|
| H A D | README.sched | 43 - Only one master/parent thread is allowed, and it cannot be 51 thread may thread_join, preferably the master/parent thread.
|
| H A D | README.i2c | 4 While I2C supports multi-master buses this is difficult to get right. 5 The implementation on the master side in software is quite complex.
|
| H A D | README.rockusb | 17 (https://github.com/rockchip-linux/rkbin/blob/master/tools/rkdeveloptool)
|
| /rk3399_rockchip-uboot/include/linux/mtd/ |
| H A D | partitions.h | 84 int mtd_add_partition(struct mtd_info *master, const char *name, 86 int mtd_del_partition(struct mtd_info *master, int partno);
|
| H A D | mtd.h | 374 bool mtd_partitions_used(struct mtd_info *master); 521 #define mtd_device_register(master, parts, nr_parts) \ argument 522 mtd_device_parse_register(master, NULL, NULL, parts, nr_parts) 523 extern int mtd_device_unregister(struct mtd_info *master);
|
| /rk3399_rockchip-uboot/arch/xtensa/dts/ |
| H A D | xtfpga.dtsi | 86 i2c0: i2c-master@0d090000 { 106 spi0: spi-master@0d0a0000 { 132 simple-audio-card,bitclock-master = <0>; 133 simple-audio-card,frame-master = <0>;
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/gpio/ |
| H A D | intel,x86-pinctrl.txt | 3 Pin-muxing on x86 can be described with a node for the PINCTRL master 6 The PINCTRL master node requires the following properties: 9 Pin nodes must be children of the pinctrl master node and can
|
| H A D | intel,x86-broadwell-pinctrl.txt | 4 master node and a set of child nodes for each required pin state on the SoC. 8 The PINCTRL master node requires the following properties: 11 Pin state nodes must be sub-nodes of the pinctrl master node. The must have 33 The pin configuration node is also a sub-node of the pinctrl master node, but
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/video/ |
| H A D | exynos-dp.txt | 24 samsung,master-mode: 1 if you want to run DP as master, else 0 59 samsung,master-mode = <0>;
|
| /rk3399_rockchip-uboot/drivers/net/phy/ |
| H A D | Kconfig | 121 bool "Ethernet PHY RTL8211x: force 1000BASE-T master mode" 124 Force master mode for 1000BASE-T on RTl8211x PHYs (except for RTL8211F). 131 master mode. Multiple devices forcing master mode when connected by a 136 connection between two devices which both force master mode, try forcing
|
| H A D | micrel_ksz90x1.c | 251 const unsigned master = CTRL1000_PREFER_MASTER | in ksz9021_config() local 265 ctrl1000 |= ADVERTISE_1000HALF | master; in ksz9021_config() 267 ctrl1000 |= ADVERTISE_1000FULL | master; in ksz9021_config()
|
| /rk3399_rockchip-uboot/drivers/clk/at91/ |
| H A D | Makefile | 6 obj-y += clk-slow.o clk-main.o clk-plla.o clk-master.o
|
| H A D | Kconfig | 10 clocks a tree structure, such as master clock, usb device
|
| /rk3399_rockchip-uboot/fs/ubifs/ |
| H A D | Makefile | 12 obj-y := ubifs.o io.o super.o sb.o master.o lpt.o
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/spmi/ |
| H A D | spmi-msm.txt | 9 2) SPMI write command (master) registers (PMIC_ARB_CORE_SW_DEC_CHANNELS)
|
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | dw_mipi_dsi.c | 238 struct dw_mipi_dsi *master; member 647 if (dsi->master) { in dw_mipi_dsi_set_pll() 648 dsi->master->lane_mbps = dsi->lane_mbps; in dw_mipi_dsi_set_pll() 649 dsi->master->dphy.input_div = dsi->dphy.input_div; in dw_mipi_dsi_set_pll() 650 dsi->master->dphy.feedback_div = dsi->dphy.feedback_div; in dw_mipi_dsi_set_pll() 939 if (dsi->master) in dw_mipi_dsi_post_disable() 940 dw_mipi_dsi_post_disable(dsi->master); in dw_mipi_dsi_post_disable() 1121 dsi->master = dev_get_priv(dev); in dw_mipi_dsi_connector_init() 1122 if (!dsi->master) in dw_mipi_dsi_connector_init() 1255 if (dsi->master) in dw_mipi_dsi_pre_enable() [all …]
|
| /rk3399_rockchip-uboot/arch/arc/lib/ |
| H A D | start.S | 13 ; ARCompact devices are not supposed to be SMP so master/slave check
|
| /rk3399_rockchip-uboot/arch/arm/mach-exynos/include/mach/ |
| H A D | mipi_dsim.h | 322 struct mipi_dsim_device *master; member
|
| /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/ |
| H A D | cpu_init.c | 358 static char* master[] = { in print_83xx_arb_event() local 445 printf(" Master ID: 0x%02x = %s\n", mstr_id, master[mstr_id]); in print_83xx_arb_event()
|