Home
last modified time | relevance | path

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

/src/sys/dev/aic7xxx/
H A Daic7xxx_seq.h1049 return ((ahc->flags & AHC_PAGESCBS) != 0); in ahc_patch4_func()
H A Daic7770.c404 ahc->flags |= AHC_PAGESCBS; in ahc_aic7770_setup()
H A Daic7xxx.seq108 if ((ahc->flags & AHC_PAGESCBS) != 0) {
502 if ((ahc->flags & AHC_PAGESCBS) != 0) {
1713 if ((ahc->flags & AHC_PAGESCBS) != 0) {
1848 if ((ahc->flags & AHC_PAGESCBS) != 0) {
1863 if ((ahc->flags & AHC_PAGESCBS) != 0) {
1897 if ((ahc->flags & AHC_PAGESCBS) != 0) {
1945 if ((ahc->flags & AHC_PAGESCBS) != 0) {
2045 if ((ahc->flags & AHC_PAGESCBS) != 0) {
2345 if ((ahc->flags & AHC_PAGESCBS) != 0) {
2349 if ((ahc->flags & AHC_PAGESCBS) != 0) {
[all …]
H A Daic7xxx.h366 AHC_PAGESCBS = 0x400000, /* Enable SCB paging */ enumerator
H A Daic7xxx.c4251 if ((ahc->flags & AHC_PAGESCBS) != 0) in ahc_build_free_scb_list()
4262 if ((ahc->flags & AHC_PAGESCBS) != 0) { in ahc_build_free_scb_list()
4579 if ((ahc->flags & AHC_PAGESCBS) != 0) in ahc_controller_info()
4955 ahc->flags |= AHC_PAGESCBS; in ahc_init()
4957 ahc->flags &= ~AHC_PAGESCBS; in ahc_init()
5790 if ((ahc->flags & AHC_PAGESCBS) != 0) { in ahc_add_curscb_to_free_list()
6828 if ((ahc->flags & AHC_PAGESCBS) == 0) { in ahc_dump_card_state()
7170 if ((ahc->flags & AHC_PAGESCBS) == 0) { in ahc_recover_commands()
H A Daic7xxx_osm.c1111 if ((ahc->flags & AHC_PAGESCBS) == 0) in ahc_execute_scb()
H A Daic7xxx_pci.c838 ahc->flags |= AHC_PAGESCBS; in ahc_pci_config()