Home
last modified time | relevance | path

Searched refs:brl (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-riic.c286 int total_ticks, cks, brl, brh; in riic_init_hw() local
322 brl = ((total_ticks * 6) / 10); in riic_init_hw()
323 if (brl <= (0x1F + 3)) in riic_init_hw()
330 if (brl > (0x1F + 3)) { in riic_init_hw()
337 brh = total_ticks - brl; in riic_init_hw()
341 brl -= 4; in riic_init_hw()
344 brl -= 3; in riic_init_hw()
352 brl -= t->scl_fall_ns / (1000000000 / rate); in riic_init_hw()
356 if (brl < 1) in riic_init_hw()
357 brl = 1; in riic_init_hw()
[all …]
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dbraille-console.rst10 Then you need to specify a ``console=brl``, option on the kernel command line, the
13 console=brl,serial_options...
18 …instance you can use ``console=brl,ttyS0`` if the braille device is connected to the first serial …
32 ``console=brl,...`` will be discarded. Also note that it does not interfere with
H A Dkernel-parameters.txt708 device, prepend "brl," before the device type, for instance
709 console=brl,ttyS0
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dkprobes.c70 bundle_t *brl; in set_brl_inst() local
71 brl = (bundle_t *) ((u64) from & ~0xf); in set_brl_inst()
72 brl->quad0.template = 0x05; /* [MLX](stop) */ in set_brl_inst()
73 brl->quad0.slot0 = NOP_M_INST; /* nop.m 0x0 */ in set_brl_inst()
74 brl->quad0.slot1_p0 = ((rel >> 20) & 0x7fffffffff) << 2; in set_brl_inst()
75 brl->quad1.slot1_p1 = (((rel >> 20) & 0x7fffffffff) << 2) >> (64 - 46); in set_brl_inst()
77 brl->quad1.slot2 = BRL_INST(rel >> 59, rel & 0xfffff); in set_brl_inst()
H A Dgate.S35 [1:](pr)brl.cond.sptk 0; \
/OK3568_Linux_fs/debian/scripts/rkstage0/02-sys-tweaks/files/
H A Dconsole-setup16 # FONT='lat9w-08.psf.gz brl-8x8.psf'
/OK3568_Linux_fs/kernel/drivers/accessibility/
H A DKconfig29 console=brl,ttyS0
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dsc850sl.c891 u32 brl = 0; in sc850sl_compat_ioctl32() local
975 ret = sc850sl_ioctl(sd, cmd, &brl); in sc850sl_compat_ioctl32()
977 if (copy_to_user(up, &brl, sizeof(u32))) in sc850sl_compat_ioctl32()
H A Dimx415.c1801 u32 brl = 0; in imx415_compat_ioctl32() local
1885 ret = imx415_ioctl(sd, cmd, &brl); in imx415_compat_ioctl32()
1887 if (copy_to_user(up, &brl, sizeof(u32))) in imx415_compat_ioctl32()