Searched refs:zpt_index (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/dev/isci/scil/
H A Dscic_sds_controller.c4950 U32 zpt_index; local
4965 zpt_index = offset + (offset - (offset % 4)) + 4;
4967 *value = scu_controller_scratch_ram_register_read(scic_controller,zpt_index);
4973 zpt_index = offset + (offset - (offset % 4)) + 4;
4975 *value = scu_controller_scratch_ram_register_read_ext(scic_controller,zpt_index);
4994 U32 zpt_index; local
5002 zpt_index = offset + (offset - (offset % 4)) + 4;
5004 scu_controller_scratch_ram_register_write(scic_controller,zpt_index,value);
5010 zpt_index = offset + (offset - (offset % 4)) + 4;
5012 scu_controller_scratch_ram_register_write_ext(scic_controller,zpt_index,valu
[all...]

Completed in 118 milliseconds