Searched refs:brl (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/drivers/i2c/busses/ |
D | i2c-riic.c | 287 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/ |
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
|
D | kernel-parameters.txt | 798 device, prepend "brl," before the device type, for instance 799 console=brl,ttyS0
|
/Linux-v6.6/arch/ia64/kernel/ |
D | kprobes.c | 70 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()
|
D | gate.S | 35 [1:](pr)brl.cond.sptk 0; \
|
/Linux-v6.6/drivers/accessibility/ |
D | Kconfig | 29 console=brl,ttyS0
|