Searched refs:TCL_TARGET_OFFSET (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic7xxx.h | 99 #define TCL_TARGET_OFFSET(tcl) \ macro
|
H A D | aic79xx.h | 100 #define TCL_TARGET_OFFSET(tcl) \ macro
|
H A D | aic7xxx_core.c | 5646 scbid = ahc_inb(ahc, SCB_64_BTT + TCL_TARGET_OFFSET(tcl)); in ahc_index_busy_tcl() 5649 target_offset = TCL_TARGET_OFFSET(tcl); in ahc_index_busy_tcl() 5666 ahc_outb(ahc, SCB_64_BTT+TCL_TARGET_OFFSET(tcl), SCB_LIST_NULL); in ahc_unbusy_tcl() 5669 target_offset = TCL_TARGET_OFFSET(tcl); in ahc_unbusy_tcl() 5684 ahc_outb(ahc, SCB_64_BTT + TCL_TARGET_OFFSET(tcl), scbid); in ahc_busy_tcl() 5687 target_offset = TCL_TARGET_OFFSET(tcl); in ahc_busy_tcl()
|
H A D | aic79xx_core.c | 7912 | ((TCL_TARGET_OFFSET(tcl) & 0xC) << 4)); in ahd_index_busy_tcl() 7919 return (((TCL_TARGET_OFFSET(tcl) & 0x3) << 1) + SCB_DISCONNECTED_LISTS); in ahd_index_busy_tcl()
|
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic7xxx.h | 99 #define TCL_TARGET_OFFSET(tcl) \ macro
|
H A D | aic79xx.h | 100 #define TCL_TARGET_OFFSET(tcl) \ macro
|
H A D | aic7xxx_core.c | 5643 scbid = ahc_inb(ahc, SCB_64_BTT + TCL_TARGET_OFFSET(tcl)); in ahc_index_busy_tcl() 5646 target_offset = TCL_TARGET_OFFSET(tcl); in ahc_index_busy_tcl() 5663 ahc_outb(ahc, SCB_64_BTT+TCL_TARGET_OFFSET(tcl), SCB_LIST_NULL); in ahc_unbusy_tcl() 5666 target_offset = TCL_TARGET_OFFSET(tcl); in ahc_unbusy_tcl() 5681 ahc_outb(ahc, SCB_64_BTT + TCL_TARGET_OFFSET(tcl), scbid); in ahc_busy_tcl() 5684 target_offset = TCL_TARGET_OFFSET(tcl); in ahc_busy_tcl()
|
H A D | aic79xx_core.c | 7907 | ((TCL_TARGET_OFFSET(tcl) & 0xC) << 4)); in ahd_index_busy_tcl() 7914 return (((TCL_TARGET_OFFSET(tcl) & 0x3) << 1) + SCB_DISCONNECTED_LISTS); in ahd_index_busy_tcl()
|
Completed in 49 milliseconds