Searched refs:ATA_OUTB (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/mvs/ |
H A D | mvs.c | 1143 ATA_OUTB(ch->r_mem, ATA_CONTROL, ATA_A_HOB); in mvs_tfd_read() 1148 ATA_OUTB(ch->r_mem, ATA_CONTROL, 0); in mvs_tfd_read() 1161 ATA_OUTB(ch->r_mem, ATA_DRIVE, cmd->device); in mvs_tfd_write() 1162 ATA_OUTB(ch->r_mem, ATA_CONTROL, cmd->control); in mvs_tfd_write() 1163 ATA_OUTB(ch->r_mem, ATA_FEATURE, cmd->features_exp); in mvs_tfd_write() 1164 ATA_OUTB(ch->r_mem, ATA_FEATURE, cmd->features); in mvs_tfd_write() 1165 ATA_OUTB(ch->r_mem, ATA_COUNT, cmd->sector_count_exp); in mvs_tfd_write() 1166 ATA_OUTB(ch->r_mem, ATA_COUNT, cmd->sector_count); in mvs_tfd_write() 1167 ATA_OUTB(ch->r_mem, ATA_SECTOR, cmd->lba_low_exp); in mvs_tfd_write() 1168 ATA_OUTB(ch->r_mem, ATA_SECTOR, cmd->lba_low); in mvs_tfd_write() [all …]
|
H A D | mvs.h | 647 #define ATA_OUTB(res, offset, value) \ macro
|
/freebsd/sys/dev/ata/chipsets/ |
H A D | ata-nvidia.c | 229 ATA_OUTB(ctlr->r_res2, offset, 0xff); in ata_nvidia_chipinit() 232 ATA_OUTB(ctlr->r_res2, offset + 1, 0xdd); in ata_nvidia_chipinit() 303 ATA_OUTB(ctlr->r_res2, offset, (0x0f << shift)); in ata_nvidia_status()
|
/freebsd/sys/dev/ata/ |
H A D | ata-all.h | 519 #define ATA_OUTB(res, offset, value) \ macro 561 ATA_OUTB(ch->r_io[idx].res, ch->r_io[idx].offset, value)
|
/freebsd/sys/dev/siis/ |
H A D | siis.h | 443 #define ATA_OUTB(res, offset, value) \ macro
|
/freebsd/sys/dev/ahci/ |
H A D | ahci.h | 567 #define ATA_OUTB(res, offset, value) \ macro
|