Searched refs:ata_pm_write_cmd (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14-stable/sys/cam/ata/ |
| HD | ata_pmp.c | 490 ata_pm_write_cmd(ataio, 129, 15, softc->caps & ~0x1); in pmpstart() 512 ata_pm_write_cmd(ataio, 0x60, 15, 0x0); in pmpstart() 523 ata_pm_write_cmd(ataio, 2, softc->pm_step, in pmpstart() 536 ata_pm_write_cmd(ataio, 2, softc->pm_step, in pmpstart() 560 ata_pm_write_cmd(ataio, 1, softc->pm_step, 0xFFFFFFFF); in pmpstart() 571 ata_pm_write_cmd(ataio, 0x60, 15, 0x07 | in pmpstart()
|
| HD | ata_all.h | 129 void ata_pm_write_cmd(struct ccb_ataio *ataio, int reg, int port, uint32_t val);
|
| HD | ata_all.c | 716 ata_pm_write_cmd(struct ccb_ataio *ataio, int reg, int port, uint32_t val) in ata_pm_write_cmd() function
|