Lines Matching full:sequencer

3  * Aic94xx SAS/SATA driver sequencer interface.
41 * asd_pause_cseq - pause the central sequencer
68 * asd_unpause_cseq - unpause the central sequencer.
95 * asd_seq_pause_lseq - pause a link sequencer
97 * @lseq: link sequencer of interest
123 * asd_pause_lseq - pause the link sequencer(s)
144 * asd_seq_unpause_lseq - unpause a link sequencer
146 * @lseq: link sequencer of interest
197 * asd_verify_lseq - verify the microcode of a link sequencer
201 * @lseq: link sequencer of interest
203 * The link sequencer code is accessed in 4 KB pages, which are selected
281 asd_printk("sequencer program not multiple of 4\n"); in asd_download_seq()
329 asd_printk("%s: error DMA-ing sequencer code\n", in asd_download_seq()
349 asd_printk("sequencer program not multiple of 4\n"); in asd_download_seq()
362 ASD_DPRINTK("downloading %s sequencer%s in PIO mode...\n", in asd_download_seq()
376 * asd_seq_download_seqs - download the sequencer microcode
379 * Download the central and link sequencer microcode.
549 /* Tell the sequencer the bus address of the first SCB. */ in asd_init_cseq_mdp()
555 /* Tell the sequencer the first Done List entry address. */ in asd_init_cseq_mdp()
585 * @lseq: link sequencer
648 /* STP shutdown timer timeout constant, IGNORED by the sequencer, in asd_init_lseq_mip()
673 * @lseq: link sequencer
821 /* The LmSEQ_STP_SHUTDOWN_TIMER_TERM_TS is IGNORED by the sequencer, in asd_init_lseq_mdp()
854 * asd_init_scb_sites -- initialize sequencer SCB sites (memory).
958 * @lseq: link sequencer
1102 * Initialize DDB site 0 which is used internally by the sequencer.
1188 * asd_seq_start_cseq -- start the central sequencer, CSEQ
1201 * asd_seq_start_lseq -- start a link sequencer
1203 * @lseq: the link sequencer of interest
1269 asd_printk("Found sequencer Firmware version %d.%d (%s)\n", in asd_request_firmware()
1306 asd_printk("Failed to load sequencer firmware file %s, error %d\n", in asd_init_seqs()
1357 * sequencer checks phy_is_up when pending SCBs are to be sent, and
1363 * received, the sequencer disables all phys in that port.