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

/freebsd-12-stable/sys/dev/aic7xxx/
H A Daic7xxx_pci.c1475 if ((ahc_inb(ahc, SPIOCAP) & SSPIOCPS) == 0)
1909 spiocap = ahc_inb(ahc, SPIOCAP);
1912 ahc_outb(ahc, SPIOCAP, spiocap);
1922 *eeprom_present = (ahc_inb(ahc, SPIOCAP) & EEPROM) ? 1 : 0;
1931 && (ahc_inb(ahc, SPIOCAP) & SEEPROM) == 0)
H A Daic7xxx_reg.h224 ahc_print_register(NULL, 0, "SPIOCAP", 0x1b, regvalue, cur_col, wrap)
1247 #define SPIOCAP 0x1b macro

Completed in 69 milliseconds