Home
last modified time | relevance | path

Searched refs:master (Results 1 – 25 of 184) sorted by relevance

12345678

/u-boot/drivers/clk/at91/
A Dclk-master.c91 pmc_read(master->base, master->layout->offset, &mckr); in clk_master_pres_get_rate()
124 master = kzalloc(sizeof(*master), GFP_KERNEL); in at91_clk_register_master_pres()
125 if (!master) in at91_clk_register_master_pres()
134 pmc_read(master->base, master->layout->offset, &val); in at91_clk_register_master_pres()
167 pmc_read(master->base, master->layout->offset, &mckr); in clk_master_div_get_rate()
197 master = kzalloc(sizeof(*master), GFP_KERNEL); in at91_clk_register_master_div()
264 pmc_write(master->base, PMC_MCR, master->id); in clk_sama7g5_master_disable()
292 pmc_write(master->base, PMC_MCR, master->id); in clk_sama7g5_master_set_rate()
311 pmc_write(master->base, PMC_MCR, master->id); in clk_sama7g5_master_get_rate()
346 master = kzalloc(sizeof(*master), GFP_KERNEL); in at91_clk_sama7g5_register_master()
[all …]
/u-boot/drivers/mtd/
A Dmtdpart.c574 master->name); in allocate_partition()
601 if (master->_read) in allocate_partition()
603 if (master->_write) in allocate_partition()
610 if (master->_point && master->_unpoint) { in allocate_partition()
634 if (master->_sync) in allocate_partition()
637 if (!partno && !master->dev.class && master->_suspend && in allocate_partition()
642 if (master->_writev) in allocate_partition()
645 if (master->_lock) in allocate_partition()
647 if (master->_unlock) in allocate_partition()
890 if (!master->dev && !ofnode_valid(master->flash_node)) in add_mtd_partitions_of()
[all …]
A Dmtdcore.h12 int parse_mtd_partitions(struct mtd_info *master, const char * const *types,
/u-boot/doc/device-tree-bindings/iommu/
A Diommu.txt2 master(s).
29 IOMMUs can be single-master or multiple-master. Single-master IOMMU devices
31 master IOMMU devices can translate accesses from more than one master.
67 IOMMU master node:
129 Single-master IOMMU:
136 master {
157 master@1 {
163 master@2 {
176 master@1 {
181 master@2 {
[all …]
/u-boot/net/
A Ddsa-uclass.c107 return eth_get_ops(master)->start(master); in dsa_port_start()
126 eth_get_ops(master)->stop(master); in dsa_port_stop()
162 return eth_get_ops(master)->send(master, packet, length); in dsa_port_send()
176 length = eth_get_ops(master)->recv(master, flags, packetp); in dsa_port_recv()
190 eth_get_ops(master)->free_pkt(master, *packetp, length); in dsa_port_recv()
215 return eth_get_ops(master)->free_pkt(master, packet, length); in dsa_port_free_pkt()
292 struct udevice *master; in dsa_port_probe() local
301 master = dsa_get_master(dev); in dsa_port_probe()
302 if (!master) in dsa_port_probe()
312 err = device_probe(master); in dsa_port_probe()
[all …]
/u-boot/doc/device-tree-bindings/spi/
A Dspi-cadence.txt21 - 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 Dspi-bus.txt3 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 DREADME.srio-pcie-boot-corenet53 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 …]
/u-boot/arch/arm/dts/
A Dt8103-j274.dts101 bitclock-master;
102 frame-master;
120 bitclock-master;
121 frame-master;
A Darmada-common.dtsi12 * CP110 master:
27 * master: CP110_STRING_LABEL(ppv2) -> "cp0-ppv2"
A Dimx8mm-verdin-dev.dtsi11 simple-audio-card,bitclock-master = <&dailink_master>;
13 simple-audio-card,frame-master = <&dailink_master>;
A Dam3517-evm-ui.dtsi26 simple-audio-card,bitclock-master = <&sound_master>;
27 simple-audio-card,frame-master = <&sound_master>;
56 simple-audio-card,bitclock-master = <&sound_master2>;
57 simple-audio-card,frame-master = <&sound_master2>;
A Dimx7d-pico-pi.dts26 simple-audio-card,bitclock-master = <&dailink_master>;
27 simple-audio-card,frame-master = <&dailink_master>;
A Dfsl-ls1028a-rdb.dts83 frame-master;
84 bitclock-master;
89 frame-master;
90 bitclock-master;
A Dt8103-j457.dts96 bitclock-master;
97 frame-master;
A Dimx7d-pico-hobbit.dts26 simple-audio-card,bitclock-master = <&dailink_master>;
27 simple-audio-card,frame-master = <&dailink_master>;
/u-boot/include/linux/mtd/
A Dpartitions.h84 int mtd_add_partition(struct mtd_info *master, const char *name,
86 int mtd_del_partition(struct mtd_info *master, int partno);
A Dmtd.h369 bool mtd_partitions_used(struct mtd_info *master);
516 #define mtd_device_register(master, parts, nr_parts) \ argument
517 mtd_device_parse_register(master, NULL, NULL, parts, nr_parts)
518 extern int mtd_device_unregister(struct mtd_info *master);
577 int add_mtd_partitions_of(struct mtd_info *master);
579 static inline int add_mtd_partitions_of(struct mtd_info *master) in add_mtd_partitions_of() argument
/u-boot/arch/xtensa/dts/
A Dxtfpga.dtsi86 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 Dintel,x86-pinctrl.txt3 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
/u-boot/drivers/sysreset/
A Dsysreset_mpc83xx.h30 static const char * const master[] = { variable
/u-boot/doc/device-tree-bindings/video/
A Dexynos-dp.txt24 samsung,master-mode: 1 if you want to run DP as master, else 0
59 samsung,master-mode = <0>;
/u-boot/drivers/net/
A Ddsa_sandbox.c150 struct udevice *master = dsa_get_master(dev); in dsa_sandbox_probe() local
153 if (!master) in dsa_sandbox_probe()
158 master_priv = dev_get_priv(master); in dsa_sandbox_probe()
/u-boot/doc/board/mediatek/
A Dmt7621.rst19 …- https://raw.githubusercontent.com/mtk-openwrt/mt7621-lowlevel-preloader/master/mt7621_stage_sram…
20 …- https://raw.githubusercontent.com/mtk-openwrt/mt7621-lowlevel-preloader/master/mt7621_stage_sram…
/u-boot/fs/ubifs/
A DMakefile10 obj-y := ubifs.o io.o super.o sb.o master.o lpt.o

Completed in 46 milliseconds

12345678