Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sata/adapters/nv_sata/
H A Dnv_sata.c2216 nvp->nvp_signature |= (nv_get8(cmdhdl, nvp->nvp_hcyl) << 24); in nv_read_signature()
2431 nv_put8(cmdhdl, nvp->nvp_hcyl, 0); in nv_reset()
2757 nvp->nvp_hcyl = cmd_addr + NV_HCYL; in nv_init_ctl()
4224 nv_put8(cmdhdl, nvp->nvp_hcyl, satacmd->satacmd_lba_high_lsb); in nv_program_taskfile_regs()
4242 nv_put8(cmdhdl, nvp->nvp_hcyl, satacmd->satacmd_lba_high_lsb); in nv_program_taskfile_regs()
4633 nv_put8(cmdhdl, nvp->nvp_hcyl, satacmd->satacmd_lba_high_lsb); in nv_start_pkt_pio()
5005 (uint16_t)nv_get8(cmdhdl, nvp->nvp_hcyl) << 8; in nv_intr_pkt_pio()
5075 ctlr_count = (uint16_t)nv_get8(cmdhdl, nvp->nvp_hcyl) << 8; in nv_intr_pkt_pio()
6165 nv_get8(cmdhdl, nvp->nvp_hcyl); in nv_copy_registers()
6190 scmd->satacmd_lba_high_lsb = nv_get8(cmdhdl, nvp->nvp_hcyl); in nv_copy_registers()
[all …]
/illumos-gate/usr/src/uts/common/sys/sata/adapters/nv_sata/
H A Dnv_sata.h139 uchar_t *nvp_hcyl; /* cylinder high byte */ member