Searched refs:rsptype (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | wmt-sdmmc.c | 255 u32 arg, u8 rsptype) in wmt_mci_send_command() 265 writeb(rsptype, priv->sdmmc_base + SDMMC_RSPTYPE); in wmt_mci_send_command() 566 u8 rsptype; in wmt_mci_request() local 588 rsptype = mmc_resp_type(req->cmd); in wmt_mci_request() 591 /* rsptype=7 only valid for SPI commands - should be =2 for SD */ in wmt_mci_request() 592 if (rsptype == 7) in wmt_mci_request() 593 rsptype = 2; in wmt_mci_request() 594 /* rsptype=21 is R1B, convert for controller */ in wmt_mci_request() 595 if (rsptype == 21) in wmt_mci_request() 596 rsptype in wmt_mci_request() 254 wmt_mci_send_command(struct mmc_host *mmc, u8 command, u8 cmdtype, u32 arg, u8 rsptype) wmt_mci_send_command() argument [all...] |
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | wmt-sdmmc.c | 254 u32 arg, u8 rsptype) in wmt_mci_send_command() 264 writeb(rsptype, priv->sdmmc_base + SDMMC_RSPTYPE); in wmt_mci_send_command() 565 u8 rsptype; in wmt_mci_request() local 587 rsptype = mmc_resp_type(req->cmd); in wmt_mci_request() 590 /* rsptype=7 only valid for SPI commands - should be =2 for SD */ in wmt_mci_request() 591 if (rsptype == 7) in wmt_mci_request() 592 rsptype = 2; in wmt_mci_request() 593 /* rsptype=21 is R1B, convert for controller */ in wmt_mci_request() 594 if (rsptype == 21) in wmt_mci_request() 595 rsptype in wmt_mci_request() 253 wmt_mci_send_command(struct mmc_host *mmc, u8 command, u8 cmdtype, u32 arg, u8 rsptype) wmt_mci_send_command() argument [all...] |
Completed in 3 milliseconds