Searched refs:IS_BKPC_RAM_IDX (Results 1 – 4 of 4) sorted by relevance
138 assert_param(IS_BKPC_RAM_IDX(idx)); in ald_bkpc_write_ram()154 assert_param(IS_BKPC_RAM_IDX(idx)); in ald_bkpc_read_ram()
151 assert_param(IS_BKPC_RAM_IDX(idx)); in ald_bkpc_write_ram()167 assert_param(IS_BKPC_RAM_IDX(idx)); in ald_bkpc_read_ram()
144 #define IS_BKPC_RAM_IDX(x) ((x) < 32) macro
170 #define IS_BKPC_RAM_IDX(x) ((x) < 32) macro
Completed in 10 milliseconds