Searched refs:MSIZE (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/include/ |
H A D | dwmmc.h | 114 #define MSIZE(x) ((x) << 28) macro
|
/openbmc/u-boot/drivers/mmc/ |
H A D | socfpga_dw_mmc.c | 125 host->fifoth_val = MSIZE(0x2) | in socfpga_dwmmc_ofdata_to_platdata()
|
H A D | rockchip_dw_mmc.c | 126 host->fifoth_val = MSIZE(0x2) | in rockchip_dwmmc_probe()
|
H A D | dw_mmc.c | 505 host->fifoth_val = MSIZE(0x2) | RX_WMARK(fifo_size / 2 - 1) |
|
/openbmc/qemu/target/arm/tcg/ |
H A D | mve_helper.c | 152 #define DO_VLDR(OP, MSIZE, LDTYPE, ESIZE, TYPE) \ argument 169 addr += MSIZE; \ 174 #define DO_VSTR(OP, MSIZE, STTYPE, ESIZE, TYPE) \ argument 184 addr += MSIZE; \
|
H A D | translate-mve.c | 203 #define DO_VLDST_WIDE_NARROW(OP, SLD, ULD, ST, MSIZE) \ argument 210 return do_ldst(s, a, ldstfns[a->u][a->l], MSIZE); \
|