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

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/arm/
H A Dacornscsi.c196 static void acornscsi_done(AS_Host *host, struct scsi_cmnd **SCpntp,
198 static int acornscsi_reconnect_finish(AS_Host *host);
199 static void acornscsi_dma_cleanup(AS_Host *host);
200 static void acornscsi_abortcmd(AS_Host *host, unsigned char tag);
247 void acornscsi_dumpdma(AS_Host *host, char *where) argument
251 mode = dmac_read(host->dma.io_port, DMAC_MODECON);
252 addr = dmac_address(host->dma.io_port);
253 len = dmac_read(host->dma.io_port, DMAC_TXCNTHI) << 8 |
254 dmac_read(host->dma.io_port, DMAC_TXCNTLO);
257 host
271 acornscsi_sbic_xfcount(AS_Host *host) argument
283 acornscsi_sbic_wait(AS_Host *host, int stat_mask, int stat, int timeout, char *msg) argument
302 acornscsi_sbic_issuecmd(AS_Host *host, int command) argument
328 acornscsi_resetcard(AS_Host *host) argument
513 acornscsi_dumplogline(AS_Host *host, int target, int line) argument
560 acornscsi_dumplog(AS_Host *host, int target) argument
575 acornscsi_target(AS_Host *host) argument
712 acornscsi_kick(AS_Host *host) argument
804 acornscsi_done(AS_Host *host, struct scsi_cmnd **SCpntp, unsigned int result) argument
898 acornscsi_data_updateptr(AS_Host *host, struct scsi_pointer *SCp, unsigned int length) argument
918 acornscsi_data_read(AS_Host *host, char *ptr, unsigned int start_addr, unsigned int length) argument
963 acornscsi_data_write(AS_Host *host, char *ptr, unsigned int start_addr, unsigned int length) argument
1009 acornscsi_dma_stop(AS_Host *host) argument
1028 acornscsi_dma_setup(AS_Host *host, dmadir_t direction) argument
1089 acornscsi_dma_cleanup(AS_Host *host) argument
1147 acornscsi_dma_intr(AS_Host *host) argument
1214 acornscsi_dma_xfer(AS_Host *host) argument
1230 acornscsi_dma_adjust(AS_Host *host) argument
1271 acornscsi_write_pio(AS_Host *host, char *bytes, int *ptr, int len, unsigned int max_timeout) argument
1301 acornscsi_sendcommand(AS_Host *host) argument
1319 acornscsi_sendmessage(AS_Host *host) argument
1402 acornscsi_readstatusbyte(AS_Host *host) argument
1415 acornscsi_readmessagebyte(AS_Host *host) argument
1439 acornscsi_message(AS_Host *host) argument
1702 acornscsi_buildmessages(AS_Host *host) argument
1741 acornscsi_starttransfer(AS_Host *host) argument
1773 acornscsi_reconnect(AS_Host *host) argument
1833 acornscsi_reconnect_finish(AS_Host *host) argument
1892 acornscsi_disconnect_unexpected(AS_Host *host) argument
1910 acornscsi_abortcmd(AS_Host *host, unsigned char tag) argument
1936 acornscsi_sbicintr(AS_Host *host, int in_irq) argument
2429 AS_Host *host = (AS_Host *)dev_id; local
2478 AS_Host *host = (AS_Host *)SCpnt->device->host->hostdata; local
2558 acornscsi_do_abort(AS_Host *host, struct scsi_cmnd *SCpnt) argument
2652 AS_Host *host = (AS_Host *) SCpnt->device->host->hostdata; local
2739 AS_Host *host = (AS_Host *)SCpnt->device->host->hostdata; local
2794 acornscsi_info(struct Scsi_Host *host) argument
2823 AS_Host *host; local
2952 struct Scsi_Host *host; local
3034 struct Scsi_Host *host = ecard_get_drvdata(ec); local
[all...]
H A Decoscsi.c107 static struct Scsi_Host *host; variable in typeref:struct:Scsi_Host
112 host = scsi_host_alloc(tpnt, sizeof(struct NCR5380_hostdata));
113 if (!host)
116 host->io_port = 0x80ce8000;
117 host->n_io_port = 144;
118 host->irq = IRQ_NONE;
120 if (!(request_region(host->io_port, host->n_io_port, "ecoscsi")) )
123 ecoscsi_write(host, MODE_REG, 0x20); /* Is it really SCSI? */
124 if (ecoscsi_read(host, MODE_RE
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mmc/core/
H A Dcore.h25 void mmc_attach_bus(struct mmc_host *host, const struct mmc_bus_ops *ops);
26 void mmc_detach_bus(struct mmc_host *host);
28 void __mmc_release_bus(struct mmc_host *host);
30 static inline void mmc_bus_get(struct mmc_host *host) argument
34 spin_lock_irqsave(&host->lock, flags);
35 host->bus_refs++;
36 spin_unlock_irqrestore(&host->lock, flags);
39 static inline void mmc_bus_put(struct mmc_host *host) argument
43 spin_lock_irqsave(&host->lock, flags);
44 host
[all...]
H A Dcore.c25 #include <linux/mmc/host.h>
35 extern int mmc_attach_mmc(struct mmc_host *host, u32 ocr);
36 extern int mmc_attach_sd(struct mmc_host *host, u32 ocr);
40 * @host: MMC host which completed request
46 void mmc_request_done(struct mmc_host *host, struct mmc_request *mrq) argument
52 mmc_hostname(host), cmd->opcode, err,
60 host->ops->request(host, mrq);
69 * mmc_start_request - start a command on a host
77 mmc_start_request(struct mmc_host *host, struct mmc_request *mrq) argument
123 mmc_wait_for_req(struct mmc_host *host, struct mmc_request *mrq) argument
149 mmc_wait_for_cmd(struct mmc_host *host, struct mmc_command *cmd, int retries) argument
233 mmc_claim_host(struct mmc_host *host) argument
263 mmc_release_host(struct mmc_host *host) argument
282 mmc_set_ios(struct mmc_host *host) argument
298 mmc_set_chip_select(struct mmc_host *host, int mode) argument
308 mmc_set_clock(struct mmc_host *host, unsigned int hz) argument
322 mmc_set_bus_mode(struct mmc_host *host, unsigned int mode) argument
331 mmc_set_bus_width(struct mmc_host *host, unsigned int width) argument
341 mmc_select_voltage(struct mmc_host *host, u32 ocr) argument
365 mmc_set_timing(struct mmc_host *host, unsigned int timing) argument
374 mmc_alloc_card(struct mmc_host *host) argument
398 mmc_power_up(struct mmc_host *host) argument
419 mmc_power_off(struct mmc_host *host) argument
435 mmc_attach_bus(struct mmc_host *host, const struct mmc_bus_ops *ops) argument
460 mmc_detach_bus(struct mmc_host *host) argument
483 __mmc_release_bus(struct mmc_host *host) argument
500 mmc_detect_change(struct mmc_host *host, unsigned long delay) argument
517 struct mmc_host *host = local
574 struct mmc_host *host; local
604 mmc_add_host(struct mmc_host *host) argument
626 mmc_remove_host(struct mmc_host *host) argument
662 mmc_free_host(struct mmc_host *host) argument
676 mmc_suspend_host(struct mmc_host *host, pm_message_t state) argument
706 mmc_resume_host(struct mmc_host *host) argument
[all...]
H A Dsd_ops.h15 int mmc_app_cmd(struct mmc_host *host, struct mmc_card *card);
17 int mmc_send_app_op_cond(struct mmc_host *host, u32 ocr, u32 *rocr);
18 int mmc_send_if_cond(struct mmc_host *host, u32 ocr);
19 int mmc_send_relative_addr(struct mmc_host *host, unsigned int *rca);
H A Dsysfs.h14 void mmc_init_card(struct mmc_card *card, struct mmc_host *host);
19 int mmc_add_host_sysfs(struct mmc_host *host);
20 void mmc_remove_host_sysfs(struct mmc_host *host);
21 void mmc_free_host_sysfs(struct mmc_host *host);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mmc/host/
H A Dwbsd.c35 #include <linux/mmc/host.h>
86 static inline void wbsd_unlock_config(struct wbsd_host *host) argument
88 BUG_ON(host->config == 0);
90 outb(host->unlock_code, host->config);
91 outb(host->unlock_code, host->config);
94 static inline void wbsd_lock_config(struct wbsd_host *host) argument
96 BUG_ON(host->config == 0);
98 outb(LOCK_CODE, host
101 wbsd_write_config(struct wbsd_host *host, u8 reg, u8 value) argument
109 wbsd_read_config(struct wbsd_host *host, u8 reg) argument
117 wbsd_write_index(struct wbsd_host *host, u8 index, u8 value) argument
123 wbsd_read_index(struct wbsd_host *host, u8 index) argument
133 wbsd_init_device(struct wbsd_host *host) argument
192 wbsd_reset(struct wbsd_host *host) argument
206 wbsd_request_end(struct wbsd_host *host, struct mmc_request *mrq) argument
241 wbsd_init_sg(struct wbsd_host *host, struct mmc_data *data) argument
253 wbsd_next_sg(struct wbsd_host *host) argument
272 wbsd_sg_to_buffer(struct wbsd_host *host) argument
277 wbsd_sg_to_dma(struct wbsd_host *host, struct mmc_data *data) argument
294 wbsd_dma_to_sg(struct wbsd_host *host, struct mmc_data *data) argument
315 wbsd_get_short_reply(struct wbsd_host *host, struct mmc_command *cmd) argument
333 wbsd_get_long_reply(struct wbsd_host *host, struct mmc_command *cmd) argument
358 wbsd_send_command(struct wbsd_host *host, struct mmc_command *cmd) argument
422 wbsd_empty_fifo(struct wbsd_host *host) argument
484 wbsd_fill_fifo(struct wbsd_host *host) argument
546 wbsd_prepare_data(struct wbsd_host *host, struct mmc_data *data) argument
686 wbsd_finish_data(struct wbsd_host *host, struct mmc_data *data) argument
768 struct wbsd_host *host = mmc_priv(mmc); local
866 struct wbsd_host *host = mmc_priv(mmc); local
939 struct wbsd_host *host = mmc_priv(mmc); local
977 struct wbsd_host *host = (struct wbsd_host *)data; local
1000 wbsd_get_data(struct wbsd_host *host) argument
1019 struct wbsd_host *host = (struct wbsd_host *)param; local
1068 struct wbsd_host *host = (struct wbsd_host *)param; local
1099 struct wbsd_host *host = (struct wbsd_host *)param; local
1123 struct wbsd_host *host = (struct wbsd_host *)param; local
1147 struct wbsd_host *host = (struct wbsd_host *)param; local
1172 struct wbsd_host *host = dev_id; local
1215 struct wbsd_host *host; local
1285 struct wbsd_host *host; local
1305 wbsd_scan(struct wbsd_host *host) argument
1361 wbsd_request_region(struct wbsd_host *host, int base) argument
1374 wbsd_release_regions(struct wbsd_host *host) argument
1391 wbsd_request_dma(struct wbsd_host *host, int dma) argument
1450 wbsd_release_dma(struct wbsd_host *host) argument
1469 wbsd_request_irq(struct wbsd_host *host, int irq) argument
1500 wbsd_release_irq(struct wbsd_host *host) argument
1520 wbsd_request_resources(struct wbsd_host *host, int base, int irq, int dma) argument
1551 wbsd_release_resources(struct wbsd_host *host) argument
1562 wbsd_chip_config(struct wbsd_host *host) argument
1606 wbsd_chip_validate(struct wbsd_host *host) argument
1646 wbsd_chip_poweroff(struct wbsd_host *host) argument
1665 struct wbsd_host *host = NULL; local
1756 struct wbsd_host *host; local
1832 wbsd_suspend(struct wbsd_host *host, pm_message_t state) argument
1839 wbsd_resume(struct wbsd_host *host) argument
1852 struct wbsd_host *host; local
1874 struct wbsd_host *host; local
1898 struct wbsd_host *host; local
1913 struct wbsd_host *host; local
[all...]
H A Dimxmmc.c42 #include <linux/mmc/host.h>
117 static void imxmci_stop_clock(struct imxmci_host *host) argument
133 dev_dbg(mmc_dev(host->mmc), "imxmci_stop_clock blocked, no luck\n");
136 static int imxmci_start_clock(struct imxmci_host *host) argument
144 clear_bit(IMXMCI_PEND_STARTED_b, &host->pending_events);
162 if(test_bit(IMXMCI_PEND_STARTED_b, &host->pending_events))
173 if(!test_bit(IMXMCI_PEND_STARTED_b, &host->pending_events))
179 dev_err(mmc_dev(host->mmc), "imxmci_start_clock blocked, no luck\n");
203 static int imxmci_busy_wait_for_status(struct imxmci_host *host, argument
211 dev_dbg(mmc_dev(host
228 imxmci_setup_data(struct imxmci_host *host, struct mmc_data *data) argument
326 imxmci_start_cmd(struct imxmci_host *host, struct mmc_command *cmd, unsigned int cmdat) argument
392 imxmci_finish_request(struct imxmci_host *host, struct mmc_request *req) argument
415 imxmci_finish_data(struct imxmci_host *host, unsigned int stat) argument
445 imxmci_cmd_done(struct imxmci_host *host, unsigned int stat) argument
523 imxmci_data_done(struct imxmci_host *host, unsigned int stat) argument
549 imxmci_cpu_driven_data(struct imxmci_host *host, unsigned int *pstat) argument
642 struct imxmci_host *host = devid; local
653 struct imxmci_host *host = devid; local
670 struct imxmci_host *host = (struct imxmci_host *)data; local
783 struct imxmci_host *host = mmc_priv(mmc); local
812 struct imxmci_host *host = mmc_priv(mmc); local
912 struct imxmci_host *host = (struct imxmci_host *)data; local
939 struct imxmci_host *host = NULL; local
1056 struct imxmci_host *host = mmc_priv(mmc); local
1093 struct imxmci_host *host; local
[all...]
H A Domap.c24 #include <linux/mmc/host.h>
80 #define OMAP_MMC_READ(host, reg) __raw_readw((host)->virt_base + OMAP_MMC_REG_##reg)
81 #define OMAP_MMC_WRITE(host, reg, val) __raw_writew((val), (host)->virt_base + OMAP_MMC_REG_##reg)
143 mmc_omap_cover_is_open(struct mmc_omap_host *host) argument
145 if (host->switch_pin < 0)
147 return omap_get_gpio_datain(host->switch_pin);
154 struct mmc_omap_host *host = dev_get_drvdata(dev); local
156 return sprintf(buf, "%s\n", mmc_omap_cover_is_open(host)
180 struct mmc_omap_host *host = dev_get_drvdata(dev); local
193 mmc_omap_start_command(struct mmc_omap_host *host, struct mmc_command *cmd) argument
260 mmc_omap_xfer_done(struct mmc_omap_host *host, struct mmc_data *data) argument
296 mmc_omap_end_of_data(struct mmc_omap_host *host, struct mmc_data *data) argument
319 struct mmc_omap_host *host = (struct mmc_omap_host *) data; local
327 mmc_omap_dma_done(struct mmc_omap_host *host, struct mmc_data *data) argument
344 mmc_omap_cmd_done(struct mmc_omap_host *host, struct mmc_command *cmd) argument
380 mmc_omap_sg_to_buf(struct mmc_omap_host *host) argument
393 mmc_omap_xfer_data(struct mmc_omap_host *host, int write) argument
435 struct mmc_omap_host * host = (struct mmc_omap_host *)dev_id; local
554 struct mmc_omap_host *host = (struct mmc_omap_host *) dev_id; local
563 struct mmc_omap_host *host = (struct mmc_omap_host *) arg; local
570 struct mmc_omap_host *host = container_of(work, struct mmc_omap_host, switch_work); local
602 mmc_omap_prepare_dma(struct mmc_omap_host *host, struct mmc_data *data) argument
683 struct mmc_omap_host *host = (struct mmc_omap_host *) data; local
711 mmc_omap_get_dma_channel(struct mmc_omap_host *host, struct mmc_data *data) argument
754 set_cmd_timeout(struct mmc_omap_host *host, struct mmc_request *req) argument
765 set_data_timeout(struct mmc_omap_host *host, struct mmc_request *req) argument
787 mmc_omap_prepare_data(struct mmc_omap_host *host, struct mmc_request *req) argument
858 struct mmc_omap_host *host = mmc_priv(mmc); local
888 mmc_omap_power(struct mmc_omap_host *host, int on) argument
922 struct mmc_omap_host *host = mmc_priv(mmc); local
948 struct mmc_omap_host *host = mmc_priv(mmc); local
990 struct mmc_omap_host *host = mmc_priv(mmc); local
1005 struct mmc_omap_host *host = NULL; local
1178 struct mmc_omap_host *host = platform_get_drvdata(pdev); local
1215 struct mmc_omap_host *host = platform_get_drvdata(pdev); local
1231 struct mmc_omap_host *host = platform_get_drvdata(pdev); local
[all...]
H A Dsdhci.c17 #include <linux/mmc/host.h>
73 { /* Generic SD host controller */
88 static void sdhci_dumpregs(struct sdhci_host *host) argument
93 readl(host->ioaddr + SDHCI_DMA_ADDRESS),
94 readw(host->ioaddr + SDHCI_HOST_VERSION));
96 readw(host->ioaddr + SDHCI_BLOCK_SIZE),
97 readw(host->ioaddr + SDHCI_BLOCK_COUNT));
99 readl(host->ioaddr + SDHCI_ARGUMENT),
100 readw(host->ioaddr + SDHCI_TRANSFER_MODE));
102 readl(host
132 sdhci_reset(struct sdhci_host *host, u8 mask) argument
163 sdhci_init(struct sdhci_host *host) argument
180 sdhci_activate_led(struct sdhci_host *host) argument
189 sdhci_deactivate_led(struct sdhci_host *host) argument
204 sdhci_sg_to_buffer(struct sdhci_host* host) argument
209 sdhci_next_sg(struct sdhci_host* host) argument
228 sdhci_read_block_pio(struct sdhci_host *host) argument
273 sdhci_write_block_pio(struct sdhci_host *host) argument
319 sdhci_transfer_pio(struct sdhci_host *host) argument
346 sdhci_prepare_data(struct sdhci_host *host, struct mmc_data *data) argument
419 sdhci_set_transfer_mode(struct sdhci_host *host, struct mmc_data *data) argument
440 sdhci_finish_data(struct sdhci_host *host) argument
488 sdhci_send_command(struct sdhci_host *host, struct mmc_command *cmd) argument
561 sdhci_finish_command(struct sdhci_host *host) argument
595 sdhci_set_clock(struct sdhci_host *host, unsigned int clock) argument
640 sdhci_set_power(struct sdhci_host *host, unsigned short power) argument
691 struct sdhci_host *host; local
716 struct sdhci_host *host; local
760 struct sdhci_host *host; local
789 struct sdhci_host *host; local
818 struct sdhci_host *host; local
870 struct sdhci_host *host; local
905 sdhci_cmd_irq(struct sdhci_host *host, u32 intmask) argument
933 sdhci_data_irq(struct sdhci_host *host, u32 intmask) argument
983 struct sdhci_host* host = dev_id; local
1145 struct sdhci_host *host; local
1389 struct sdhci_host *host; local
[all...]
H A Dpxamci.c26 #include <linux/mmc/host.h>
66 static void pxamci_stop_clock(struct pxamci_host *host) argument
68 if (readl(host->base + MMC_STAT) & STAT_CLK_EN) {
72 writel(STOP_CLOCK, host->base + MMC_STRPCL);
75 v = readl(host->base + MMC_STAT);
82 dev_err(mmc_dev(host->mmc), "unable to stop clock\n");
86 static void pxamci_enable_irq(struct pxamci_host *host, unsigned int mask) argument
90 spin_lock_irqsave(&host->lock, flags);
91 host->imask &= ~mask;
92 writel(host
96 pxamci_disable_irq(struct pxamci_host *host, unsigned int mask) argument
106 pxamci_setup_data(struct pxamci_host *host, struct mmc_data *data) argument
163 pxamci_start_cmd(struct pxamci_host *host, struct mmc_command *cmd, unsigned int cmdat) argument
197 pxamci_finish_request(struct pxamci_host *host, struct mmc_request *mrq) argument
205 pxamci_cmd_done(struct pxamci_host *host, unsigned int stat) argument
249 pxamci_data_done(struct pxamci_host *host, unsigned int stat) argument
291 struct pxamci_host *host = devid; local
313 struct pxamci_host *host = mmc_priv(mmc); local
342 struct pxamci_host *host = mmc_priv(mmc); local
352 struct pxamci_host *host = mmc_priv(mmc); local
397 struct pxamci_host *host = mmc_priv(devid); local
406 struct pxamci_host *host = NULL; local
526 struct pxamci_host *host = mmc_priv(mmc); local
[all...]
H A Dau1xmmc.c44 #include <linux/mmc/host.h>
90 static inline void IRQ_ON(struct au1xmmc_host *host, u32 mask) argument
92 u32 val = au_readl(HOST_CONFIG(host));
94 au_writel(val, HOST_CONFIG(host));
98 static inline void FLUSH_FIFO(struct au1xmmc_host *host) argument
100 u32 val = au_readl(HOST_CONFIG2(host));
102 au_writel(val | SD_CONFIG2_FF, HOST_CONFIG2(host));
108 au_writel(val, HOST_CONFIG2(host));
112 static inline void IRQ_OFF(struct au1xmmc_host *host, u32 mask) argument
114 u32 val = au_readl(HOST_CONFIG(host));
120 SEND_STOP(struct au1xmmc_host *host) argument
136 au1xmmc_set_power(struct au1xmmc_host *host, int state) argument
147 au1xmmc_card_inserted(struct au1xmmc_host *host) argument
155 struct au1xmmc_host *host = mmc_priv(mmc); local
160 au1xmmc_finish_request(struct au1xmmc_host *host) argument
184 struct au1xmmc_host *host = (struct au1xmmc_host *) param; local
188 au1xmmc_send_command(struct au1xmmc_host *host, int wait, struct mmc_command *cmd, unsigned int flags) argument
259 au1xmmc_data_complete(struct au1xmmc_host *host, u32 status) argument
317 struct au1xmmc_host *host = (struct au1xmmc_host *) param; local
325 au1xmmc_send_pio(struct au1xmmc_host *host) argument
383 au1xmmc_receive_pio(struct au1xmmc_host *host) argument
467 au1xmmc_cmd_complete(struct au1xmmc_host *host, u32 status) argument
544 au1xmmc_set_clock(struct au1xmmc_host *host, int rate) argument
570 au1xmmc_prepare_data(struct au1xmmc_host *host, struct mmc_data *data) argument
657 struct au1xmmc_host *host = mmc_priv(mmc); local
684 au1xmmc_reset_controller(struct au1xmmc_host *host) argument
718 struct au1xmmc_host *host = mmc_priv(mmc); local
734 struct au1xmmc_host *host = (struct au1xmmc_host *) dev_id; local
760 struct au1xmmc_host * host = au1xmmc_hosts[i]; local
807 struct au1xmmc_host *host = (struct au1xmmc_host *) arg; local
831 au1xmmc_init_dma(struct au1xmmc_host *host) argument
886 struct au1xmmc_host *host = 0; local
959 struct au1xmmc_host *host = au1xmmc_hosts[i]; local
[all...]
H A Dmmci.c19 #include <linux/mmc/host.h>
34 #define DBG(host,fmt,args...) \
35 pr_debug("%s: %s: " fmt, mmc_hostname(host->mmc), __func__ , args)
40 mmci_request_end(struct mmci_host *host, struct mmc_request *mrq) argument
42 writel(0, host->base + MMCICOMMAND);
44 BUG_ON(host->data);
46 host->mrq = NULL;
47 host->cmd = NULL;
50 mrq->data->bytes_xfered = host->data_xfered;
53 * Need to drop the host loc
61 mmci_stop_data(struct mmci_host *host) argument
68 mmci_start_data(struct mmci_host *host, struct mmc_data *data) argument
121 mmci_start_command(struct mmci_host *host, struct mmc_command *cmd, u32 c) argument
149 mmci_data_irq(struct mmci_host *host, struct mmc_data *data, unsigned int status) argument
183 mmci_cmd_irq(struct mmci_host *host, struct mmc_command *cmd, unsigned int status) argument
210 mmci_pio_read(struct mmci_host *host, char *buffer, unsigned int remain) argument
239 mmci_pio_write(struct mmci_host *host, char *buffer, unsigned int remain, u32 status) argument
269 struct mmci_host *host = dev_id; local
355 struct mmci_host *host = dev_id; local
390 struct mmci_host *host = mmc_priv(mmc); local
408 struct mmci_host *host = mmc_priv(mmc); local
456 struct mmci_host *host = (struct mmci_host *)data; local
470 struct mmci_host *host; local
600 struct mmci_host *host = mmc_priv(mmc); local
634 struct mmci_host *host = mmc_priv(mmc); local
650 struct mmci_host *host = mmc_priv(mmc); local
[all...]
H A Dat91_mci.c69 #include <linux/mmc/host.h>
90 #define at91_mci_read(host, reg) __raw_readl((host)->baseaddr + (reg))
91 #define at91_mci_write(host, reg, val) __raw_writel((val), (host)->baseaddr + (reg))
134 static inline void at91mci_sg_to_dma(struct at91mci_host *host, struct mmc_data *data) argument
137 unsigned *dmabuf = host->buffer;
139 size = host->total_length;
183 static void at91mci_pre_dma_read(struct at91mci_host *host) argument
192 cmd = host
251 at91mci_post_dma_read(struct at91mci_host *host) argument
314 at91_mci_handle_transmitted(struct at91mci_host *host) argument
340 at91_mci_enable(struct at91mci_host *host) argument
354 at91_mci_disable(struct at91mci_host *host) argument
363 at91_mci_send_command(struct at91mci_host *host, struct mmc_command *cmd) argument
498 at91mci_process_command(struct at91mci_host *host, struct mmc_command *cmd) argument
513 at91mci_process_next(struct at91mci_host *host) argument
530 at91mci_completed_command(struct at91mci_host *host) argument
583 struct at91mci_host *host = mmc_priv(mmc); local
596 struct at91mci_host *host = mmc_priv(mmc); local
649 struct at91mci_host *host = devid; local
738 struct at91mci_host *host = _host; local
761 struct at91mci_host *host = mmc_priv(mmc); local
787 struct at91mci_host *host; local
906 struct at91mci_host *host; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Ddcr-mmio.h28 #define DCR_MAP_OK(host) ((host).token != NULL)
32 extern void dcr_unmap(dcr_host_t host, unsigned int dcr_n, unsigned int dcr_c);
34 static inline u32 dcr_read(dcr_host_t host, unsigned int dcr_n) argument
36 return in_be32(host.token + dcr_n * host.stride);
39 static inline void dcr_write(dcr_host_t host, unsigned int dcr_n, u32 value) argument
41 out_be32(host.token + dcr_n * host.stride, value);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DReplicationHostAddress.java13 a host in a replication group.
31 public String host; field in class:ReplicationHostAddress
37 host: localhost and port 0.
48 Create a ReplicationHostAddress with user defined host and port information.
50 public ReplicationHostAddress(String host, int port) argument
53 this.host = host;
58 return host + ":" + port;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Dconfig_roms.h6 int hpsb_default_host_entry(struct hpsb_host *host);
10 /* List of flags to check if a host contains a certain extra config rom
11 * entry. Available in the host->config_roms member. */
15 int hpsb_config_rom_ip1394_add(struct hpsb_host *host);
16 void hpsb_config_rom_ip1394_remove(struct hpsb_host *host);
H A Dcsr.c44 static void add_host(struct hpsb_host *host);
45 static void remove_host(struct hpsb_host *host);
46 static void host_reset(struct hpsb_host *host);
47 static int read_maps(struct hpsb_host *host, int nodeid, quadlet_t *buffer,
49 static int write_fcp(struct hpsb_host *host, int nodeid, int dest,
51 static int read_regs(struct hpsb_host *host, int nodeid, quadlet_t *buf,
53 static int write_regs(struct hpsb_host *host, int nodeid, int destid,
55 static int lock_regs(struct hpsb_host *host, int nodeid, quadlet_t *store,
57 static int lock64_regs(struct hpsb_host *host, int nodeid, octlet_t * store,
59 static int read_config_rom(struct hpsb_host *host, in
113 host_reset(struct hpsb_host *host) argument
169 add_host(struct hpsb_host *host) argument
251 remove_host(struct hpsb_host *host) argument
277 hpsb_update_config_rom(struct hpsb_host *host, const quadlet_t *new_rom, size_t buffersize, unsigned char rom_version) argument
311 read_maps(struct hpsb_host *host, int nodeid, quadlet_t *buffer, u64 addr, size_t length, u16 fl) argument
335 read_regs(struct hpsb_host *host, int nodeid, quadlet_t *buf, u64 addr, size_t length, u16 flags) argument
449 write_regs(struct hpsb_host *host, int nodeid, int destid, quadlet_t *data, u64 addr, size_t length, u16 flags) argument
535 lock_regs(struct hpsb_host *host, int nodeid, quadlet_t *store, u64 addr, quadlet_t data, quadlet_t arg, int extcode, u16 fl) argument
682 lock64_regs(struct hpsb_host *host, int nodeid, octlet_t * store, u64 addr, octlet_t data, octlet_t arg, int extcode, u16 fl) argument
773 write_fcp(struct hpsb_host *host, int nodeid, int dest, quadlet_t *data, u64 addr, size_t length, u16 flags) argument
795 read_config_rom(struct hpsb_host *host, int nodeid, quadlet_t *buffer, u64 addr, size_t length, u16 fl) argument
808 struct hpsb_host *host = (struct hpsb_host*)__host; local
820 struct hpsb_host *host = (struct hpsb_host*)__host; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A DMakefile.host2 # Building binaries on the host system
37 host-csingle := $(foreach m,$(__hostprogs),$(if $($(m)-objs),,$(m)))
40 host-cmulti := $(foreach m,$(__hostprogs),\
44 host-cobjs := $(sort $(foreach m,$(__hostprogs),$($(m)-objs)))
49 host-cxxmulti := $(foreach m,$(__hostprogs),$(if $($(m)-cxxobjs),$(m)))
52 host-cxxobjs := $(sort $(foreach m,$(host-cxxmulti),$($(m)-cxxobjs)))
56 host-cshlib := $(sort $(filter %.so, $(host-cobjs)))
58 host
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/nand/
H A Dat91_nand.c45 struct at91_nand_host *host = nand_chip->priv; local
51 writeb(cmd, host->io_base + (1 << host->board->cle));
53 writeb(cmd, host->io_base + (1 << host->board->ale));
62 struct at91_nand_host *host = nand_chip->priv; local
64 return at91_get_gpio_value(host->board->rdy_pin);
70 static void at91_nand_enable(struct at91_nand_host *host) argument
72 if (host->board->enable_pin)
73 at91_set_gpio_value(host
79 at91_nand_disable(struct at91_nand_host *host) argument
94 struct at91_nand_host *host; local
194 struct at91_nand_host *host = platform_get_drvdata(pdev); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/lockd/
H A Dhost.c2 * linux/fs/lockd/host.c
43 * Common host lookup routine for server & client
53 struct nlm_host *host; local
80 hlist_for_each_entry(host, pos, chain, h_hash) {
81 if (!nlm_cmp_addr(&host->h_addr, sin))
86 nsm = host->h_nsmhandle;
88 if (host->h_proto != proto)
90 if (host->h_version != version)
92 if (host->h_server != server)
96 hlist_del(&host
152 nlm_destroy_host(struct nlm_host *host) argument
203 nlm_bind_host(struct nlm_host *host) argument
261 nlm_rebind_host(struct nlm_host *host) argument
273 nlm_get_host(struct nlm_host *host) argument
286 nlm_release_host(struct nlm_host *host) argument
311 struct nlm_host *host; local
367 struct nlm_host *host; local
407 struct nlm_host *host; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/
H A DMakefile.host2 # Building binaries on the host system
42 host-csingle := $(foreach m,$(__hostprogs),$(if $($(m)-objs),,$(m)))
45 host-cmulti := $(foreach m,$(__hostprogs),\
49 host-cobjs := $(sort $(foreach m,$(__hostprogs),$($(m)-objs)))
54 host-cxxmulti := $(foreach m,$(__hostprogs),$(if $($(m)-cxxobjs),$(m)))
57 host-cxxobjs := $(sort $(foreach m,$(host-cxxmulti),$($(m)-cxxobjs)))
61 host-cshlib := $(sort $(filter %.so, $(host-cobjs)))
63 host
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/libcharset/tools/
H A Dall-locales7 host=`/bin/sh ../build-aux/config.guess`
8 host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
9 host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
10 host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/docs/examples/
H A Dresolve.c29 struct curl_slist *host = NULL; local
36 host = curl_slist_append(NULL, "example.com:80:127.0.0.1");
40 curl_easy_setopt(curl, CURLOPT_RESOLVE, host);
48 curl_slist_free_all(host);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dnetrc.h29 /* returns -1 on failure, 0 if the host is found, 1 is the host isn't found */
30 int Curl_parsenetrc(const char *host,
34 /* Assume: password[0]=0, host[0] != 0.

Completed in 213 milliseconds

1234567891011>>