Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/aic7xxx/
HDaic7xxx_seq.h1049 return ((ahc->flags & AHC_PAGESCBS) != 0); in ahc_patch4_func()
HDaic7770.c411 ahc->flags |= AHC_PAGESCBS; in ahc_aic7770_setup()
HDaic7xxx.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 …]
HDaic7xxx.h366 AHC_PAGESCBS = 0x400000, /* Enable SCB paging */ enumerator
HDaic7xxx.c4285 if ((ahc->flags & AHC_PAGESCBS) != 0) in ahc_build_free_scb_list()
4296 if ((ahc->flags & AHC_PAGESCBS) != 0) { in ahc_build_free_scb_list()
4616 if ((ahc->flags & AHC_PAGESCBS) != 0) in ahc_controller_info()
4977 ahc->flags |= AHC_PAGESCBS; in ahc_init()
4979 ahc->flags &= ~AHC_PAGESCBS; in ahc_init()
5812 if ((ahc->flags & AHC_PAGESCBS) != 0) { in ahc_add_curscb_to_free_list()
6850 if ((ahc->flags & AHC_PAGESCBS) == 0) { in ahc_dump_card_state()
7192 if ((ahc->flags & AHC_PAGESCBS) == 0) { in ahc_recover_commands()
HDaic7xxx_osm.c1113 if ((ahc->flags & AHC_PAGESCBS) == 0) in ahc_execute_scb()
HDaic7xxx_pci.c845 ahc->flags |= AHC_PAGESCBS; in ahc_pci_config()