Searched refs:local_tx_buf (Results 1 – 1 of 1) sorted by relevance
50 static uintptr_t local_tx_buf[SDIO2_MAX_PORT_NUM][SDIO2_BYTE_PER_BUF / sizeof(uintptr_t)] ATTR_NOCA… variable184 arch_memcpy_fast(local_tx_buf[curr_upld_port], buff, len); in bflb_sdio2_send_data()185 SDIO2_DRV_DBG("Copy port=%d,index=%d\r\n",curr_upld_port,local_tx_buf[curr_upld_port][0]); in bflb_sdio2_send_data()188 putreg32((uint32_t)&local_tx_buf[curr_upld_port][0], reg_base + SDIO2_SQ_READ_BASE_OFFSET); in bflb_sdio2_send_data()
Completed in 4 milliseconds