Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A 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 …]
/openbmc/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
H A Dkernel-parameters.txt792 device, prepend "brl," before the device type, for instance
793 console=brl,ttyS0
/openbmc/linux/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; \
/openbmc/linux/drivers/accessibility/
H A DKconfig29 console=brl,ttyS0
/openbmc/qemu/docs/system/devices/
H A Dusb.rst186 |qemu_system| [...] -chardev braille,id=brl -device usb-braille,chardev=brl