Lines Matching refs:scratch_pa
3360 dmaaddr_t scratch_pa; in dhd_prot_allocate_bufs() local
3362 scratch_pa = prot->hmaptest.mem.pa; in dhd_prot_allocate_bufs()
3364 scratch_lin = (uint64)(PHYSADDRLO(scratch_pa) & 0xffffffff) in dhd_prot_allocate_bufs()
3365 | (((uint64)PHYSADDRHI(scratch_pa)& 0xffffffff) << 32); in dhd_prot_allocate_bufs()
9206 dmaaddr_t scratch_pa; local
9211 scratch_pa = prot->hmaptest.mem.pa;
9213 scratch_lin = (uint64)(PHYSADDRLO(scratch_pa) & 0xffffffff)
9214 | (((uint64)PHYSADDRHI(scratch_pa)& 0xffffffff) << 32);
9324 dmaaddr_t scratch_pa; local
9331 scratch_pa = prot->hmaptest.mem.pa;
9333 scratch_lin = (uint64)(PHYSADDRLO(scratch_pa) & 0xffffffff)
9334 | (((uint64)PHYSADDRHI(scratch_pa)& 0xffffffff) << 32);