Searched refs:handshake_loc (Results 1 – 2 of 2) sorted by relevance
41 !IS_PTR_ALIGNED_BYTES(cfg->handshake_loc, _PBUF_IDX_SIZE) || in validate_cfg()53 (cfg->handshake_loc && !(cfg->rd_idx_loc < cfg->handshake_loc)) || in validate_cfg()54 !(cfg->handshake_loc < cfg->wr_idx_loc) || in validate_cfg()300 volatile uint32_t *ptr = pb->cfg->handshake_loc; in pbuf_handshake_read()310 volatile uint32_t *ptr = pb->cfg->handshake_loc; in pbuf_handshake_write()
54 volatile uint32_t *handshake_loc;/* Address of the variable holding member123 .handshake_loc = use_handshake ? (uint32_t *)((uint8_t *)(mem_addr) + \