Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/tty/serial/
Dsb1250-duart.c52 #define DUART_CHANREG_SPACING BCM1480_DUART_CHANREG_SPACING macro
655 release_mem_region(duart->mapctrl, DUART_CHANREG_SPACING); in sbd_release_port()
656 release_mem_region(uport->mapbase, DUART_CHANREG_SPACING); in sbd_release_port()
667 DUART_CHANREG_SPACING); in sbd_map_port()
675 DUART_CHANREG_SPACING); in sbd_map_port()
692 if (!request_mem_region(uport->mapbase, DUART_CHANREG_SPACING, in sbd_request_port()
699 if (!request_mem_region(duart->mapctrl, DUART_CHANREG_SPACING, in sbd_request_port()
711 DUART_CHANREG_SPACING); in sbd_request_port()
715 release_mem_region(uport->mapbase, DUART_CHANREG_SPACING); in sbd_request_port()
/linux-6.1.9/arch/mips/include/asm/sibyte/
Dsb1250_regs.h267 #define DUART_CHANREG_SPACING 0x100 macro
270 (A_DUART + DUART_CHANREG_SPACING * ((chan) + 1) + (reg))
298 (A_DUART + DUART_CHANREG_SPACING * 3 + (reg))