HomeSort by: relevance | last modified time | path
    Searched defs:pgdr (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/hpcsh/dev/
j6x0pwr.c 197 * The state of the lid is reflected in the bit PGDR[0].
210 uint8_t pgdr; local in function:j6x0pwr_intr
220 pgdr = _reg_read_1(SH7709_PGDR);
221 if ((pgdr & PGDR_LID_OPEN) == 0) {
j6x0pwr.c 197 * The state of the lid is reflected in the bit PGDR[0].
210 uint8_t pgdr; local in function:j6x0pwr_intr
220 pgdr = _reg_read_1(SH7709_PGDR);
221 if ((pgdr & PGDR_LID_OPEN) == 0) {

Completed in 23 milliseconds