Searched refs:ARRAYLAST (Results 1 – 7 of 7) sorted by relevance
244 if (drivestrength >= ARRAYLAST(sdiod_drive_strength_tab7_3v3)->strength) { in si_sdiod_drive_strength_init()248 if (drivestrength >= ARRAYLAST(sdiod_drive_strength_tab7_1v8)->strength) { in si_sdiod_drive_strength_init()
596 #ifndef ARRAYLAST /* returns pointer to last array element */597 #define ARRAYLAST(a) (&a[ARRAYSIZE(a)-1]) macro
536 #ifndef ARRAYLAST /* returns pointer to last array element */537 #define ARRAYLAST(a) (&a[ARRAYSIZE(a)-1]) macro
710 #ifndef ARRAYLAST /* returns pointer to last array element */711 #define ARRAYLAST(a) (&a[ARRAYSIZE(a)-1]) macro