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-2010</year>
  20. <holder>Paul Mundt</holder>
  21. </copyright>
  22. <copyright>
  23. <year>2008-2010</year>
  24. <holder>Renesas Technology Corp.</holder>
  25. </copyright>
  26. <copyright>
  27. <year>2010</year>
  28. <holder>Renesas Electronics Corp.</holder>
  29. </copyright>
  30. <legalnotice>
  31. <para>
  32. This documentation is free software; you can redistribute
  33. it and/or modify it under the terms of the GNU General Public
  34. License version 2 as published by the Free Software Foundation.
  35. </para>
  36. <para>
  37. This program is distributed in the hope that it will be
  38. useful, but WITHOUT ANY WARRANTY; without even the implied
  39. warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  40. See the GNU General Public License for more details.
  41. </para>
  42. <para>
  43. You should have received a copy of the GNU General Public
  44. License along with this program; if not, write to the Free
  45. Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
  46. MA 02111-1307 USA
  47. </para>
  48. <para>
  49. For more details see the file COPYING in the source
  50. distribution of Linux.
  51. </para>
  52. </legalnotice>
  53. </bookinfo>
  54. <toc></toc>
  55. <chapter id="mm">
  56. <title>Memory Management</title>
  57. <sect1 id="sh4">
  58. <title>SH-4</title>
  59. <sect2 id="sq">
  60. <title>Store Queue API</title>
  61. !Earch/sh/kernel/cpu/sh4/sq.c
  62. </sect2>
  63. </sect1>
  64. <sect1 id="sh5">
  65. <title>SH-5</title>
  66. <sect2 id="tlb">
  67. <title>TLB Interfaces</title>
  68. !Iarch/sh/mm/tlb-sh5.c
  69. !Iarch/sh/include/asm/tlb_64.h
  70. </sect2>
  71. </sect1>
  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>