Searched refs:dts (Results 1 – 25 of 139) sorted by relevance
123456
/linux-2.6.39/arch/powerpc/boot/ |
D | wrapper | 38 dts= 89 dts="$1" 124 if [ -n "$dts" ]; then 125 if [ ! -r "$dts" -a -r "$object/dts/$dts" ]; then 126 dts="$object/dts/$dts" 131 $dtc -O dtb -o "$dtb" -b 0 "$dts" 306 if [ -n "$dts" ]; then
|
/linux-2.6.39/drivers/pps/generators/ |
D | pps_gen_parport.c | 73 struct timespec expire_time, ts1, ts2, ts3, dts; in hrtimer_event() local 127 dts = timespec_sub(ts3, ts2); in hrtimer_event() 129 (dev->port_write_time + timespec_to_ns(&dts)) >> 1; in hrtimer_event() 133 dts = timespec_sub(ts1, expire_time); in hrtimer_event() 134 delta = timespec_to_ns(&dts); in hrtimer_event()
|
/linux-2.6.39/arch/powerpc/boot/dts/ |
D | gamecube.dts | 2 * arch/powerpc/boot/dts/gamecube.dts 15 /dts-v1/;
|
D | p2020rdb_camp_core1.dts | 4 * In CAMP mode, each core needs to have its own dts. Only mpic and L2 cache 6 * This dts allows core1 to have l2, dma2, eth0, pci1, msi. 8 * Please note to add "-b 1" for core1's dts compiling. 18 /dts-v1/;
|
D | mpc8572ds_camp_core1.dts | 4 * In CAMP mode, each core needs to have its own dts. Only mpic and L2 cache 6 * This dts allows core1 to have l2, dma2, eth2, eth3, pci2, msi. 8 * Please note to add "-b 1" for core1's dts compiling. 18 /dts-v1/;
|
D | wii.dts | 2 * arch/powerpc/boot/dts/wii.dts 15 /dts-v1/;
|
D | gef_ppc9a.dts | 13 * And: mpc8641_hpcn.dts (MPC8641 HPCN Device Tree Source) 18 * Compiled with dtc -I dts -O dtb -o gef_ppc9a.dtb gef_ppc9a.dts 21 /dts-v1/;
|
D | gef_sbc610.dts | 13 * And: mpc8641_hpcn.dts (MPC8641 HPCN Device Tree Source) 18 * Compiled with dtc -I dts -O dtb -o gef_sbc610.dtb gef_sbc610.dts 21 /dts-v1/;
|
D | gef_sbc310.dts | 13 * And: mpc8641_hpcn.dts (MPC8641 HPCN Device Tree Source) 18 * Compiled with dtc -I dts -O dtb -o gef_sbc310.dtb gef_sbc310.dts 21 /dts-v1/;
|
D | kuroboxHD.dts | 7 * Based on sandpoint.dts 21 /dts-v1/;
|
D | kuroboxHG.dts | 7 * Based on sandpoint.dts 21 /dts-v1/;
|
D | sam440ep.dts | 2 * Device Tree Source for ACube Sam440ep based off bamboo.dts code 8 * Modified from bamboo.dts for sam440ep: 16 /dts-v1/;
|
D | p2020rdb_camp_core0.dts | 4 * In CAMP mode, each core needs to have its own dts. Only mpic and L2 cache 6 * This dts file allows core0 to have memory, l2, i2c, spi, gpio, dma1, usb, 17 /dts-v1/;
|
D | ps3.dts | 21 /dts-v1/;
|
D | sbc8349.dts | 8 * -based largely on the Freescale MPC834x_MDS dts. 16 /dts-v1/;
|
D | storcenter.dts | 14 /dts-v1/;
|
D | c2k.dts | 5 * Originated from prpmc2800.dts 15 /dts-v1/;
|
D | ksi8560.dts | 6 * Based on mpc8560ads.dts 15 /dts-v1/;
|
D | iss4xx.dts | 15 /dts-v1/;
|
D | pdm360ng.dts | 7 * Based on MPC5121E ADS dts. 16 /dts-v1/;
|
D | mpc8572ds_camp_core0.dts | 4 * In CAMP mode, each core needs to have its own dts. Only mpic and L2 cache 6 * This dts file allows core0 to have memory, l2, i2c, dma1, global-util, eth0, 17 /dts-v1/;
|
D | sbc8641d.dts | 8 * Based largely on the mpc8641_hpcn.dts by Freescale Semiconductor Inc. 16 /dts-v1/;
|
/linux-2.6.39/fs/jfs/ |
D | jfs_dtree.h | 132 #define addressDTS(dts)\ argument 133 ( ((s64)((dts)->addr1)) << 32 | __le32_to_cpu((dts)->addr2) )
|
/linux-2.6.39/arch/microblaze/boot/ |
D | Makefile | 55 $(obj)/%.dtb: $(src)/dts/%.dts FORCE
|
/linux-2.6.39/Documentation/powerpc/ |
D | bootwrapper.txt | 80 that the dts file for virtex405 targets should be 81 named (virtex405-<board>.dts). Search the wrapper 103 arch/powerpc/boot/dts/ directory. The Makefile selects the correct device 106 build system will use arch/powerpc/boot/dts/walnut.dts to build 107 treeImage.walnut and arch/powerpc/boot/dts/virtex405-ml403.dts to build
|
123456