Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/drivers/
Dmec_bdp.c227 int mec_hal_bdp_get_host_io(struct mec_bdp_regs *regs, struct mec_bdp_io *capio) in mec_hal_bdp_get_host_io() argument
233 if (!regs || !capio) { in mec_hal_bdp_get_host_io()
237 capio->data = 0; in mec_hal_bdp_get_host_io()
238 capio->flags = 0; in mec_hal_bdp_get_host_io()
274 capio->data <<= 8; in mec_hal_bdp_get_host_io()
275 capio->data |= iodata[3u - n]; in mec_hal_bdp_get_host_io()
278 capio->flags = ioflags & 0xfu; in mec_hal_bdp_get_host_io()
279 capio->flags |= ((iowidth << 4) & 0xf0); in mec_hal_bdp_get_host_io()
Dmec_bdp_api.h126 int mec_hal_bdp_get_host_io(struct mec_bdp_regs *regs, struct mec_bdp_io *capio);