Lines Matching defs:action
252 #define ACTION_MASK 0x00700000 /* action mask */
265 /* Remove action bits from state */
1567 * If state has any action bit, perform this action.
1571 static int ns_do_state_action(struct nandsim *ns, uint32_t action)
1577 action &= ACTION_MASK;
1580 if (action != ACTION_SECERASE && ns->regs.row >= ns->geom.pgnum) {
1585 switch (action) {
1712 NS_DBG("do_state_action: BUG! unknown action\n");
1755 /* See, whether we need to do some action */