Lines Matching refs:lstart
1076 * @lstart: Local memory space start address.
1084 * from rstart to lstart.
1086 static int tsi721_rio_map_inb_mem(struct rio_mport *mport, dma_addr_t lstart,
1093 bool direct = (lstart == rstart);
1108 ibw_start = lstart & ~(ibw_size - 1);
1112 rstart, &lstart, size, ibw_start);
1114 while ((lstart + size) > (ibw_start + ibw_size)) {
1116 ibw_start = lstart & ~(ibw_size - 1);
1131 rstart, &lstart, size);
1134 ((u64)lstart & (size - 1)) || (rstart & (size - 1)))
1140 loc_start = lstart;
1172 map->lstart = lstart;
1196 ib_win->lstart = loc_start;
1198 ib_win->xlat = (lstart != rstart);
1207 map->lstart = lstart;
1237 * @lstart: Local memory space start address.
1240 dma_addr_t lstart)
1247 "Unmap IBW mapped to PCIe_%pad", &lstart);
1255 (ib_win->xlat && lstart != ib_win->lstart))
1258 if (lstart >= ib_win->lstart &&
1259 lstart < (ib_win->lstart + ib_win->size)) {
1267 if (map->lstart == lstart) {
1292 "IB window mapped to %pad not found", &lstart);