Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/drivers/
Dmec_i3c_pvt.c315 void _i3c_notify_sir_reject(struct mec_i3c_host_regs *regs, bool opt) in _i3c_notify_sir_reject() argument
317 regs->IBI_QUE_CTRL = (opt << IBI_QUEUE_CTRL_SIR_REJ_BITPOS); in _i3c_notify_sir_reject()
325 void _i3c_notify_mr_reject(struct mec_i3c_host_regs *regs, bool opt) in _i3c_notify_mr_reject() argument
327 regs->IBI_QUE_CTRL = (opt << IBI_QUEUE_CTRL_MR_REJ_BITPOS); in _i3c_notify_mr_reject()
335 void _i3c_notify_hj_reject(struct mec_i3c_host_regs *regs, bool opt) in _i3c_notify_hj_reject() argument
337 regs->IBI_QUE_CTRL = (opt << IBI_QUEUE_CTRL_HJ_REJ_BITPOS); in _i3c_notify_hj_reject()
Dmec_i3c_pvt.h593 void _i3c_notify_sir_reject(struct mec_i3c_host_regs *regs, bool opt);
594 void _i3c_notify_mr_reject(struct mec_i3c_host_regs *regs, bool opt);
595 void _i3c_notify_hj_reject(struct mec_i3c_host_regs *regs, bool opt);