Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/drivers/
Dmec_bdp.c231 uint8_t iosize = 0u, blane = 0u, ioflags = 0u, iowidth = 0u; in mec_hal_bdp_get_host_io() local
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()
248 ioflags |= MEC_BIT(blane); in mec_hal_bdp_get_host_io()
254 } else if ((iowidth == 4) && (blane == 3u)) { in mec_hal_bdp_get_host_io()
259 iodata[blane] = da & 0xffu; in mec_hal_bdp_get_host_io()
260 ioflags |= MEC_BIT(blane); in mec_hal_bdp_get_host_io()
263 iodata[blane] = da & 0xffu; in mec_hal_bdp_get_host_io()
264 ioflags |= MEC_BIT(blane); in mec_hal_bdp_get_host_io()
266 ioflags &= (uint8_t)~MEC_BIT(blane); in mec_hal_bdp_get_host_io()