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

/u-boot/arch/nios2/lib/
H A Dlibgcc.c132 const DWunion au = {.ll = a}; local
135 if (au.s.high < bu.s.high)
137 else if (au.s.high > bu.s.high)
139 if ((UWtype) au.s.low < (UWtype) bu.s.low)
141 else if ((UWtype) au.s.low > (UWtype) bu.s.low)
429 const DWunion au = {.ll = a}; local
432 if ((UWtype) au.s.high < (UWtype) bu.s.high)
434 else if ((UWtype) au.s.high > (UWtype) bu.s.high)
436 if ((UWtype) au.s.low < (UWtype) bu.s.low)
438 else if ((UWtype) au
[all...]
/u-boot/drivers/mmc/
H A Dmmc_write.c121 if (IS_SD(mmc) && mmc->ssr.au) {
122 blk_r = ((blkcnt - blk) > mmc->ssr.au) ?
123 mmc->ssr.au : (blkcnt - blk);
H A Dmmc.c1529 unsigned int au, eo, et, es; local
1555 au = (ssr[2] >> 12) & 0xF;
1556 if ((au <= 9) || (mmc->version == SD_VERSION_3)) {
1557 mmc->ssr.au = sd_au_size[au];
/u-boot/include/
H A Dmmc.h599 unsigned int au; /* In sectors */ member in struct:sd_ssr

Completed in 60 milliseconds