Searched refs:SRST (Results 1 – 12 of 12) sorted by relevance
/linux/drivers/media/pci/dt3155/ |
A D | dt3155.c | 163 iowrite32(FIFO_EN | SRST | FLD_CRPT_ODD | FLD_CRPT_EVEN | in dt3155_start_streaming() 184 iowrite32(FIFO_EN | SRST | FLD_CRPT_ODD | FLD_CRPT_EVEN | in dt3155_stop_streaming() 252 iowrite32(FIFO_EN | SRST | FLD_CRPT_ODD | FLD_CRPT_EVEN | in dt3155_irq_handler_even() 426 iowrite32(FIFO_EN | SRST, pd->regs + CSR1); in dt3155_init_board()
|
A D | dt3155.h | 77 #define SRST 0x00000040 macro
|
/linux/drivers/scsi/ |
A D | aha1542.h | 31 #define SRST BIT(6) /* Soft Reset */ macro
|
A D | ncr53c8xx.h | 687 #define SRST 0x40 /* mod: reset chip */ macro
|
A D | aha1542.c | 221 outb(SRST | IRST /*|SCRST */ , CONTROL(sh->io_port)); in aha1542_test_port()
|
A D | ncr53c8xx.c | 5036 OUTB (nc_istat, SRST); in ncr_chip_reset() 5065 OUTB (nc_istat, SRST); in ncr_init()
|
/linux/drivers/media/pci/tw686x/ |
A D | tw686x-core.c | 303 reg_write(dev, SRST[0], 0x3f); in tw686x_probe() 305 reg_write(dev, SRST[1], 0x3f); in tw686x_probe()
|
A D | tw686x-regs.h | 89 #define SRST VDREG2(0x180) macro
|
/linux/drivers/scsi/sym53c8xx_2/ |
A D | sym_defs.h | 166 #define SRST 0x40 /* mod: reset chip */ macro
|
A D | sym_glue.c | 1615 OUTB(np, nc_istat, SRST); in sym_detach()
|
A D | sym_hipd.c | 122 OUTB(np, nc_istat, SRST); in sym_chip_reset()
|
/linux/Documentation/driver-api/ |
A D | libata.rst | 935 This is achieved by turning CONTROL SRST bit on for at least 5us. 937 controller-specific support as the second Register FIS to clear SRST
|
Completed in 45 milliseconds