Home
last modified time | relevance | path

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

/openbmc/linux/drivers/sh/intc/
H A Daccess.c14 unsigned long intc_phys_to_virt(struct intc_desc_int *d, unsigned long address) in intc_phys_to_virt() function
43 address = intc_phys_to_virt(d, address); in intc_get_reg()
H A Dinternals.h134 unsigned long intc_phys_to_virt(struct intc_desc_int *d, unsigned long address);
H A Dcore.c170 value = intc_phys_to_virt(d, value); in save_reg()