Searched refs:GET_LONG (Results 1 – 3 of 3) sorted by relevance
1334 cs->offset = GET_LONG(tp);1335 cs->nbytes = GET_LONG(tp);1340 cs->dev.disk.nblocks = GET_LONG(tp);1341 cs->dev.disk.edcloc = GET_LONG(tp);1347 cs->dev.mem.address = (caddr_t)(uintptr_t)GET_LONG(tp);1348 cs->dev.disk.edcloc = GET_LONG(tp);1962 cs->tpll_addr = GET_LONG(tp);2056 cs->function[fn].addr = GET_LONG(tp);
352 #define GET_LONG(tp) cis_get_long(tp) macro
149 #define GET_LONG(p) \ macro175 #define GET_LONG(p) \ macro195 IF_ALIGNED(p, 4) ? GET_LONG(p) :\