Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/
Daha152x.c729 SETPORT(DMACNTRL0, INTEN); in swintr()
820 SETPORT(DMACNTRL0, SWINT|INTEN); in aha152x_probe_one()
831 SETPORT(DMACNTRL0, INTEN); in aha152x_probe_one()
919 SETBITS(DMACNTRL0, INTEN); in setup_expected_interrupts()
1206 SETPORT(DMACNTRL0, RSTFIFO); in reset_ports()
1220 SETPORT(DMACNTRL0, 0); in reset_ports()
1359 dmacntrl0 = GETPORT(DMACNTRL0); in intr()
1368 CLRBITS(DMACNTRL0, INTEN); in intr()
1990 SETPORT(DMACNTRL0, RSTFIFO); in datai_init()
1991 SETPORT(DMACNTRL0, RSTFIFO|ENDMA); in datai_init()
[all …]
Daha152x.h36 #define DMACNTRL0 (HOSTIOPORT1+0x12) /* DMA control 0 */ macro