Searched refs:thr (Results 1 – 16 of 16) sorted by relevance
| /u-boot/doc/device-tree-bindings/sound/ |
| A D | da7219.txt | 52 - dlg,mic-det-thr : Impedance threshold for mic detection measurement (Ohms) 60 - dlg,a-d-btn-thr : Impedance threshold between buttons A and D 62 - dlg,d-b-btn-thr : Impedance threshold between buttons D and B 64 - dlg,b-c-btn-thr : Impedance threshold between buttons B and C 66 - dlg,c-mic-btn-thr : Impedance threshold between button C and Mic 100 dlg,mic-det-thr = <500>; 105 dlg,a-d-btn-thr = <0xa>; 106 dlg,d-b-btn-thr = <0x16>; 107 dlg,b-c-btn-thr = <0x21>; 108 dlg,c-mic-btn-thr = <0x3E>;
|
| /u-boot/drivers/serial/ |
| A D | serial_mt7620.c | 29 u32 thr; member 102 writel(ch, &plat->regs->thr); in mt7620_serial_putc() 241 writel(ch, ®s->thr); in _debug_uart_putc()
|
| A D | serial_npcm.c | 14 u32 thr; /* Transmit Holding Register */ member 64 writeb(ch, &uart->thr); in npcm_serial_putc()
|
| A D | atmel_usart.c | 98 writel(c, &usart->thr); in atmel_serial_putc() 199 writel(ch, &priv->usart->thr); in atmel_serial_putc() 332 writel(ch, &usart->thr); in _debug_uart_putc()
|
| A D | serial_mtk.c | 43 #define thr rbr macro 152 writel(ch, &priv->regs->thr); in _mtk_serial_putc() 460 writel(ch, ®s->thr); in _debug_uart_putc()
|
| A D | serial_omap.c | 92 serial_dout(&com_port->thr, ch); in _debug_uart_putc()
|
| A D | ns16550.c | 290 serial_out(c, &com_port->thr); in ns16550_putc() 375 serial_dout(&com_port->thr, ch); in _debug_uart_putc() 389 serial_out(ch, &com_port->thr); in ns16550_serial_putc()
|
| A D | atmel_usart.h | 22 u32 thr; member
|
| /u-boot/arch/arm/mach-at91/include/mach/ |
| A D | at91_dbu.h | 23 u32 thr; /* Transmit Holding Register WO */ member
|
| /u-boot/drivers/usb/eth/ |
| A D | mcs7830.c | 372 uint8_t thr; in mcs7830_apply_fixup() local 384 thr = PAUSE_THRESHOLD_DEFAULT; in mcs7830_apply_fixup() 387 sizeof(thr), &thr); in mcs7830_apply_fixup()
|
| /u-boot/drivers/i2c/ |
| A D | at91_i2c.h | 43 u32 thr; member
|
| A D | at91_i2c.c | 79 writel(msg->buf[0], ®->thr); in at91_i2c_xfer_msg() 83 writel(msg->buf[i], ®->thr); in at91_i2c_xfer_msg()
|
| /u-boot/include/ |
| A D | ns16550.h | 117 #define thr rbr macro
|
| /u-boot/arch/arm/dts/ |
| A D | rk3399-gru.dtsi | 423 dlg,mic-det-thr = <500>; 428 dlg,a-d-btn-thr = <0xa>; 429 dlg,d-b-btn-thr = <0x16>; 430 dlg,b-c-btn-thr = <0x21>; 431 dlg,c-mic-btn-thr = <0x3E>;
|
| /u-boot/lib/efi/ |
| A D | efi_stub.c | 75 outb(ch, (ulong)&com_port->thr); in putc()
|
| /u-boot/arch/x86/dts/ |
| A D | chromebook_coral.dts | 417 dlg,mic-det-thr = <500>; 421 dlg,a-d-btn-thr = <0xa>; 422 dlg,d-b-btn-thr = <0x16>; 423 dlg,b-c-btn-thr = <0x21>; 424 dlg,c-mic-btn-thr = <0x3e>;
|
Completed in 27 milliseconds