Searched refs:ec_sc (Results 1 – 1 of 1) sorted by relevance
81 uint16_t ec_sc; /* EC status/command */ member164 sc = inb(ec.ec_sc); in ec_rd()176 outb(ec.ec_sc, EC_RD); /* output a read command */ in ec_rd()177 if (ec_wait_ibf_clear(ec.ec_sc) < 0) { in ec_rd()185 if (ec_wait_ibf_clear(ec.ec_sc) < 0) { in ec_rd()191 if (ec_wait_obf_set(ec.ec_sc) < 0) { in ec_rd()213 sc = inb(ec.ec_sc); in ec_wr()225 outb(ec.ec_sc, EC_WR); /* output a write command */ in ec_wr()226 if (ec_wait_ibf_clear(ec.ec_sc) < 0) { in ec_wr()234 if (ec_wait_ibf_clear(ec.ec_sc) < 0) { in ec_wr()[all …]