Home
last modified time | relevance | path

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

/freebsd/sys/dev/coreboot/
H A Dcoreboot_console.c128 if (!sc->has_console || sc->console_paddr == 0) in coreboot_console_create()
131 tmp = (struct cbmem_console *)pmap_mapbios(sc->console_paddr, in coreboot_console_create()
149 sc->console_paddr, map_size); in coreboot_console_create()
H A Dcoreboot.h429 vm_paddr_t console_paddr; member
H A Dcoreboot.c354 sc->console_paddr = (vm_paddr_t)ref->cbmem_addr; in coreboot_parse_table()
1344 (uintmax_t)sc->console_paddr); in coreboot_attach()