Home
last modified time | relevance | path

Searched refs:sh_mv (Results 1 – 15 of 15) sorted by relevance

/linux-2.4.37.9/include/asm-sh/
Dmachvec.h87 extern struct sh_machine_vector sh_mv;
91 #define MACH_SE (sh_mv.mv_hw_se)
92 #define MACH_SHMSE (sh_mv.mv_hw_shmse)
93 #define MACH_HP600 (sh_mv.mv_hw_hp600)
94 #define MACH_HP620 (sh_mv.mv_hw_hp620)
95 #define MACH_HP680 (sh_mv.mv_hw_hp680)
96 #define MACH_HP690 (sh_mv.mv_hw_hp690)
97 #define MACH_HD64461 (sh_mv.mv_hw_hd64461)
98 #define MACH_HD64465 (sh_mv.mv_hw_hd64465)
99 #define MACH_SH2000 (sh_mv.mv_hw_sh2000)
[all …]
Dio.h44 # define __inb(p) sh_mv.mv_inb((p))
45 # define __inw(p) sh_mv.mv_inw((p))
46 # define __inl(p) sh_mv.mv_inl((p))
47 # define __outb(x,p) sh_mv.mv_outb((x),(p))
48 # define __outw(x,p) sh_mv.mv_outw((x),(p))
49 # define __outl(x,p) sh_mv.mv_outl((x),(p))
51 # define __inb_p(p) sh_mv.mv_inb_p((p))
52 # define __inw_p(p) sh_mv.mv_inw_p((p))
53 # define __inl_p(p) sh_mv.mv_inl_p((p))
54 # define __outb_p(x,p) sh_mv.mv_outb_p((x),(p))
[all …]
Drtc.h6 #define rtc_gettimeofday sh_mv.mv_rtc_gettimeofday
7 #define rtc_settimeofday sh_mv.mv_rtc_settimeofday
Dirq.h184 # define ACTUAL_NR_IRQS (sh_mv.mv_nr_irqs)
319 if (sh_mv.mv_irq_demux) { in irq_demux()
320 irq = sh_mv.mv_irq_demux(irq); in irq_demux()
Dmachvec_init.h47 struct sh_machine_vector sh_mv __attribute__((alias("mv_"#system)));
/linux-2.4.37.9/arch/sh/kernel/
Dsetup.c66 struct sh_machine_vector sh_mv; variable
318 sh_mv = *mv; in setup_arch()
321 sh_mv = mv_unknown; in setup_arch()
326 sh_mv.mv_inb = generic_inb; in setup_arch()
327 sh_mv.mv_inw = generic_inw; in setup_arch()
328 sh_mv.mv_inl = generic_inl; in setup_arch()
329 sh_mv.mv_outb = generic_outb; in setup_arch()
330 sh_mv.mv_outw = generic_outw; in setup_arch()
331 sh_mv.mv_outl = generic_outl; in setup_arch()
333 sh_mv.mv_inb_p = generic_inb_p; in setup_arch()
[all …]
Dtime.c241 if (sh_mv.mv_heartbeat != NULL) in do_timer_interrupt()
242 sh_mv.mv_heartbeat(); in do_timer_interrupt()
254 if (sh_mv.mv_rtc_settimeofday(&xtime) == 0) in do_timer_interrupt()
Dirq_ipr.c282 if (sh_mv.mv_init_irq != NULL) { in init_IRQ()
283 sh_mv.mv_init_irq(); in init_IRQ()
Dpci-v320usc.c387 if (sh_mv.mv_init_pci != NULL) in pcibios_init()
388 sh_mv.mv_init_pci(); in pcibios_init()
Dio_generic.c26 #define PORT2ADDR(x) (sh_mv.mv_isa_port2addr(x))
Dpci-sh7751.c338 if (sh_mv.mv_init_pci != NULL) in pcibios_init()
339 sh_mv.mv_init_pci(); in pcibios_init()
Dpci_st40.c523 if (sh_mv.mv_init_pci != NULL) { in pcibios_init()
524 sh_mv.mv_init_pci(); in pcibios_init()
Dio_bigsur.c56 #define PORT2ADDR(x) (sh_mv.mv_isa_port2addr(x))
Dio_hd64465.c55 #define PORT2ADDR(x) (sh_mv.mv_isa_port2addr(x))
/linux-2.4.37.9/Documentation/
DConfigure.help28115 support and relies on the sh_mv= kernel command option to choose