Searched refs:sfunct (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic7xxx_pci.c800 u_int sfunct; local
803 sfunct = ahc_inb(ahc, SFUNCT) & ~ALT_MODE;
804 ahc_outb(ahc, SFUNCT, sfunct | ALT_MODE);
807 ahc_outb(ahc, SFUNCT, sfunct);
931 u_int sfunct; local
933 sfunct = ahc_inb(ahc, SFUNCT) & ~ALT_MODE;
934 ahc_outb(ahc, SFUNCT, sfunct | ALT_MODE);
937 ahc_outb(ahc, SFUNCT, sfunct);
1987 u_int sfunct; local
1989 sfunct
[all...]

Completed in 55 milliseconds