Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sata/adapters/nv_sata/
H A Dnv_sata.c2213 nvp->nvp_signature = nv_get8(cmdhdl, nvp->nvp_count); in nv_read_signature()
2432 nv_put8(cmdhdl, nvp->nvp_count, 0); in nv_reset()
2754 nvp->nvp_count = cmd_addr + NV_COUNT; in nv_init_ctl()
4260 nv_put8(cmdhdl, nvp->nvp_count, slot << 3); in nv_program_taskfile_regs()
4262 nv_put8(cmdhdl, nvp->nvp_count, in nv_program_taskfile_regs()
4264 nv_put8(cmdhdl, nvp->nvp_count, in nv_program_taskfile_regs()
4636 nv_put8(cmdhdl, nvp->nvp_count, satacmd->satacmd_sec_count_lsb); in nv_start_pkt_pio()
6150 nv_get8(cmdhdl, nvp->nvp_count); in nv_copy_registers()
6178 scmd->satacmd_sec_count_lsb = nv_get8(cmdhdl, nvp->nvp_count); in nv_copy_registers()
6323 nv_put8(cmdhdl, nvp->nvp_count, 0); /* no tag */ in nv_start_rqsense_pio()
[all …]
/illumos-gate/usr/src/uts/common/sys/sata/adapters/nv_sata/
H A Dnv_sata.h136 uchar_t *nvp_count; /* sector count */ member