Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/
Daha152x.c711 SETPORT(DMACNTRL0, INTEN); in swintr()
801 SETPORT(DMACNTRL0, SWINT|INTEN); in aha152x_probe_one()
812 SETPORT(DMACNTRL0, INTEN); in aha152x_probe_one()
898 SETBITS(DMACNTRL0, INTEN); in setup_expected_interrupts()
1180 SETPORT(DMACNTRL0, RSTFIFO); in reset_ports()
1194 SETPORT(DMACNTRL0, 0); in reset_ports()
1333 dmacntrl0 = GETPORT(DMACNTRL0); in intr()
1342 CLRBITS(DMACNTRL0, INTEN); in intr()
1947 SETPORT(DMACNTRL0, RSTFIFO); in datai_init()
1948 SETPORT(DMACNTRL0, RSTFIFO|ENDMA); in datai_init()
[all …]
Daha152x.h36 #define DMACNTRL0 (HOSTIOPORT1+0x12) /* DMA control 0 */ macro