Lines Matching refs:casmslot
1060 axq_casm_read(uint32_t expid, uint32_t slot, int casmslot) in axq_casm_read() argument
1068 ASSERT(casmslot >= 0 && casmslot < AXQ_MAX_EXP); in axq_casm_read()
1074 retval = *(softsp->axq_casm_slot[casmslot]); in axq_casm_read()
1088 axq_casm_write(uint32_t expid, uint32_t slot, int casmslot, in axq_casm_write() argument
1097 ASSERT(casmslot >= 0 && casmslot < AXQ_MAX_EXP); in axq_casm_write()
1110 if (*(softsp->axq_casm_slot[casmslot])) { in axq_casm_write()
1111 *(softsp->axq_casm_slot[casmslot]) = value; in axq_casm_write()
1128 axq_casm_write_all(int casmslot, uint32_t value) in axq_casm_write_all() argument
1149 if (*(softsp->axq_casm_slot[casmslot]) in axq_casm_write_all()
1155 if (*(softsp->axq_casm_slot[casmslot]) in axq_casm_write_all()
1177 *softsp->axq_casm_slot[casmslot] = value; in axq_casm_write_all()
1180 *softsp->axq_casm_slot[casmslot] = value; in axq_casm_write_all()