Searched refs:au (Results 1 – 9 of 9) sorted by relevance
133 const DWunion au = {.ll = a}; in __cmpdi2() local136 if (au.s.high < bu.s.high) in __cmpdi2()138 else if (au.s.high > bu.s.high) in __cmpdi2()140 if ((UWtype) au.s.low < (UWtype) bu.s.low) in __cmpdi2()142 else if ((UWtype) au.s.low > (UWtype) bu.s.low) in __cmpdi2()430 const DWunion au = {.ll = a}; in __ucmpdi2() local433 if ((UWtype) au.s.high < (UWtype) bu.s.high) in __ucmpdi2()435 else if ((UWtype) au.s.high > (UWtype) bu.s.high) in __ucmpdi2()437 if ((UWtype) au.s.low < (UWtype) bu.s.low) in __ucmpdi2()439 else if ((UWtype) au.s.low > (UWtype) bu.s.low) in __ucmpdi2()
2 M: Peter.Chubb@data61.csiro.au
141 if (IS_SD(mmc) && mmc->ssr.au) { in mmc_berase()142 blk_r = ((blkcnt - blk) > mmc->ssr.au) ? in mmc_berase()143 mmc->ssr.au : (blkcnt - blk); in mmc_berase()
1649 unsigned int au, eo, et, es; local1680 au = (ssr[2] >> 12) & 0xF;1681 if ((au <= 9) || (mmc->version == SD_VERSION_3)) {1682 mmc->ssr.au = sd_au_size[au];
17 M: Peter Howard <phoward@gme.net.au>
2 * Copyright (C) 2016 James Pettigrew <james@innovum.com.au>
172 …mpc8260 powerpc mpc8260 d19f6a60 2015-01-05 Murray Jensen <Murray.Jensen@csiro.au>173 …8xx powerpc mpc8xx d19f6a60 2015-01-05 Murray Jensen <Murray.Jensen@csiro.au>200 … powerpc mpc8260 5038d7f 2014-10-27 Murray Jensen <Murray.Jensen@csiro.au>
524 unsigned int au; /* In sectors */ member