Home
last modified time | relevance | path

Searched refs:sl_end (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/arm64/arm64/
H A Dbusdma_bounce.c815 bus_addr_t curaddr, sl_end; in bounce_bus_dmamap_load_phys() local
831 sl_end = 0; in bounce_bus_dmamap_load_phys()
853 sl_end = sl->paddr + sl->datacount; in bounce_bus_dmamap_load_phys()
855 if (map->sync_count == 0 || curaddr != sl_end) { in bounce_bus_dmamap_load_phys()
/f-stack/freebsd/arm/arm/
H A Dbusdma_machdep.c1053 bus_addr_t sl_end = 0; in _bus_dmamap_load_phys() local
1086 sl_end = sl->paddr + sl->datacount; in _bus_dmamap_load_phys()
1088 if (map->sync_count == 0 || curaddr != sl_end) { in _bus_dmamap_load_phys()