Searched refs:capio (Results 1 – 2 of 2) sorted by relevance
227 int mec_hal_bdp_get_host_io(struct mec_bdp_regs *regs, struct mec_bdp_io *capio) in mec_hal_bdp_get_host_io() argument233 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()
126 int mec_hal_bdp_get_host_io(struct mec_bdp_regs *regs, struct mec_bdp_io *capio);