Searched refs:ata_pm_write_cmd (Results 1 – 3 of 3) sorted by relevance
| /src/sys/cam/ata/ |
| H A D | ata_pmp.c | 489 ata_pm_write_cmd(ataio, 129, 15, softc->caps & ~0x1); in pmpstart() 511 ata_pm_write_cmd(ataio, 0x60, 15, 0x0); in pmpstart() 522 ata_pm_write_cmd(ataio, 2, softc->pm_step, in pmpstart() 535 ata_pm_write_cmd(ataio, 2, softc->pm_step, in pmpstart() 559 ata_pm_write_cmd(ataio, 1, softc->pm_step, 0xFFFFFFFF); in pmpstart() 570 ata_pm_write_cmd(ataio, 0x60, 15, 0x07 | in pmpstart()
|
| H A D | ata_all.h | 129 void ata_pm_write_cmd(struct ccb_ataio *ataio, int reg, int port, uint32_t val);
|
| H A D | ata_all.c | 715 ata_pm_write_cmd(struct ccb_ataio *ataio, int reg, int port, uint32_t val) in ata_pm_write_cmd() function
|