Home | History | Annotate | Download | only in ic

Lines Matching defs:be

27  * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
378 /* Paranoia: type must be NULL or 4 non-null characters long. */
426 /* Paranoia: name must be 4 non-null characters long. */
431 /* Paranoia: type must be NULL or 4 non-null characters long. */
545 uint16_t be;
549 error = apple_smc_read_key(smc, key, &be, 2);
554 *p = be16toh(be);
564 uint32_t be;
568 error = apple_smc_read_key(smc, key, &be, 4);
573 *p = be32toh(be);