Home
last modified time | relevance | path

Searched refs:sdmmc_command (Results 1 – 25 of 31) sorted by relevance

12

/netbsd-src/sys/arch/evbarm/stand/boot2440/
H A Ddev_sdmmc.c109 void (*exec_cmd)(void*, struct sdmmc_command*);
159 static int sdmmc_mmc_command(struct sdmmc_softc*, struct sdmmc_command*);
164 struct sdmmc_command*);
165 static int sdmmc_mmc_command(struct sdmmc_softc*, struct sdmmc_command*);
187 static void sdmmc_dump_command(struct sdmmc_softc*, struct sdmmc_command*);
567 struct sdmmc_command cmd; in sdmmc_mem_send_if_cond()
586 struct sdmmc_command cmd; in sdmmc_go_idle_state()
597 struct sdmmc_command cmd; in sdmmc_mem_send_op_cond()
672 struct sdmmc_command *cmd) in sdmmc_app_command()
674 struct sdmmc_command acm in sdmmc_app_command()
[all...]
H A Ds3csdi.c55 static void sssdi_perform_pio_read(struct sdmmc_command *cmd);
158 s3csd_exec_cmd(void *priv, struct sdmmc_command *cmd) in s3csd_exec_cmd()
342 sssdi_perform_pio_read(struct sdmmc_command *cmd) in sssdi_perform_pio_read()
382 sssdi_perform_pio_write(struct sdmmc_command *cmd)
H A Ds3csdi.h37 void s3csd_exec_cmd(void *priv, struct sdmmc_command *cmd);
/netbsd-src/sys/arch/evbsh3/t_sh7706lan/
H A Dssumci.c70 struct sdmmc_command *);
170 static void ssumci_cmd_cfgread(struct ssumci_softc *, struct sdmmc_command *);
171 static void ssumci_cmd_read(struct ssumci_softc *, struct sdmmc_command *);
172 static void ssumci_cmd_write(struct ssumci_softc *, struct sdmmc_command *);
355 ssumci_exec_command(sdmmc_chipset_handle_t sch, struct sdmmc_command *cmd) in ssumci_exec_command()
438 ssumci_cmd_cfgread(struct ssumci_softc *sc, struct sdmmc_command *cmd) in ssumci_cmd_cfgread()
478 ssumci_cmd_read(struct ssumci_softc *sc, struct sdmmc_command *cmd) in ssumci_cmd_read()
518 ssumci_cmd_write(struct ssumci_softc *sc, struct sdmmc_command *cmd) in ssumci_cmd_write()
H A Dscimci.c68 struct sdmmc_command *);
179 static void scimci_cmd_cfgread(struct scimci_softc *, struct sdmmc_command *);
180 static void scimci_cmd_read(struct scimci_softc *, struct sdmmc_command *);
181 static void scimci_cmd_write(struct scimci_softc *, struct sdmmc_command *);
418 scimci_exec_command(sdmmc_chipset_handle_t sch, struct sdmmc_command *cmd) in scimci_exec_command()
509 scimci_cmd_cfgread(struct scimci_softc *sc, struct sdmmc_command *cmd) in scimci_cmd_cfgread()
561 scimci_cmd_read(struct scimci_softc *sc, struct sdmmc_command *cmd) in scimci_cmd_read()
613 scimci_cmd_write(struct scimci_softc *sc, struct sdmmc_command *cmd) in scimci_cmd_write()
/netbsd-src/sys/dev/ic/
H A Dpl181.c78 struct sdmmc_command *);
84 struct sdmmc_command *, int);
152 plmmc_intr_xfer(struct plmmc_softc *sc, struct sdmmc_command *cmd) in plmmc_intr_xfer()
274 plmmc_pio_transfer(struct plmmc_softc *sc, struct sdmmc_command *cmd, in plmmc_pio_transfer()
380 plmmc_do_command(sdmmc_chipset_handle_t sch, struct sdmmc_command *cmd) in plmmc_do_command()
494 plmmc_exec_command(sdmmc_chipset_handle_t sch, struct sdmmc_command *cmd) in plmmc_exec_command()
514 struct sdmmc_command stop_cmd; in plmmc_exec_command()
H A Dw83l518d_sdmmc.c77 struct sdmmc_command *);
322 wb_sdmmc_rsp_read_long(struct wb_softc *wb, struct sdmmc_command *cmd) in wb_sdmmc_rsp_read_long()
351 wb_sdmmc_rsp_read_short(struct wb_softc *wb, struct sdmmc_command *cmd) in wb_sdmmc_rsp_read_short()
376 wb_sdmmc_transfer_data(struct wb_softc *wb, struct sdmmc_command *cmd) in wb_sdmmc_transfer_data()
434 wb_sdmmc_exec_command(sdmmc_chipset_handle_t sch, struct sdmmc_command *cmd) in wb_sdmmc_exec_command()
H A Drtsx.c117 struct sdmmc_command *);
142 static int rtsx_read_ppbuf(struct rtsx_softc *, struct sdmmc_command *,
144 static int rtsx_write_ppbuf(struct rtsx_softc *, struct sdmmc_command *,
147 struct sdmmc_command *, uint32_t *, uint8_t);
148 static int rtsx_xfer(struct rtsx_softc *, struct sdmmc_command *,
1203 rtsx_read_ppbuf(struct rtsx_softc *sc, struct sdmmc_command *cmd, in rtsx_read_ppbuf()
1255 rtsx_write_ppbuf(struct rtsx_softc *sc, struct sdmmc_command *cmd, in rtsx_write_ppbuf()
1300 rtsx_exec_short_xfer(struct rtsx_softc *sc, struct sdmmc_command *cmd, in rtsx_exec_short_xfer()
1380 rtsx_xfer(struct rtsx_softc *sc, struct sdmmc_command *cmd, uint32_t *cmdbuf) in rtsx_xfer()
1478 rtsx_exec_command(sdmmc_chipset_handle_t sch, struct sdmmc_command *cmd) in rtsx_exec_command()
H A Dpl181var.h44 struct sdmmc_command *sc_cmd;
H A Ddwc_mmc.c60 struct sdmmc_command *);
470 dwc_mmc_dma_prepare(struct dwc_mmc_softc *sc, struct sdmmc_command *cmd) in dwc_mmc_dma_prepare()
570 dwc_mmc_dma_complete(struct dwc_mmc_softc *sc, struct sdmmc_command *cmd) in dwc_mmc_dma_complete()
592 dwc_mmc_exec_command(sdmmc_chipset_handle_t sch, struct sdmmc_command *cmd) in dwc_mmc_exec_command()
884 struct sdmmc_command *cmd; in dwc_mmc_intr()
H A Ddwc_mmc_var.h78 struct sdmmc_command *sc_curcmd;
/netbsd-src/sys/dev/sdmmc/
H A Dsdhcvar.h28 struct sdmmc_command;
86 int (*sc_vendor_transfer_data_dma)(struct sdhc_softc *, struct sdmmc_command *);
H A Dsdmmc.c76 static void sdmmc_dump_command(struct sdmmc_softc *, struct sdmmc_command *);
840 sdmmc_app_command(struct sdmmc_softc *sc, struct sdmmc_function *sf, struct sdmmc_command *cmd) in sdmmc_app_command()
842 struct sdmmc_command acmd; in sdmmc_app_command()
874 sdmmc_mmc_command(struct sdmmc_softc *sc, struct sdmmc_command *cmd) in sdmmc_mmc_command()
915 struct sdmmc_command cmd; in sdmmc_stop_transmission()
934 struct sdmmc_command cmd; in sdmmc_go_idle_state()
953 struct sdmmc_command cmd; in sdmmc_set_relative_addr()
986 struct sdmmc_command cmd; in sdmmc_select_card()
1021 sdmmc_dump_command(struct sdmmc_softc *sc, struct sdmmc_command *cmd) in sdmmc_dump_command()
H A Dsdmmcchip.h27 struct sdmmc_command;
55 struct sdmmc_command *);
H A Dsdmmc_mem.c252 struct sdmmc_command cmd; in sdmmc_mem_enable()
620 struct sdmmc_command cmd; in sdmmc_mem_send_op_cond()
679 struct sdmmc_command cmd; in sdmmc_mem_send_if_cond()
710 struct sdmmc_command cmd; in sdmmc_mem_set_blocklen()
1195 struct sdmmc_command cmd; in sdmmc_mem_send_csd()
1222 struct sdmmc_command cmd; in sdmmc_mem_send_scr()
1250 struct sdmmc_command cmd; in sdmmc_mem_send_scr()
1366 struct sdmmc_command cmd; in sdmmc_mem_send_ssr()
1591 struct sdmmc_command cmd; in sdmmc_mem_sd_switch()
1664 struct sdmmc_command cm in sdmmc_mem_mmc_switch()
[all...]
H A Dsdmmcvar.h110 struct sdmmc_command {
355 int sdmmc_mmc_command(struct sdmmc_softc *, struct sdmmc_command *);
357 struct sdmmc_command *);
92 struct sdmmc_command { global() struct
93 c_tasksdmmc_command global() argument
94 c_opcodesdmmc_command global() argument
95 c_argsdmmc_command global() argument
96 c_respsdmmc_command global() argument
97 c_dmamapsdmmc_command global() argument
98 c_dmasegsdmmc_command global() argument
99 c_dmaoffsdmmc_command global() argument
100 c_datasdmmc_command global() argument
101 c_datalensdmmc_command global() argument
102 c_blklensdmmc_command global() argument
103 c_flagssdmmc_command global() argument
150 c_errorsdmmc_command global() argument
153 c_residsdmmc_command global() argument
154 c_bufsdmmc_command global() argument
H A Dsdhc.c208 struct sdmmc_command *);
214 static int sdhc_start_command(struct sdhc_host *, struct sdmmc_command *);
218 static void sdhc_transfer_data(struct sdhc_host *, struct sdmmc_command *);
219 static int sdhc_transfer_data_dma(struct sdhc_host *, struct sdmmc_command *);
220 static int sdhc_transfer_data_pio(struct sdhc_host *, struct sdmmc_command *);
1451 struct sdmmc_command cmd; in sdhc_execute_tuning1()
1589 sdhc_exec_command(sdmmc_chipset_handle_t sch, struct sdmmc_command *cmd) in sdhc_exec_command()
1710 sdhc_start_command(struct sdhc_host *hp, struct sdmmc_command *cmd) in sdhc_start_command()
1902 sdhc_transfer_data(struct sdhc_host *hp, struct sdmmc_command *cmd) in sdhc_transfer_data()
1944 sdhc_transfer_data_dma(struct sdhc_host *hp, struct sdmmc_command *cmd) in sdhc_transfer_data_dma()
[all …]
/netbsd-src/sys/arch/arm/imx/
H A Dimx23_ssp.c95 struct sdmmc_command *);
97 struct sdmmc_command *);
99 struct sdmmc_command *);
112 struct sdmmc_command *);
454 issp_exec_command(sdmmc_chipset_handle_t sch, struct sdmmc_command *cmd) in issp_exec_command()
807 struct sdmmc_command *cmd) in issp_create_dma_cmd_list_multi()
917 struct sdmmc_command *cmd) in issp_create_dma_cmd_list_single()
974 struct sdmmc_command *cmd) in issp_create_dma_cmd_list()
/netbsd-src/sys/arch/arm/s3c2xx0/
H A Ds3c2440_sdi.c104 static void sssdi_exec_command(sdmmc_chipset_handle_t, struct sdmmc_command *);
119 void sssdi_perform_pio_read(struct sssdi_softc *sc, struct sdmmc_command *cmd);
120 void sssdi_perform_pio_write(struct sssdi_softc *sc, struct sdmmc_command *cmd);
383 sssdi_exec_command(sdmmc_chipset_handle_t sch, struct sdmmc_command *cmd) in sssdi_exec_command()
650 void sssdi_perform_pio_read(struct sssdi_softc *sc, struct sdmmc_command *cmd) in sssdi_perform_pio_read()
679 sssdi_perform_pio_write(struct sssdi_softc *sc, struct sdmmc_command *cmd) in sssdi_perform_pio_write()
/netbsd-src/sys/arch/arm/sunxi/
H A Dsunxi_mmc.c101 static void sunxi_mmc_dma_complete(struct sunxi_mmc_softc *, struct sdmmc_command *);
115 struct sdmmc_command *);
199 struct sdmmc_command *sc_curcmd;
620 struct sdmmc_command *cmd;
996 sunxi_mmc_dma_prepare(struct sunxi_mmc_softc *sc, struct sdmmc_command *cmd)
1095 sunxi_mmc_dma_complete(struct sunxi_mmc_softc *sc, struct sdmmc_command *cmd)
1117 sunxi_mmc_exec_command(sdmmc_chipset_handle_t sch, struct sdmmc_command *cmd)
/netbsd-src/sys/arch/arm/amlogic/
H A Dmesongx_mmc.c188 struct sdmmc_command *);
224 struct sdmmc_command *sc_cmd;
604 struct sdmmc_command *cmd; in mesongx_mmc_intr()
835 mesongx_mmc_dma_prepare(struct mesongx_mmc_softc *sc, struct sdmmc_command *cmd, uint32_t cmdflags) in mesongx_mmc_dma_prepare()
929 mesongx_mmc_dma_complete(struct mesongx_mmc_softc *sc, struct sdmmc_command *cmd) in mesongx_mmc_dma_complete()
947 mesongx_mmc_exec_command(sdmmc_chipset_handle_t sch, struct sdmmc_command *cmd) in mesongx_mmc_exec_command()
/netbsd-src/sys/arch/arm/xscale/
H A Dpxa2x0_mci.h68 struct sdmmc_command * volatile sc_cmd; /* command in progress */
/netbsd-src/sys/dev/marvell/
H A Dmvsdio.c65 struct sdmmc_command *sc_exec_cmd;
91 static void mvsdio_exec_command(sdmmc_chipset_handle_t, struct sdmmc_command *);
261 struct sdmmc_command *cmd = sc->sc_exec_cmd; in mvsdio_intr()
525 mvsdio_exec_command(sdmmc_chipset_handle_t sch, struct sdmmc_command *cmd) in mvsdio_exec_command()
/netbsd-src/sys/arch/arm/ti/
H A Dti_sdhc.c148 static int ti_sdhc_edma_xfer_data(struct sdhc_softc *, struct sdmmc_command *);
150 static int ti_sdhc_edma_transfer(struct sdhc_softc *, struct sdmmc_command *);
522 ti_sdhc_edma_xfer_data(struct sdhc_softc *sdhc_sc, struct sdmmc_command *cmd) in ti_sdhc_edma_xfer_data()
576 ti_sdhc_edma_transfer(struct sdhc_softc *sdhc_sc, struct sdmmc_command *cmd) in ti_sdhc_edma_transfer()
/netbsd-src/sys/arch/arm/broadcom/
H A Dbcm2835_sdhost.c118 struct sdmmc_command *);
347 sdhost_dma_transfer(struct sdhost_softc *sc, struct sdmmc_command *cmd) in sdhost_dma_transfer()
424 sdhost_dma_wait(struct sdhost_softc *sc, struct sdmmc_command *cmd) in sdhost_dma_wait()
600 sdhost_exec_command(sdmmc_chipset_handle_t sch, struct sdmmc_command *cmd) in sdhost_exec_command()

12