Lines Matching refs:nx842_get_pa
161 static inline unsigned long nx842_get_pa(void *addr) in nx842_get_pa() function
180 entry->ptr = nx842_get_pa((void *)buf); in nx842_build_scatterlist()
382 op.csbcpb = nx842_get_pa(csbcpb); in nx842_compress()
383 op.out = nx842_get_pa(slout.entries); in nx842_compress()
413 op.in = nx842_get_pa((void *)inbuf); in nx842_compress()
419 op.in = nx842_get_pa(slin.entries); in nx842_compress()
577 op.csbcpb = nx842_get_pa(csbcpb); in nx842_decompress()
609 op.in = nx842_get_pa((void *)inbuf); in nx842_decompress()
614 op.in = nx842_get_pa(slin.entries); in nx842_decompress()
625 op.out = nx842_get_pa((void *)outbuf); in nx842_decompress()
630 op.out = nx842_get_pa(slout.entries); in nx842_decompress()