Home
last modified time | relevance | path

Searched refs:IS_SD (Results 1 – 25 of 26) sorted by relevance

12

/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dmmc_write.c39 if (IS_SD(mmc)) { in mmc_erase_t()
111 if (!IS_SD(mmc)) { in mmc_berase()
141 if (IS_SD(mmc) && mmc->ssr.au) { in mmc_berase()
H A Dmv_sdhci.c52 if (!IS_SD(mmc) && reg == SDHCI_HOST_CONTROL) { in mv_sdhci_writeb()
H A Dmmc.c922 if (IS_SD(mmc))
1297 if (IS_SD(mmc) || (mmc->version < MMC_VERSION_4_41)) {
1782 if (IS_SD(mmc))
1835 if (IS_SD(mmc))
1887 if (!IS_SD(mmc) && (mmc->version >= MMC_VERSION_4)) {
2049 if (IS_SD(mmc))
2060 if (IS_SD(mmc)) {
H A Dmmc_legacy.c92 mmc_type = IS_SD(m) ? "SD" : "eMMC"; in print_mmc_devices()
H A Dftsdc010_mci.c117 if (IS_SD(mmc)) { in ftsdc010_clkset()
H A Dmmc-uclass.c255 mmc_type = IS_SD(m) ? "SD" : "eMMC"; in print_mmc_devices()
H A Dxenon_sdhci.c329 if (IS_SD(host->mmc)) { in xenon_sdhci_set_ios_post()
/OK3568_Linux_fs/u-boot/cmd/
H A Dmmc.c36 printf("%s version %d.%d", IS_SD(mmc) ? "SD" : "MMC", in print_mmcinfo()
53 if (!IS_SD(mmc) && mmc->version >= MMC_VERSION_4_41) { in print_mmcinfo()
760 if (IS_SD(mmc)) { in do_mmc_bootbus()
785 if (IS_SD(mmc)) { in do_mmc_boot_resize()
837 if (IS_SD(mmc)) { in do_mmc_partconf()
879 if (IS_SD(mmc)) { in do_mmc_rst_func()
931 if (IS_SD(mmc)) { in do_mmc_bkops_enable()
/OK3568_Linux_fs/u-boot/cmd/mvebu/
H A Dbubt.c133 printf("%s(%d) init failed\n", IS_SD(mmc) ? "SD" : "MMC", in mmc_burn_image()
151 start_lba = IS_SD(mmc) ? 1 : 0; in mmc_burn_image()
201 printf("%s(%d) init failed\n", IS_SD(mmc) ? "SD" : "MMC", in mmc_read_file()
/OK3568_Linux_fs/u-boot/board/samsung/common/
H A Dexynos5-dt.c204 if (IS_SD(mmc)) in get_dfu_alt_boot()
/OK3568_Linux_fs/u-boot/board/samsung/odroid/
H A Dodroid.c87 alt_boot = IS_SD(mmc) ? CONFIG_DFU_ALT_BOOT_SD : in get_dfu_alt_boot()
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_proc.c515 if (IS_SD(handle->card_type)) { in woal_config_write()
569 else if (IS_SD(handle->card_type)) in woal_config_write()
707 if (IS_SD(handle->card_type)) { in woal_config_read()
H A Dmoal_main.c1029 if (IS_SD(reset_handle->card_type)) {
1981 if (IS_SD(handle->card_type)) {
2112 if (IS_SD(handle->card_type)) {
3528 if (IS_SD(handle->card_type))
5726 && !IS_SD(priv->phandle->card_type)
6136 if (IS_SD(priv->phandle->card_type)) {
9353 if (IS_SD(priv->phandle->card_type)) {
9552 if (IS_SD(priv->phandle->card_type) && info->mpa_buf &&
9823 if (IS_SD(phandle->card_type)) {
10563 if (IS_SD(handle->card_type)) {
[all …]
H A Dmlan_decl.h347 #define IS_SD(ct) (ct & (INTF_SD << 8)) macro
H A Dmoal_debug.c1040 if (IS_SD(priv->phandle->card_type)) { in woal_debug_read()
H A Dmoal_ioctl.c3814 if (IS_SD(handle->card_type)) { in woal_enable_hs()
3829 else if (IS_SD(handle->card_type)) { in woal_enable_hs()
3844 if (IS_SD(handle->card_type)) { in woal_enable_hs()
3851 if (IS_SD(handle->card_type)) { in woal_enable_hs()
H A Dmoal_shim.c1998 if (!IS_SD(priv->phandle->card_type)) {
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_init.c257 if (IS_SD(pmadapter->card_type)) { in wlan_allocate_adapter()
331 if (IS_SD(pmadapter->card_type)) { in wlan_allocate_adapter()
671 if (IS_SD(pmadapter->card_type)) { in wlan_init_adapter()
1774 if (IS_SD(pmadapter->card_type)) { in wlan_free_adapter()
H A Dmlan_cmdevt.c453 if (IS_SD(pmadapter->card_type)) { in wlan_dump_info()
507 if (IS_SD(pmadapter->card_type)) { in wlan_dump_info()
4282 if (IS_SD(pmadapter->card_type) && in wlan_adapter_get_hw_spec()
4393 if (IS_SD(pmadapter->card_type)) { in wlan_adapter_init_cmd()
5221 if (IS_SD(pmadapter->card_type)) { in wlan_ret_get_hw_spec()
5262 if (IS_SD(pmadapter->card_type)) { in wlan_ret_get_hw_spec()
H A Dmlan_decl.h347 #define IS_SD(ct) (ct & (INTF_SD << 8)) macro
H A Dmlan_shim.c336 if (IS_SD(pmadapter->card_type)) { in mlan_register()
H A Dmlan_wmm.c1498 if (IS_SD(pmadapter->card_type)) { in wlan_clean_txrx()
2521 if (IS_SD(pmadapter->card_type) && in wlan_wmm_process_tx()
H A Dmlan_misc.c500 if (IS_SD(pmadapter->card_type)) { in wlan_get_info_debug_info()
1027 if (IS_SD(pmadapter->card_type)) in wlan_alloc_mlan_buffer()
H A Dmlan_sta_cmdresp.c3223 if (IS_SD(pmadapter->card_type)) { in wlan_ops_sta_process_cmdresp()
/OK3568_Linux_fs/u-boot/include/
H A Dmmc.h67 #define IS_SD(x) ((x)->version & SD_VERSION_SD) macro

12