| /u-boot/drivers/clk/at91/ |
| A D | clk-master.c | 89 pmc_read(master->base, master->layout->offset, &mckr); in clk_master_get_rate() 130 master = kzalloc(sizeof(*master), GFP_KERNEL); in at91_clk_register_master() 131 if (!master) in at91_clk_register_master() 140 pmc_read(master->base, master->layout->offset, &val); in at91_clk_register_master() 175 pmc_write(master->base, PMC_MCR, PMC_MCR_ID(master->id)); in clk_sama7g5_master_set_parent() 199 pmc_write(master->base, PMC_MCR, master->id); in clk_sama7g5_master_disable() 227 pmc_write(master->base, PMC_MCR, master->id); in clk_sama7g5_master_set_rate() 246 pmc_write(master->base, PMC_MCR, master->id); in clk_sama7g5_master_get_rate() 281 master = kzalloc(sizeof(*master), GFP_KERNEL); in at91_clk_sama7g5_register_master() 282 if (!master) in at91_clk_sama7g5_register_master() [all …]
|
| A D | Makefile | 6 obj-y += pmc.o sckc.o clk-main.o clk-master.o clk-programmable.o clk-system.o
|
| /u-boot/drivers/mtd/ |
| A D | mtdpart.c | 585 master->name); in allocate_partition() 612 if (master->_read) in allocate_partition() 614 if (master->_write) in allocate_partition() 621 if (master->_point && master->_unpoint) { in allocate_partition() 629 if (master->_read_oob) in allocate_partition() 645 if (master->_sync) in allocate_partition() 648 if (!partno && !master->dev.class && master->_suspend && in allocate_partition() 649 master->_resume) { in allocate_partition() 653 if (master->_writev) in allocate_partition() 656 if (master->_lock) in allocate_partition() [all …]
|
| A D | mtdcore.h | 12 int parse_mtd_partitions(struct mtd_info *master, const char * const *types,
|
| /u-boot/net/ |
| A D | dsa-uclass.c | 87 return eth_get_ops(master)->start(master); in dsa_port_start() 106 eth_get_ops(master)->stop(master); in dsa_port_stop() 140 return eth_get_ops(master)->send(master, packet, length); in dsa_port_send() 154 length = eth_get_ops(master)->recv(master, flags, packetp); in dsa_port_recv() 167 if (eth_get_ops(master)->free_pkt) in dsa_port_recv() 168 eth_get_ops(master)->free_pkt(master, *packetp, length); in dsa_port_recv() 193 return eth_get_ops(master)->free_pkt(master, packet, length); in dsa_port_free_pkt() 250 struct udevice *master; in dsa_port_probe() local 260 master = dsa_get_master(dev); in dsa_port_probe() 261 if (!master) in dsa_port_probe() [all …]
|
| /u-boot/doc/device-tree-bindings/spi/ |
| A D | spi-cadence.txt | 21 - cdns,tshsl-ns : Added delay in master reference clocks (ref_clk) for 22 the length that the master mode chip select outputs 24 - cdns,tsd2d-ns : Delay in master reference clocks (ref_clk) between one 27 - cdns,tchsh-ns : Delay in master reference clocks between last bit of 30 - cdns,tslch-ns : Delay in master reference clocks between setting
|
| 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
|
| /u-boot/doc/ |
| 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 …]
|
| 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.
|
| /u-boot/arch/arm/dts/ |
| A D | r8a77950-salvator-x.dts | 121 bitclock-master = <&rsnd_endpoint1>; 122 frame-master = <&rsnd_endpoint1>; 133 bitclock-master = <&rsnd_endpoint2>; 134 frame-master = <&rsnd_endpoint2>;
|
| A D | r8a77965-salvator-x.dts | 65 bitclock-master = <&rsnd_endpoint1>; 66 frame-master = <&rsnd_endpoint1>;
|
| A D | r8a77960-salvator-x.dts | 71 bitclock-master = <&rsnd_endpoint1>; 72 frame-master = <&rsnd_endpoint1>;
|
| A D | imx7d-pico-pi.dts | 26 simple-audio-card,bitclock-master = <&dailink_master>; 27 simple-audio-card,frame-master = <&dailink_master>;
|
| A D | am3517-evm-ui.dtsi | 29 simple-audio-card,bitclock-master = <&sound_master>; 30 simple-audio-card,frame-master = <&sound_master>; 59 simple-audio-card,bitclock-master = <&sound_master2>; 60 simple-audio-card,frame-master = <&sound_master2>;
|
| A D | imx7d-pico-hobbit.dts | 26 simple-audio-card,bitclock-master = <&dailink_master>; 27 simple-audio-card,frame-master = <&dailink_master>;
|
| A D | hihope-rev4.dtsi | 118 bitclock-master = <&rsnd_endpoint>; 119 frame-master = <&rsnd_endpoint>;
|
| /u-boot/include/linux/mtd/ |
| 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);
|
| /u-boot/arch/xtensa/dts/ |
| 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>;
|
| /u-boot/doc/device-tree-bindings/gpio/ |
| 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
|
| 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
|
| /u-boot/drivers/sysreset/ |
| A D | sysreset_mpc83xx.h | 30 static const char * const master[] = { variable
|
| /u-boot/doc/device-tree-bindings/video/ |
| 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>;
|
| /u-boot/board/ti/j721e/ |
| A D | README | 117 - Here DMSC acts as master and provides all the critical services. R5/A72 124 Branch: master 128 Branch: master 132 Branch: master 136 Branch: master
|
| /u-boot/fs/ubifs/ |
| A D | Makefile | 10 obj-y := ubifs.o io.o super.o sb.o master.o lpt.o
|
| /u-boot/arch/powerpc/cpu/mpc83xx/arbiter/ |
| A D | Kconfig | 62 bool "Park to master" 73 prompt "Parking master"
|