Searched refs:ac_softsp (Results 1 – 7 of 7) sorted by relevance
289 struct ac_soft_state *asp = (struct ac_soft_state *)(del->ac_softsp); in ac_del_bank_add_cage()382 struct ac_soft_state *asp = (struct ac_soft_state *)(del->ac_softsp); in ac_bank_write_pattern()481 if (board == NULL || board->ac_softsp == NULL) { in ac_del_memory()487 ASSERT(pkt->softsp == board->ac_softsp); in ac_del_memory()534 ASSERT(board != NULL && board->ac_softsp != NULL); in ac_del_memory()539 (struct ac_soft_state *)(board->ac_softsp)); in ac_del_memory()559 ASSERT(board != NULL && board->ac_softsp != NULL); in ac_del_memory()562 ASSERT(asp == (struct ac_soft_state *)(board->ac_softsp)); in ac_del_memory()
204 if (board == NULL || board->ac_softsp == NULL) { in ac_add_memory()209 ASSERT(pkt->softsp == board->ac_softsp); in ac_add_memory()
79 if (board == NULL || board->ac_softsp == NULL) { in ac_mem_stat()95 ASSERT(pkt->softsp == board->ac_softsp); in ac_mem_stat()
312 list->ac_softsp = softsp; in ac_attach()387 ASSERT(list->ac_softsp == softsp); in ac_detach()421 list->ac_softsp = NULL; in ac_detach()1582 softsp = board->ac_softsp; in ac_timeout()
114 if (board == NULL || board->ac_softsp == NULL) { in ac_mem_test_start()119 ASSERT(pkt->softsp == board->ac_softsp); in ac_mem_test_start()
1245 if ((acsp = (struct ac_soft_state *)bdp->ac_softsp) != NULL) { in sysc_bd_unconfigure()
788 void *ac_softsp; /* opaque pointer to our AC */ member