Searched refs:da (Results 1 – 2 of 2) sorted by relevance
230 uint32_t da = 0u; in mec_hal_bdp_get_host_io() local240 da = regs->DATRB; in mec_hal_bdp_get_host_io()242 while (da & MEC_BIT(MEC_BDP_DATRB_NOT_EMPTY_Pos)) { in mec_hal_bdp_get_host_io()243 iosize = (uint8_t)((da & MEC_BDP_DATRB_LEN_Msk) >> MEC_BDP_DATRB_LEN_Pos); in mec_hal_bdp_get_host_io()244 blane = (uint8_t)((da & MEC_BDP_DATRB_LANE_Msk) >> MEC_BDP_DATRB_LANE_Pos); in mec_hal_bdp_get_host_io()247 iodata[blane] = da & 0xffu; in mec_hal_bdp_get_host_io()259 iodata[blane] = da & 0xffu; in mec_hal_bdp_get_host_io()263 iodata[blane] = da & 0xffu; in mec_hal_bdp_get_host_io()270 da = regs->DATRB; in mec_hal_bdp_get_host_io()
92 uint8_t da[20]; member