Searched refs:GET_LONG (Results 1 – 3 of 3) sorted by relevance
1336 cs->offset = GET_LONG(tp);1337 cs->nbytes = GET_LONG(tp);1342 cs->dev.disk.nblocks = GET_LONG(tp);1343 cs->dev.disk.edcloc = GET_LONG(tp);1349 cs->dev.mem.address = (caddr_t)(uintptr_t)GET_LONG(tp);1350 cs->dev.disk.edcloc = GET_LONG(tp);1964 cs->tpll_addr = GET_LONG(tp);2058 cs->function[fn].addr = GET_LONG(tp);
354 #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) :\