Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ata/
H A Dsatapmp_subr.c105 satapmp_read(struct ata_channel *chp, int port, int reg, uint32_t *value, in satapmp_read() function
206 if (satapmp_read(chp, port, PMP_PSCR_SStatus, &sstatus, in satapmp_reset_device_port()
283 if (satapmp_read(chp, PMP_PORT_CTL, PMP_GSCR_ID, &id, xfer) != 0 || in satapmp_attach()
284 satapmp_read(chp, PMP_PORT_CTL, PMP_GSCR_REV, &rev, xfer) != 0 || in satapmp_attach()
285 satapmp_read(chp, PMP_PORT_CTL, PMP_GSCR_INF, &inf, xfer) != 0) { in satapmp_attach()