Home
last modified time | relevance | path

Searched refs:da (Results 1 – 2 of 2) sorted by relevance

/hal_microchip-latest/mec5/drivers/
Dmec_bdp.c230 uint32_t da = 0u; in mec_hal_bdp_get_host_io() local
240 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()
/hal_microchip-latest/mpfs/drivers/mss/mss_usb/
Dmss_usb_host.c92 uint8_t da[20]; member