Searched refs:ec2i (Results 1 – 1 of 1) sorted by relevance
303 struct ec2i_regs *const ec2i = (struct ec2i_regs *)config->base_ec2i; in ec2i_it8xxx2_wait_status_cleared() local305 while (ec2i->IBCTL & mask) { in ec2i_it8xxx2_wait_status_cleared()314 struct ec2i_regs *const ec2i = (struct ec2i_regs *)config->base_ec2i; in ec2i_it8xxx2_write_pnpcfg() local317 ec2i->IBCTL |= EC2I_IBCTL_CSAE; in ec2i_it8xxx2_write_pnpcfg()324 ec2i->IBMAE |= EC2I_IBMAE_CFGAE; in ec2i_it8xxx2_write_pnpcfg()326 ec2i->IHIOA = sel; in ec2i_it8xxx2_write_pnpcfg()328 ec2i->IHD = data; in ec2i_it8xxx2_write_pnpcfg()332 ec2i->IBMAE &= ~EC2I_IBMAE_CFGAE; in ec2i_it8xxx2_write_pnpcfg()334 ec2i->IBCTL &= ~EC2I_IBCTL_CSAE; in ec2i_it8xxx2_write_pnpcfg()362 struct ec2i_regs *const ec2i = (struct ec2i_regs *)config->base_ec2i; in pnpcfg_it8xxx2_init() local[all …]