Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4u/starcat/io/
H A Daxq.c475 softsp->axq_casm_slot[i] = REG_ADDR(softsp->address, in axq_init()
1074 retval = *(softsp->axq_casm_slot[casmslot]); in axq_casm_read()
1110 if (*(softsp->axq_casm_slot[casmslot])) { in axq_casm_write()
1111 *(softsp->axq_casm_slot[casmslot]) = value; in axq_casm_write()
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()
1225 val0 = *(softsp->axq_casm_slot[casmslot0]); in axq_do_casm_rename_script()
1226 val1 = *(softsp->axq_casm_slot[casmslot1]); in axq_do_casm_rename_script()
/titanic_44/usr/src/uts/sun4u/starcat/sys/
H A Daxq.h300 volatile uint32_t *axq_casm_slot[18]; member