Home
last modified time | relevance | path

Searched refs:REG_FN_MODIFY_BASE (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/drivers/sh/intc/
Daccess.c195 [REG_FN_MODIFY_BASE + 0] = modify_8,
196 [REG_FN_MODIFY_BASE + 1] = modify_16,
197 [REG_FN_MODIFY_BASE + 3] = modify_32,
Dchip.c98 case REG_FN_MODIFY_BASE + 0: /* 8bit */ in intc_mask_ack()
102 case REG_FN_MODIFY_BASE + 1: /* 16bit */ in intc_mask_ack()
106 case REG_FN_MODIFY_BASE + 3: /* 32bit */ in intc_mask_ack()
Dhandle.c61 fn = REG_FN_MODIFY_BASE; in _intc_mask_data()
129 fn = REG_FN_MODIFY_BASE; in _intc_prio_data()
189 fn = REG_FN_MODIFY_BASE; in intc_ack_data()
271 fn = REG_FN_MODIFY_BASE; in intc_get_sense_handle()
Dbalancing.c62 fn = REG_FN_MODIFY_BASE; in intc_dist_data()
Dinternals.h78 REG_FN_MODIFY_BASE = 9 enumerator