Searched refs:brl (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/i2c/busses/ |
| H A D | i2c-riic.c | 357 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 D | braille-console.rst | 10 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 D | kernel-parameters.txt | 1018 device, prepend "brl," before the device type, for instance 1019 console=brl,ttyS0
|
| /linux/drivers/accessibility/ |
| H A D | Kconfig | 29 console=brl,ttyS0
|