Searched refs:MIO_EMM_CMD (Results 1 - 4 of 4) sorted by relevance

/u-boot/arch/arm/include/asm/arch-octeontx/csrs/
H A Dcsrs-mio_emm.h182 static inline u64 MIO_EMM_CMD(void)
184 static inline u64 MIO_EMM_CMD(void) function
/u-boot/arch/arm/include/asm/arch-octeontx2/csrs/
H A Dcsrs-mio_emm.h182 static inline u64 MIO_EMM_CMD(void)
184 static inline u64 MIO_EMM_CMD(void) function
/u-boot/arch/mips/mach-octeon/include/mach/
H A Dcvmx-mio-emm-defs.h59 static inline u64 MIO_EMM_CMD(void) function
180 * MIO_EMM_CMD = MIO EMMC Command Register
/u-boot/drivers/mmc/
H A Docteontx_hsmmc.c144 if (reg == MIO_EMM_CMD())
145 return "MIO_EMM_CMD";
533 emm_cmd.u = readq(host->base_addr + MIO_EMM_CMD());
1488 write_csr(mmc, MIO_EMM_CMD(), emm_cmd.u);

Completed in 63 milliseconds