Searched refs:ATA_SERROR (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/dev/ata/chipsets/ |
H A D | ata-via.c | 249 ch->r_io[ATA_SERROR].res = ctlr->r_res2; in ata_via_ch_attach() 250 ch->r_io[ATA_SERROR].offset = 0x04 + (ch->unit << ctlr->chip->cfg1); in ata_via_ch_attach() 258 ata_sata_scr_write(ch, -1, ATA_SERROR, 0xffffffff); in ata_via_ch_attach() 414 ata_sata_scr_write(ch, 0, ATA_SERROR, 0xffffffff); in ata_via_sata_ch_attach() 415 ata_sata_scr_write(ch, 1, ATA_SERROR, 0xffffffff); in ata_via_sata_ch_attach() 505 case ATA_SERROR: in ata_via_sata_scr_read() 535 case ATA_SERROR: in ata_via_sata_scr_write()
|
H A D | ata-intel.c | 390 ATA_SERROR, 0xffffffff); in ata_intel_ch_attach() 393 ATA_SERROR, 0xffffffff); in ata_intel_ch_attach() 621 case ATA_SERROR: in ata_intel_sata_ahci_read() 648 case ATA_SERROR: in ata_intel_sata_cscr_read() 683 case ATA_SERROR: in ata_intel_sata_sidpr_read() 718 case ATA_SERROR: in ata_intel_sata_ahci_write() 745 case ATA_SERROR: in ata_intel_sata_cscr_write() 780 case ATA_SERROR: in ata_intel_sata_sidpr_write() 850 ch->r_io[ATA_SERROR].offset = ch_offset + 0x104; in ata_intel_31244_ch_attach()
|
H A D | ata-nvidia.c | 258 ch->r_io[ATA_SERROR].res = ctlr->r_res2; in ata_nvidia_ch_attach() 259 ch->r_io[ATA_SERROR].offset = 0x04 + (ch->unit << 6); in ata_nvidia_ch_attach()
|
H A D | ata-siliconimage.c | 268 ch->r_io[ATA_SERROR].res = ctlr->r_res2; in ata_sii_ch_attach() 269 ch->r_io[ATA_SERROR].offset = 0x108 + (unit01 << 7) + (unit10 << 8); in ata_sii_ch_attach()
|
H A D | ata-serverworks.c | 202 ch->r_io[ATA_SERROR].offset = ch_offset + 0x44; in ata_serverworks_ch_attach()
|
/freebsd/sys/dev/ata/ |
H A D | ata-sata.c | 54 if (ata_sata_scr_read(ch, port, ATA_SERROR, &error)) in ata_sata_phy_check_events() 63 ata_sata_scr_write(ch, port, ATA_SERROR, error); in ata_sata_phy_check_events() 146 ata_sata_scr_write(ch, port, ATA_SERROR, 0xffffffff); in ata_sata_connect() 214 ata_sata_scr_write(ch, port, ATA_SERROR, 0xffffffff); in ata_sata_phy_reset()
|
H A D | ata-all.h | 115 #define ATA_SERROR 14 macro
|
/freebsd/sys/powerpc/mpc85xx/ |
H A D | fsl_sata.h | 103 #define ATA_SERROR 14 macro
|
/freebsd/usr.sbin/bhyve/ |
H A D | ahci.h | 108 #define ATA_SERROR 14 macro
|
/freebsd/sys/dev/siis/ |
H A D | siis.h | 103 #define ATA_SERROR 14 macro
|
/freebsd/sys/dev/ahci/ |
H A D | ahci.h | 105 #define ATA_SERROR 14 macro
|