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

/netbsd-current/sys/dev/cardbus/
H A Dahc_cardbus.c184 ahc->flags = AHC_PAGESCBS;
/netbsd-current/sys/dev/eisa/
H A Dahc_eisa.c141 ahc->flags = AHC_PAGESCBS;
/netbsd-current/sys/arch/i386/isa/
H A Dahc_isa.c408 ahc->flags |= AHC_PAGESCBS;
/netbsd-current/sys/dev/ic/
H A Daic7xxx_osm.c667 if ((ahc->flags & AHC_PAGESCBS) == 0)
1014 if ((ahc->flags & AHC_PAGESCBS) == 0) {
H A Daic7xxxvar.h453 AHC_PAGESCBS = 0x400000, /* Enable SCB paging */ enumerator in enum:__anon37
H A Daic7xxx.c4152 if ((ahc->flags & AHC_PAGESCBS) != 0)
4184 if ((ahc->flags & AHC_PAGESCBS) != 0) {
4418 if ((ahc->flags & AHC_PAGESCBS) != 0)
4565 ahc->flags |= AHC_PAGESCBS;
4567 ahc->flags &= ~AHC_PAGESCBS;
5696 if ((ahc->flags & AHC_PAGESCBS) != 0) {
6739 if ((ahc->flags & AHC_PAGESCBS) == 0) {
/netbsd-current/sys/dev/pci/
H A Dahc_pci.c905 ahc->flags |= AHC_PAGESCBS;
/netbsd-current/sys/dev/microcode/aic7xxx/
H A Daic7xxx_seq.h1058 return ((ahc->flags & AHC_PAGESCBS) != 0);

Completed in 289 milliseconds