Searched refs:Hydra (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/i2c/busses/
H A Di2c-hydra.c2 i2c Support for the Apple `Hydra' Mac I/O
47 struct Hydra *hydra = (struct Hydra *)data;
53 struct Hydra *hydra = (struct Hydra *)data;
104 .name = "Hydra i2c",
121 if (!request_mem_region(base+offsetof(struct Hydra, CachePD), 4,
127 release_mem_region(base+offsetof(struct Hydra, CachePD), 4);
136 release_mem_region(base+offsetof(struct Hydra, CachePD), 4);
148 offsetof(struct Hydra, CacheP
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dhydra.h2 * include/asm-ppc/hydra.h -- Mac I/O `Hydra' definitions
28 struct Hydra { struct
54 extern volatile struct Hydra __iomem *Hydra;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/chrp/
H A Dpci.c131 volatile struct Hydra __iomem *Hydra = NULL; variable in typeref:struct:__iomem
145 Hydra = ioremap(r.start, r.end-r.start);
146 printk("Hydra Mac I/O at %llx\n", (unsigned long long)r.start);
147 printk("Hydra Feature_Control was %x",
148 in_le32(&Hydra->Feature_Control));
149 out_le32(&Hydra->Feature_Control, (HYDRA_FC_SCC_CELL_EN |
157 printk(", now %x\n", in_le32(&Hydra->Feature_Control));

Completed in 75 milliseconds