Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/i2c/busses/
Di2c-riic.c287 int total_ticks, cks, brl, brh; in riic_init_hw() local
323 brl = ((total_ticks * 6) / 10); in riic_init_hw()
324 if (brl <= (0x1F + 3)) in riic_init_hw()
331 if (brl > (0x1F + 3)) { in riic_init_hw()
338 brh = total_ticks - brl; in riic_init_hw()
342 brl -= 4; in riic_init_hw()
345 brl -= 3; in riic_init_hw()
353 brl -= t->scl_fall_ns / (1000000000 / rate); in riic_init_hw()
357 if (brl < 1) in riic_init_hw()
358 brl = 1; in riic_init_hw()
[all …]
/Linux-v6.6/Documentation/admin-guide/
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
Dkernel-parameters.txt798 device, prepend "brl," before the device type, for instance
799 console=brl,ttyS0
/Linux-v6.6/arch/ia64/kernel/
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()
Dgate.S35 [1:](pr)brl.cond.sptk 0; \
/Linux-v6.6/drivers/accessibility/
DKconfig29 console=brl,ttyS0