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

/freebsd-11-stable/sys/dev/aic7xxx/
H A Daic7xxx_pci.c891 sfunct = ahc_inb(ahc, SFUNCT) & ~ALT_MODE;
892 ahc_outb(ahc, SFUNCT, sfunct | ALT_MODE);
895 ahc_outb(ahc, SFUNCT, sfunct);
1021 sfunct = ahc_inb(ahc, SFUNCT) & ~ALT_MODE;
1022 ahc_outb(ahc, SFUNCT, sfunct | ALT_MODE);
1025 ahc_outb(ahc, SFUNCT, sfunct);
2093 sfunct = ahc_inb(ahc, SFUNCT) & ~ALT_MODE;
2094 ahc_outb(ahc, SFUNCT, sfunct | ALT_MODE);
2097 ahc_outb(ahc, SFUNCT, sfunct);
H A Daic7xxx_reg.h784 ahc_print_register(NULL, 0, "SFUNCT", 0x9f, regvalue, cur_col, wrap)
1605 #define SFUNCT 0x9f macro
H A Daic79xx_reg.h1386 ahd_print_register(NULL, 0, "SFUNCT", 0x9f, regvalue, cur_col, wrap)
3284 #define SFUNCT 0x9f macro

Completed in 71 milliseconds