Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/altera/jtag_uart/
Daltera_jtag_uart_cons.c105 mips_phys_to_uncached(paddr_t phys) in mips_phys_to_uncached() function
152 return (mips_ioread_uint32le(mips_phys_to_uncached(BERI_UART_BASE + in aju_cons_data_read()
160 mips_iowrite_uint32le(mips_phys_to_uncached(BERI_UART_BASE + in aju_cons_data_write()
168 return (mips_ioread_uint32le(mips_phys_to_uncached(BERI_UART_BASE + in aju_cons_control_read()
176 mips_iowrite_uint32le(mips_phys_to_uncached(BERI_UART_BASE + in aju_cons_control_write()
/freebsd-10-stable/sys/dev/gxemul/cons/
Dgxemul_cons.c104 mips_phys_to_uncached(vm_paddr_t phys) in mips_phys_to_uncached() function
155 return (mips_ioread_uint8(mips_phys_to_uncached(GXEMUL_CONS_BASE + in gxemul_cons_data_read()
163 mips_iowrite_uint8(mips_phys_to_uncached(GXEMUL_CONS_BASE + in gxemul_cons_data_write()