Searched refs:sdmmc_dev (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/mmc/host/ |
H A D | rtsx_usb_sdmmc.c | 59 static inline struct device *sdmmc_dev(struct rtsx_usb_sdmmc *host) in sdmmc_dev() function 82 dev_dbg(sdmmc_dev(host), "SD_STAT1: 0x%x\n", val); in sd_print_debug_regs() 84 dev_dbg(sdmmc_dev(host), "SD_STAT2: 0x%x\n", val); in sd_print_debug_regs() 86 dev_dbg(sdmmc_dev(host), "SD_BUS_STAT: 0x%x\n", val); in sd_print_debug_regs() 104 dev_dbg(sdmmc_dev(host), "%s: SD/MMC CMD%d\n", __func__ in sd_read_data() 152 dev_dbg(sdmmc_dev(host), in sd_read_data() 162 dev_dbg(sdmmc_dev(host), in sd_read_data() 167 dev_dbg(sdmmc_dev(host), in sd_read_data() 176 dev_dbg(sdmmc_dev(host), "cmd->resp[0] = 0x%08x\n", in sd_read_data() 184 dev_dbg(sdmmc_dev(host), in sd_read_data() [all …]
|
H A D | rtsx_pci_sdmmc.c | 50 static inline struct device *sdmmc_dev(struct realtek_pci_sdmmc *host) in sdmmc_dev() function 76 dev_dbg(sdmmc_dev(host), "0x%04X(%d): %8ph\n", in dump_reg_range() 156 dev_err(sdmmc_dev(host), in sd_pre_dma_transfer() 187 dev_err(sdmmc_dev(host), in sdmmc_pre_req() 194 dev_dbg(sdmmc_dev(host), "pre dma sg: %d\n", host->cookie_sg_count); in sdmmc_pre_req() 223 dev_dbg(sdmmc_dev(host), "%s: SD/MMC CMD %d, arg = 0x%08x\n", in sd_send_cmd_get_rsp() 271 dev_dbg(sdmmc_dev(host), in sd_send_cmd_get_rsp() 287 dev_dbg(sdmmc_dev(host), "Invalid response bit\n"); in sd_send_cmd_get_rsp() 295 dev_dbg(sdmmc_dev(host), "CRC7 error\n"); in sd_send_cmd_get_rsp() 310 dev_dbg(sdmmc_dev(host), "cmd->resp[%d] = 0x%08x\n", in sd_send_cmd_get_rsp() [all …]
|