Home
last modified time | relevance | path

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

/linux/drivers/i2c/busses/
H A Di2c-riic.c357 int total_ticks, cks, brl, brh; in riic_init_hw() local
393 brl = ((total_ticks * 6) / 10); in riic_init_hw()
394 if (brl <= (0x1F + 3)) in riic_init_hw()
401 if (brl > (0x1F + 3)) in riic_init_hw()
405 brh = total_ticks - brl; in riic_init_hw()
409 brl -= 4; in riic_init_hw()
412 brl -= 3; in riic_init_hw()
421 brl -= t->scl_fall_ns / ns_per_tick; in riic_init_hw()
425 if (brl < 1) in riic_init_hw()
426 brl = 1; in riic_init_hw()
[all …]
/linux/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
/linux/drivers/accessibility/
H A DKconfig29 console=brl,ttyS0