Home
last modified time | relevance | path

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

/drivers/scsi/aic7xxx/
Daic79xx_pci.c970 AHD_SET_PRECOMP(ahd, AHD_PRECOMP_CUTBACK_29); in ahd_aic790X_setup()
997 AHD_SET_PRECOMP(ahd, AHD_PRECOMP_CUTBACK_29); in ahd_aic790X_setup()
Daic79xx_osm.c1384 AHD_SET_PRECOMP(ahd, iocell_opts->precomp); in ahd_platform_init()
2760 AHD_SET_PRECOMP(ahd, precomp); in ahd_linux_set_pcomp_en()
2762 AHD_SET_PRECOMP(ahd, 0); in ahd_linux_set_pcomp_en()
Daic79xx.h1273 #define AHD_SET_PRECOMP(ahd, new_pcomp) \ macro