Searched refs:rev_l (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | oe-build-perf-report | 563 rev_l = revs[index_l] 566 rev_l.commit_number, rev_l.commit, len(rev_l.tags), 567 '\n '.join(rev_l.tags)) 602 buildstats = get_buildstats(repo, notes_ref, notes_ref2, [rev_l, rev_r], outdir)
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| H A D | ucc_uart.c | 1123 static unsigned int soc_info(unsigned int *rev_h, unsigned int *rev_l) in soc_info() argument 1149 *rev_l = svr & 0xf; in soc_info() 1211 unsigned int rev_l; in soft_uart_init() local 1213 soc = soc_info(&rev_h, &rev_l); in soft_uart_init() 1219 soc, rev_h, rev_l); in soft_uart_init()
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/et8ek8/ |
| H A D | et8ek8_driver.c | 1158 int rval, rev_l, rev_h; in et8ek8_dev_init() local 1167 REG_REVISION_NUMBER_L, &rev_l); in et8ek8_dev_init() 1176 sensor->version = (rev_h << 8) + rev_l; in et8ek8_dev_init()
|
| /OK3568_Linux_fs/kernel/arch/arm/crypto/ |
| H A D | blake2s-core.S | 44 rev_l \a, \tmp
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | assembler.h | 597 .macro rev_l, val:req, tmp:req
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/compressed/ |
| H A D | head.S | 171 rev_l \val, \tmp
|