Searched refs:latch_bitmap (Results 1 – 2 of 2) sorted by relevance
127 int mec_hal_vci_in_latch_enable(struct mec_vci_regs *regs, uint32_t latch_bitmap) in mec_hal_vci_in_latch_enable() argument133 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() argument144 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() argument164 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() argument175 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()
67 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);