Searched refs:mxcmci_readw (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | mxcmmc.c | 218 static inline u16 mxcmci_readw(struct mxcmci_host *host, int reg) in mxcmci_readw() function 513 a = mxcmci_readw(host, MMC_REG_RES_FIFO); in mxcmci_read_response() 514 b = mxcmci_readw(host, MMC_REG_RES_FIFO); in mxcmci_read_response() 518 a = mxcmci_readw(host, MMC_REG_RES_FIFO); in mxcmci_read_response() 519 b = mxcmci_readw(host, MMC_REG_RES_FIFO); in mxcmci_read_response() 520 c = mxcmci_readw(host, MMC_REG_RES_FIFO); in mxcmci_read_response() 1107 host->rev_no = mxcmci_readw(host, MMC_REG_REV_NO); in mxcmci_probe()
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | mxcmmc.c | 201 static inline u16 mxcmci_readw(struct mxcmci_host *host, int reg) in mxcmci_readw() function 496 a = mxcmci_readw(host, MMC_REG_RES_FIFO); in mxcmci_read_response() 497 b = mxcmci_readw(host, MMC_REG_RES_FIFO); in mxcmci_read_response() 501 a = mxcmci_readw(host, MMC_REG_RES_FIFO); in mxcmci_read_response() 502 b = mxcmci_readw(host, MMC_REG_RES_FIFO); in mxcmci_read_response() 503 c = mxcmci_readw(host, MMC_REG_RES_FIFO); in mxcmci_read_response() 1081 host->rev_no = mxcmci_readw(host, MMC_REG_REV_NO); in mxcmci_probe()
|
Completed in 5 milliseconds