Home
last modified time | relevance | path

Searched refs:AHC_PAGESCBS (Results 1 – 7 of 7) sorted by relevance

/freebsd-10-stable/sys/dev/aic7xxx/
Daic7xxx_seq.h1051 return ((ahc->flags & AHC_PAGESCBS) != 0); in ahc_patch4_func()
Daic7xxx.seq110 if ((ahc->flags & AHC_PAGESCBS) != 0) {
504 if ((ahc->flags & AHC_PAGESCBS) != 0) {
1715 if ((ahc->flags & AHC_PAGESCBS) != 0) {
1850 if ((ahc->flags & AHC_PAGESCBS) != 0) {
1865 if ((ahc->flags & AHC_PAGESCBS) != 0) {
1899 if ((ahc->flags & AHC_PAGESCBS) != 0) {
1947 if ((ahc->flags & AHC_PAGESCBS) != 0) {
2047 if ((ahc->flags & AHC_PAGESCBS) != 0) {
2347 if ((ahc->flags & AHC_PAGESCBS) != 0) {
2351 if ((ahc->flags & AHC_PAGESCBS) != 0) {
[all …]
Daic7770.c411 ahc->flags |= AHC_PAGESCBS; in ahc_aic7770_setup()
Daic7xxx.h366 AHC_PAGESCBS = 0x400000, /* Enable SCB paging */ enumerator
Daic7xxx.c4306 if ((ahc->flags & AHC_PAGESCBS) != 0) in ahc_build_free_scb_list()
4317 if ((ahc->flags & AHC_PAGESCBS) != 0) { in ahc_build_free_scb_list()
4641 if ((ahc->flags & AHC_PAGESCBS) != 0) in ahc_controller_info()
5004 ahc->flags |= AHC_PAGESCBS; in ahc_init()
5006 ahc->flags &= ~AHC_PAGESCBS; in ahc_init()
5842 if ((ahc->flags & AHC_PAGESCBS) != 0) { in ahc_add_curscb_to_free_list()
6887 if ((ahc->flags & AHC_PAGESCBS) == 0) { in ahc_dump_card_state()
7231 if ((ahc->flags & AHC_PAGESCBS) == 0) { in ahc_recover_commands()
Daic7xxx_osm.c1117 if ((ahc->flags & AHC_PAGESCBS) == 0) in ahc_execute_scb()
Daic7xxx_pci.c846 ahc->flags |= AHC_PAGESCBS; in ahc_pci_config()