Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/drivers/
Dmec_vci.c127 int mec_hal_vci_in_latch_enable(struct mec_vci_regs *regs, uint32_t latch_bitmap) in mec_hal_vci_in_latch_enable() argument
133 regs->LATCH_EN = latch_bitmap; in mec_hal_vci_in_latch_enable()
138 int mec_hal_vci_in_latch_disable(struct mec_vci_regs *regs, uint32_t latch_bitmap) in mec_hal_vci_in_latch_disable() argument
144 regs->LATCH_EN &= (uint32_t)~latch_bitmap; in mec_hal_vci_in_latch_disable()
158 int mec_hal_vci_in_latch_reset(struct mec_vci_regs *regs, uint32_t latch_bitmap) in mec_hal_vci_in_latch_reset() argument
164 regs->LATCH_RESET = latch_bitmap; in mec_hal_vci_in_latch_reset()
169 int mec_hal_vci_in_input_enable(struct mec_vci_regs *regs, uint32_t latch_bitmap) in mec_hal_vci_in_input_enable() argument
175 regs->VCI_INPUT_EN = latch_bitmap; in mec_hal_vci_in_input_enable()
176 regs->LATCH_RESET = latch_bitmap; /* clear spurious status */ in mec_hal_vci_in_input_enable()
Dmec_vci_api.h67 int mec_hal_vci_in_latch_enable(struct mec_vci_regs *regs, uint32_t latch_bitmap);
68 int mec_hal_vci_in_latch_disable(struct mec_vci_regs *regs, uint32_t latch_bitmap);
72 int mec_hal_vci_in_latch_reset(struct mec_vci_regs *regs, uint32_t latch_bitmap);
73 int mec_hal_vci_in_input_enable(struct mec_vci_regs *regs, uint32_t latch_bitmap);