Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/mm/
Ddump_linuxpagetables.c64 unsigned long start_pa; member
297 seq_printf(st->seq, "0x%016lx ", st->start_pa); in dump_addr()
300 seq_printf(st->seq, "0x%08lx ", st->start_pa); in dump_addr()
324 st->start_pa = pa; in note_page()
361 st->start_pa = pa; in note_page()
/Linux-v4.19/drivers/dma/bestcomm/
Dbestcomm.c175 phys_addr_t start_pa; in bcom_load_image() local
177 desc = bcom_sram_alloc(hdr->desc_size * sizeof(u32), 4, &start_pa); in bcom_load_image()
181 tdt->start = start_pa; in bcom_load_image()
182 tdt->stop = start_pa + ((hdr->desc_size-1) * sizeof(u32)); in bcom_load_image()