Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/
H A Dnozomi.c391 static void read_mem32(u32 *buf, const void __iomem *mem_addr_start, in read_mem32() argument
395 const u32 __iomem *ptr = mem_addr_start; in read_mem32()
435 static u32 write_mem32(void __iomem *mem_addr_start, const u32 *buf, in write_mem32() argument
439 u32 __iomem *ptr = mem_addr_start; in write_mem32()