Searched refs:cis_handle (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/uts/common/pcmcia/cs/ |
H A D | cs.c | 1245 acc_handle_t cis_handle; in cs_get_tuple_data() local 1341 if (cs_init_cis_window(sp, &newoffset, &cis_handle, in cs_get_tuple_data() 1350 *tdd++ = csx_Get8(cis_handle, newoffset++); in cs_get_tuple_data() 4130 acc_handle_t cis_handle; in cs_read_event_status() local 4136 if (cs_init_cis_window(sp, &newoffset, &cis_handle, in cs_read_event_status() 4144 prrd = csx_Get8(cis_handle, client->config_regs.prr_p); in cs_read_event_status() 4225 csx_Put8(cis_handle, client->config_regs.prr_p, in cs_read_event_status() 6392 acc_handle_t cis_handle; 6555 if (cs_init_cis_window(sp, &newoffset, &cis_handle, 6657 csx_Put8(cis_handle, crt->scr_p, crt->scr); [all …]
|