Searched refs:sdmmc_dev (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/mmc/host/ |
D | rtsx_usb_sdmmc.c | 70 static inline struct device *sdmmc_dev(struct rtsx_usb_sdmmc *host) in sdmmc_dev() function 93 dev_dbg(sdmmc_dev(host), "SD_STAT1: 0x%x\n", val); in sd_print_debug_regs() 95 dev_dbg(sdmmc_dev(host), "SD_STAT2: 0x%x\n", val); in sd_print_debug_regs() 97 dev_dbg(sdmmc_dev(host), "SD_BUS_STAT: 0x%x\n", val); in sd_print_debug_regs() 115 dev_dbg(sdmmc_dev(host), "%s: SD/MMC CMD%d\n", __func__ in sd_read_data() 163 dev_dbg(sdmmc_dev(host), in sd_read_data() 173 dev_dbg(sdmmc_dev(host), in sd_read_data() 178 dev_dbg(sdmmc_dev(host), in sd_read_data() 187 dev_dbg(sdmmc_dev(host), "cmd->resp[0] = 0x%08x\n", in sd_read_data() 195 dev_dbg(sdmmc_dev(host), in sd_read_data() [all …]
|
D | rtsx_pci_sdmmc.c | 63 static inline struct device *sdmmc_dev(struct realtek_pci_sdmmc *host) in sdmmc_dev() function 89 dev_dbg(sdmmc_dev(host), "0x%04X(%d): %8ph\n", in dump_reg_range() 169 dev_err(sdmmc_dev(host), in sd_pre_dma_transfer() 201 dev_err(sdmmc_dev(host), in sdmmc_pre_req() 208 dev_dbg(sdmmc_dev(host), "pre dma sg: %d\n", host->cookie_sg_count); in sdmmc_pre_req() 237 dev_dbg(sdmmc_dev(host), "%s: SD/MMC CMD %d, arg = 0x%08x\n", in sd_send_cmd_get_rsp() 285 dev_dbg(sdmmc_dev(host), in sd_send_cmd_get_rsp() 301 dev_dbg(sdmmc_dev(host), "Invalid response bit\n"); in sd_send_cmd_get_rsp() 309 dev_dbg(sdmmc_dev(host), "CRC7 error\n"); in sd_send_cmd_get_rsp() 324 dev_dbg(sdmmc_dev(host), "cmd->resp[%d] = 0x%08x\n", in sd_send_cmd_get_rsp() [all …]
|