Home
last modified time | relevance | path

Searched refs:dscommand0 (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/sys/dev/aic7xxx/
H A Daic7xxx_pci.c792 u_int dscommand0; in ahc_pci_config() local
901 dscommand0 = ahc_inb(ahc, DSCOMMAND0); in ahc_pci_config()
902 dscommand0 |= MPARCKEN|CACHETHEN; in ahc_pci_config()
908 dscommand0 &= ~DPARCKEN; in ahc_pci_config()
916 dscommand0 |= CACHETHEN; in ahc_pci_config()
919 dscommand0 &= ~CACHETHEN; in ahc_pci_config()
1112 u_int dscommand0; in ahc_scbram_config() local
1116 dscommand0 &= ~INTSCBRAMSEL; in ahc_scbram_config()
1118 dscommand0 |= INTSCBRAMSEL; in ahc_scbram_config()
1120 dscommand0 &= ~USCBSIZE32; in ahc_scbram_config()
[all …]
H A Daic7xxx.h913 uint8_t dscommand0; member
H A Daic79xx.h1033 uint8_t dscommand0; member