Searched refs:host (Results 1 - 25 of 107) sorted by relevance

12345

/arch/powerpc/include/asm/
H A Ddcr.h41 #define DCR_MAP_OK(host) dcr_map_ok_generic(host)
43 #define dcr_unmap(host, dcr_c) dcr_unmap_generic(host, dcr_c)
44 #define dcr_read(host, dcr_n) dcr_read_generic(host, dcr_n)
45 #define dcr_write(host, dcr_n, value) dcr_write_generic(host, dcr_n, value)
51 #define DCR_MAP_OK(host) dcr_map_ok_native(host)
[all...]
H A Ddcr-mmio.h32 static inline bool dcr_map_ok_mmio(dcr_host_mmio_t host) argument
34 return host.token != NULL;
40 extern void dcr_unmap_mmio(dcr_host_mmio_t host, unsigned int dcr_c);
42 static inline u32 dcr_read_mmio(dcr_host_mmio_t host, unsigned int dcr_n) argument
44 return in_be32(host.token + ((host.base + dcr_n) * host.stride));
47 static inline void dcr_write_mmio(dcr_host_mmio_t host, argument
51 out_be32(host.token + ((host
[all...]
H A Ddcr-generic.h32 } host; member in struct:__anon2360
35 extern bool dcr_map_ok_generic(dcr_host_t host);
39 extern void dcr_unmap_generic(dcr_host_t host, unsigned int dcr_c);
41 extern u32 dcr_read_generic(dcr_host_t host, unsigned int dcr_n);
43 extern void dcr_write_generic(dcr_host_t host, unsigned int dcr_n, u32 value);
H A Ddcr-native.h32 static inline bool dcr_map_ok_native(dcr_host_native_t host) argument
39 #define dcr_unmap_native(host, dcr_c) do {} while (0)
40 #define dcr_read_native(host, dcr_n) mfdcr(dcr_n + host.base)
41 #define dcr_write_native(host, dcr_n, value) mtdcr(dcr_n + host.base, value)
/arch/powerpc/sysdev/
H A Ddcr.c50 bool dcr_map_ok_generic(dcr_host_t host) argument
52 if (host.type == DCR_HOST_NATIVE)
53 return dcr_map_ok_native(host.host.native);
54 else if (host.type == DCR_HOST_MMIO)
55 return dcr_map_ok_mmio(host.host.mmio);
65 dcr_host_t host; local
69 host.type = DCR_HOST_INVALID;
73 return host;
92 dcr_unmap_generic(dcr_host_t host, unsigned int dcr_c) argument
103 dcr_read_generic(dcr_host_t host, unsigned int dcr_n) argument
115 dcr_write_generic(dcr_host_t host, unsigned int dcr_n, u32 value) argument
217 dcr_unmap_mmio(dcr_host_mmio_t host, unsigned int dcr_c) argument
[all...]
/arch/um/os-Linux/
H A Dutil.c49 struct utsname host; local
51 uname(&host);
54 if (!strcmp(host.machine, "x86_64")) {
59 if (!strcmp(host.machine, "i686")) {
65 strcpy(machine_out, host.machine);
70 struct utsname host; local
72 uname(&host);
73 snprintf(buf, len, "%s %s %s %s %s", host.sysname, host.nodename,
74 host
[all...]
/arch/arm/mach-tegra/include/mach/
H A Dsdhci.h20 #include <linux/mmc/host.h>
/arch/arm/mach-pxa/include/mach/
H A Dpxa3xx-u2d.h28 /* Start PXA3xx U2D host */
29 int pxa3xx_u2d_start_hc(struct usb_bus *host);
30 /* Stop PXA3xx U2D host */
31 void pxa3xx_u2d_stop_hc(struct usb_bus *host);
H A Dmmc.h4 #include <linux/mmc/host.h>
/arch/powerpc/platforms/powermac/
H A Dlow_i2c.c185 name, __kw_state_names[host->state], isr); \
197 static inline u8 __kw_read_reg(struct pmac_i2c_host_kw *host, reg_t reg) argument
199 return readb(host->base + (((unsigned int)reg) << host->bsteps));
202 static inline void __kw_write_reg(struct pmac_i2c_host_kw *host, argument
205 writeb(val, host->base + (((unsigned)reg) << host->bsteps));
206 (void)__kw_read_reg(host, reg_subaddr);
209 #define kw_write_reg(reg, val) __kw_write_reg(host, reg, val)
210 #define kw_read_reg(reg) __kw_read_reg(host, re
212 kw_i2c_wait_interrupt(struct pmac_i2c_host_kw *host) argument
235 kw_i2c_do_stop(struct pmac_i2c_host_kw *host, int result) argument
243 kw_i2c_handle_interrupt(struct pmac_i2c_host_kw *host, u8 isr) argument
349 struct pmac_i2c_host_kw *host = dev_id; local
365 struct pmac_i2c_host_kw *host = (struct pmac_i2c_host_kw *)data; local
388 struct pmac_i2c_host_kw *host = bus->hostdata; local
395 struct pmac_i2c_host_kw *host = bus->hostdata; local
402 struct pmac_i2c_host_kw *host = bus->hostdata; local
490 struct pmac_i2c_host_kw *host; local
569 kw_i2c_add(struct pmac_i2c_host_kw *host, struct device_node *controller, struct device_node *busnode, int channel) argument
604 struct pmac_i2c_host_kw *host; local
[all...]
/arch/arm/plat-mxc/include/mach/
H A Dmmc.h4 #include <linux/mmc/host.h>
/arch/arm/include/asm/mach/
H A Dmmc.h7 #include <linux/mmc/host.h>
/arch/arm/mach-davinci/include/mach/
H A Dmmc.h9 #include <linux/mmc/host.h>
23 /* any additional host capabilities: OR'd in to mmc->f_caps */
/arch/arm/mach-msm/include/mach/
H A Dmmc.h7 #include <linux/mmc/host.h>
/arch/powerpc/platforms/82xx/
H A Dpq2ads-pci-pic.c32 struct irq_domain *host; member in struct:pq2ads_pci_pic
99 int virq = irq_linear_revmap(priv->host, bit);
122 struct irq_domain *host; local
159 host = irq_domain_add_linear(np, NUM_IRQS, &pci_pic_host_ops, priv);
160 if (!host) {
165 priv->host = host;
/arch/ia64/hp/sim/
H A Dsimscsi.c48 static struct Scsi_Host *host; variable in typeref:struct:Scsi_Host
339 .name = "simulated SCSI host adapter",
357 host = scsi_host_alloc(&driver_template, 0);
358 if (!host)
361 error = scsi_add_host(host, NULL);
364 scsi_scan_host(host);
368 scsi_host_put(host);
375 scsi_remove_host(host);
376 scsi_host_put(host);
/arch/powerpc/kvm/
H A DKconfig10 Say Y here to get to see options for using your Linux host to run
48 in virtual machines on book3s_32 host processors.
62 in virtual machines on book3s_64 host processors.
70 bool "KVM support for POWER7 and PPC970 using hypervisor mode in host"
76 hypervisor mode available to the host.
84 and cannot emulate a different processor from the host processor.
100 440 host processors.
125 E500 host processors.
/arch/powerpc/platforms/embedded6xx/
H A Dhlwd-pic.c88 * IRQ host hooks.
202 struct irq_domain *host; local
210 host = hlwd_pic_init(np);
211 BUG_ON(!host);
213 irq_set_handler_data(cascade_virq, host);
216 hlwd_irq_host = host;
/arch/xtensa/boot/
H A DMakefile31 $(addprefix $(obj)/,$(host-progs))
/arch/arm/mach-pxa/
H A Dpxa3xx-ulpi.c136 static int pxa310_start_otg_host_transcvr(struct usb_bus *host) argument
154 err = otg_set_host(u2d->otg->otg, host);
161 static int pxa310_start_otg_hc(struct usb_bus *host) argument
171 err = pxa310_start_otg_host_transcvr(host);
181 /* start OTG host controller */
239 static inline int pxa310_start_otg_hc(struct usb_bus *host) argument
251 int pxa3xx_u2d_start_hc(struct usb_bus *host) argument
263 err = pxa310_start_otg_hc(host);
270 void pxa3xx_u2d_stop_hc(struct usb_bus *host) argument
/arch/powerpc/platforms/wsp/
H A Dopb_pic.c33 struct irq_domain *host; member in struct:opb_pic
182 static int opb_host_map(struct irq_domain *host, unsigned int virq, argument
187 opb = host->host_data;
189 /* Most of the important stuff is handled by the generic host code, like
224 subvirq = irq_linear_revmap(opb->host, src);
259 opb->host = irq_domain_add_linear(dn, OPB_NR_IRQS, &opb_host_ops, opb);
260 if (!opb->host) {
261 printk(KERN_ERR "opb: Failed to allocate IRQ host!\n");
/arch/powerpc/platforms/cell/
H A Dspider-pic.c65 struct irq_domain *host; member in struct:spider_pic
212 virq = irq_linear_revmap(pic->host, cs);
239 if (of_irq_map_one(pic->host->of_node, 0, &oirq) == 0) {
246 tmp = of_get_property(pic->host->of_node, "#interrupt-cells", NULL);
250 imap = of_get_property(pic->host->of_node, "interrupt-map", &imaplen);
276 * the iic host from the iic OF node, but that way I'm still compatible
301 /* Allocate a host */
302 pic->host = irq_domain_add_linear(of_node, SPIDER_SRC_COUNT,
304 if (pic->host == NULL)
305 panic("spider_pic: can't allocate irq host !");
[all...]
/arch/tile/kvm/
H A DKconfig10 Say Y here to get to see options for using your Linux host to run
/arch/arm/mach-s5pc100/
H A Dsetup-sdhci-gpio.c18 #include <linux/mmc/host.h>
/arch/arm/mach-ux500/
H A Dboard-u5500-sdi.c9 #include <linux/mmc/host.h>

Completed in 619 milliseconds

12345