Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/terasic/mtl/
HDterasic_mtl_nexus.c67 u_long pixel_maddr, text_maddr, reg_maddr; in terasic_mtl_nexus_attach() local
102 "text_maddr", &text_maddr) != 0 || in terasic_mtl_nexus_attach()
103 (text_maddr % PAGE_SIZE != 0)) { in terasic_mtl_nexus_attach()
141 &sc->mtl_text_rid, text_maddr, text_maddr + text_msize - 1, in terasic_mtl_nexus_attach()
149 (void *)text_maddr, (void *)(text_maddr + text_msize)); in terasic_mtl_nexus_attach()