Home
last modified time | relevance | path

Searched refs:iowidth (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
249 if (iowidth == 0) { /* single 8-bit I/O write */ in mec_hal_bdp_get_host_io()
250 iowidth = 1; in mec_hal_bdp_get_host_io()
252 } else if (iowidth == 2) { in mec_hal_bdp_get_host_io()
254 } else if ((iowidth == 4) && (blane == 3u)) { in mec_hal_bdp_get_host_io()
258 iowidth = 2u; in mec_hal_bdp_get_host_io()
262 iowidth = 4u; in mec_hal_bdp_get_host_io()
279 capio->flags |= ((iowidth << 4) & 0xf0); in mec_hal_bdp_get_host_io()