Searched refs:read_mem32 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | nozomi.c | 401 static void read_mem32(u32 *buf, const void __iomem *mem_addr_start, in read_mem32() function 626 read_mem32((u32 *) &dc->config_table, dc->base_addr + 0, in nozomi_read_config_table() 812 read_mem32((u32 *) buf, addr + offset, RECEIVE_BUF_MAX); in receive_data() 891 read_mem32((u32 *) &ctrl_dl, dc->port[PORT_CTRL].dl_addr[CH_A], 2); in receive_flow_control()
|
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | nozomi.c | 391 static void read_mem32(u32 *buf, const void __iomem *mem_addr_start, in read_mem32() function 613 read_mem32((u32 *) &dc->config_table, dc->base_addr + 0, in nozomi_read_config_table() 798 read_mem32((u32 *) buf, addr + offset, RECEIVE_BUF_MAX); in receive_data() 877 read_mem32((u32 *) &ctrl_dl, dc->port[PORT_CTRL].dl_addr[CH_A], 2); in receive_flow_control()
|
Completed in 6 milliseconds