Searched refs:DRXDAP_FASI_ADDR2BLOCK (Results 1 – 3 of 3) sorted by relevance
248 #define DRXDAP_FASI_ADDR2BLOCK(addr) (((addr)>>22)&0x3F) macro
1297 if ((DRXDAP_FASI_ADDR2BLOCK(addr) == 4) && in is_handled_by_aud_tr_if()2120 (u16) ((DRXDAP_FASI_ADDR2BLOCK(DRXJ_HI_ATOMIC_BUF_START) << 6) + in drxj_dap_atomic_read_write_block()2129 hi_cmd.param4 = (u16) ((DRXDAP_FASI_ADDR2BLOCK(addr) << 6) + in drxj_dap_atomic_read_write_block()
2727 #define DRXDAP_FASI_ADDR2BLOCK(addr) (((addr) >> 22) & 0x3F) macro