Searched refs:SEC_HOST_CFG_PORT_SEL_BIT_POS (Results 1 – 2 of 2) sorted by relevance
891 regs->SEC_CFG &= (uint32_t)~(0x0Fu << SEC_HOST_CFG_PORT_SEL_BIT_POS); in _i3c_sec_host_port_set()892 regs->SEC_CFG |= (val << SEC_HOST_CFG_PORT_SEL_BIT_POS); in _i3c_sec_host_port_set()
375 #define SEC_HOST_CFG_PORT_SEL_BIT_POS 0U macro