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

/freebsd-13-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);
1019 sfunct = ahc_inb(ahc, SFUNCT) & ~ALT_MODE;
1020 ahc_outb(ahc, SFUNCT, sfunct | ALT_MODE);
1023 ahc_outb(ahc, SFUNCT, sfunct);
2090 sfunct = ahc_inb(ahc, SFUNCT) & ~ALT_MODE;
2091 ahc_outb(ahc, SFUNCT, sfunct | ALT_MODE);
2094 ahc_outb(ahc, SFUNCT, sfunct);
H A Daic7xxx_reg.h784 ahc_print_register(NULL, 0, "SFUNCT", 0x9f, regvalue, cur_col, wrap)
1604 #define SFUNCT 0x9f macro
H A Daic79xx_reg.h1386 ahd_print_register(NULL, 0, "SFUNCT", 0x9f, regvalue, cur_col, wrap)
3283 #define SFUNCT 0x9f macro

Completed in 122 milliseconds