Home
last modified time | relevance | path

Searched refs:AHD_SET_PRECOMP (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/scsi/aic7xxx/
Daic79xx_pci.c960 AHD_SET_PRECOMP(ahd, AHD_PRECOMP_CUTBACK_29); in ahd_aic790X_setup()
987 AHD_SET_PRECOMP(ahd, AHD_PRECOMP_CUTBACK_29); in ahd_aic790X_setup()
Daic79xx_osm.c1363 AHD_SET_PRECOMP(ahd, iocell_opts->precomp); in ahd_platform_init()
2726 AHD_SET_PRECOMP(ahd, precomp); in ahd_linux_set_pcomp_en()
2728 AHD_SET_PRECOMP(ahd, 0); in ahd_linux_set_pcomp_en()
Daic79xx.h1264 #define AHD_SET_PRECOMP(ahd, new_pcomp) \ macro