Searched refs:HOST_CFG_PORT_SEL_BIT_POS (Results 1 – 2 of 2) sorted by relevance
810 regs->HOST_CFG &= (uint32_t)~(0x0Fu << HOST_CFG_PORT_SEL_BIT_POS); in _i3c_host_port_set()811 regs->HOST_CFG |= (val << HOST_CFG_PORT_SEL_BIT_POS); in _i3c_host_port_set()
329 #define HOST_CFG_PORT_SEL_BIT_POS 0U macro