Mauro Carvalho Chehab | bffac83 | 2017-05-13 07:50:43 -0300 | [diff] [blame] | 1 | ======================= |
| 2 | SuperH Interfaces Guide |
| 3 | ======================= |
| 4 | |
| 5 | :Author: Paul Mundt |
| 6 | |
| 7 | Memory Management |
| 8 | ================= |
| 9 | |
| 10 | SH-4 |
| 11 | ---- |
| 12 | |
| 13 | Store Queue API |
| 14 | ~~~~~~~~~~~~~~~ |
| 15 | |
| 16 | .. kernel-doc:: arch/sh/kernel/cpu/sh4/sq.c |
| 17 | :export: |
| 18 | |
| 19 | SH-5 |
| 20 | ---- |
| 21 | |
| 22 | TLB Interfaces |
| 23 | ~~~~~~~~~~~~~~ |
| 24 | |
| 25 | .. kernel-doc:: arch/sh/mm/tlb-sh5.c |
| 26 | :internal: |
| 27 | |
| 28 | .. kernel-doc:: arch/sh/include/asm/tlb_64.h |
| 29 | :internal: |
| 30 | |
| 31 | Machine Specific Interfaces |
| 32 | =========================== |
| 33 | |
| 34 | mach-dreamcast |
| 35 | -------------- |
| 36 | |
| 37 | .. kernel-doc:: arch/sh/boards/mach-dreamcast/rtc.c |
| 38 | :internal: |
| 39 | |
| 40 | mach-x3proto |
| 41 | ------------ |
| 42 | |
| 43 | .. kernel-doc:: arch/sh/boards/mach-x3proto/ilsel.c |
| 44 | :export: |
| 45 | |
| 46 | Busses |
| 47 | ====== |
| 48 | |
| 49 | SuperHyway |
| 50 | ---------- |
| 51 | |
| 52 | .. kernel-doc:: drivers/sh/superhyway/superhyway.c |
| 53 | :export: |
| 54 | |
| 55 | Maple |
| 56 | ----- |
| 57 | |
| 58 | .. kernel-doc:: drivers/sh/maple/maple.c |
| 59 | :export: |