sh.tmpl 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" []>
  4. <book id="sh-drivers">
  5. <bookinfo>
  6. <title>SuperH Interfaces Guide</title>
  7. <authorgroup>
  8. <author>
  9. <firstname>Paul</firstname>
  10. <surname>Mundt</surname>
  11. <affiliation>
  12. <address>
  13. <email>lethal@linux-sh.org</email>
  14. </address>
  15. </affiliation>
  16. </author>
  17. </authorgroup>
  18. <copyright>
  19. <year>2008</year>
  20. <holder>Paul Mundt</holder>
  21. </copyright>
  22. <copyright>
  23. <year>2008</year>
  24. <holder>Renesas Technology Corp.</holder>
  25. </copyright>
  26. <legalnotice>
  27. <para>
  28. This documentation is free software; you can redistribute
  29. it and/or modify it under the terms of the GNU General Public
  30. License version 2 as published by the Free Software Foundation.
  31. </para>
  32. <para>
  33. This program is distributed in the hope that it will be
  34. useful, but WITHOUT ANY WARRANTY; without even the implied
  35. warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  36. See the GNU General Public License for more details.
  37. </para>
  38. <para>
  39. You should have received a copy of the GNU General Public
  40. License along with this program; if not, write to the Free
  41. Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
  42. MA 02111-1307 USA
  43. </para>
  44. <para>
  45. For more details see the file COPYING in the source
  46. distribution of Linux.
  47. </para>
  48. </legalnotice>
  49. </bookinfo>
  50. <toc></toc>
  51. <chapter id="mm">
  52. <title>Memory Management</title>
  53. <sect1 id="sh4">
  54. <title>SH-4</title>
  55. <sect2 id="sq">
  56. <title>Store Queue API</title>
  57. !Earch/sh/kernel/cpu/sh4/sq.c
  58. </sect2>
  59. </sect1>
  60. <sect1 id="sh5">
  61. <title>SH-5</title>
  62. <sect2 id="tlb">
  63. <title>TLB Interfaces</title>
  64. !Iarch/sh/mm/tlb-sh5.c
  65. !Iarch/sh/include/asm/tlb_64.h
  66. </sect2>
  67. </sect1>
  68. </chapter>
  69. <chapter id="clk">
  70. <title>Clock Framework Extensions</title>
  71. !Iarch/sh/include/asm/clock.h
  72. </chapter>
  73. <chapter id="mach">
  74. <title>Machine Specific Interfaces</title>
  75. <sect1 id="dreamcast">
  76. <title>mach-dreamcast</title>
  77. !Iarch/sh/boards/mach-dreamcast/rtc.c
  78. </sect1>
  79. <sect1 id="x3proto">
  80. <title>mach-x3proto</title>
  81. !Earch/sh/boards/mach-x3proto/ilsel.c
  82. </sect1>
  83. </chapter>
  84. <chapter id="busses">
  85. <title>Busses</title>
  86. <sect1 id="superhyway">
  87. <title>SuperHyway</title>
  88. !Edrivers/sh/superhyway/superhyway.c
  89. </sect1>
  90. <sect1 id="maple">
  91. <title>Maple</title>
  92. !Edrivers/sh/maple/maple.c
  93. </sect1>
  94. </chapter>
  95. </book>