Searched refs:sh_mv (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh/
H A Dio.h54 #define __inb(p) sh_mv.mv_inb((p))
55 #define __inw(p) sh_mv.mv_inw((p))
56 #define __inl(p) sh_mv.mv_inl((p))
57 #define __outb(x,p) sh_mv.mv_outb((x),(p))
58 #define __outw(x,p) sh_mv.mv_outw((x),(p))
59 #define __outl(x,p) sh_mv.mv_outl((x),(p))
61 #define __inb_p(p) sh_mv.mv_inb_p((p))
62 #define __inw_p(p) sh_mv.mv_inw_p((p))
63 #define __inl_p(p) sh_mv.mv_inl_p((p))
64 #define __outb_p(x,p) sh_mv
[all...]
H A Dmachvec.h67 extern struct sh_machine_vector sh_mv;
69 #define get_system_type() sh_mv.mv_name
H A Dirq.h82 #define irq_demux(irq) sh_mv.mv_irq_demux(irq)
H A Ddma-mapping.h31 if (sh_mv.mv_consistent_alloc) {
34 ret = sh_mv.mv_consistent_alloc(dev, size, dma_handle, flag);
45 if (sh_mv.mv_consistent_free) {
48 ret = sh_mv.mv_consistent_free(dev, size, vaddr, dma_handle);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/
H A Dio.c133 return sh_mv.mv_ioport_map(port, nr);
139 sh_mv.mv_ioport_unmap(addr);
H A Dsetup.c49 struct sh_machine_vector sh_mv; variable in typeref:struct:sh_machine_vector
109 if (c == ' ' && !memcmp(from, "sh_mv=", 6)) {
168 sh_mv = *mv;
176 if (!sh_mv.mv_##elem) \
177 sh_mv.mv_##elem = generic_##elem; \
200 if (!sh_mv.mv_nr_irqs)
201 sh_mv.mv_nr_irqs = NR_IRQS;
364 if (likely(sh_mv.mv_setup))
365 sh_mv.mv_setup(cmdline_p);
H A Dirq.c48 if (i < sh_mv.mv_nr_irqs) {
65 } else if (i == sh_mv.mv_nr_irqs)
270 if (sh_mv.mv_init_irq)
271 sh_mv.mv_init_irq();
H A Dtime.c131 if (sh_mv.mv_heartbeat != NULL)
132 sh_mv.mv_heartbeat();
H A Dsh_ksyms.c24 EXPORT_SYMBOL(sh_mv); variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/cchips/hd6446x/hd64465/
H A Dio.c50 #define PORT2ADDR(x) (sh_mv.mv_isa_port2addr(x))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/drivers/pci/
H A Dpci-st40.c424 if (sh_mv.mv_init_pci != NULL) {
425 sh_mv.mv_init_pci();

Completed in 67 milliseconds