Home
last modified time | relevance | path

Searched refs:thr (Results 1 – 16 of 16) sorted by relevance

/u-boot/doc/device-tree-bindings/sound/
A Dda7219.txt52 - 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 Dserial_mt7620.c29 u32 thr; member
102 writel(ch, &plat->regs->thr); in mt7620_serial_putc()
241 writel(ch, &regs->thr); in _debug_uart_putc()
A Dserial_npcm.c14 u32 thr; /* Transmit Holding Register */ member
64 writeb(ch, &uart->thr); in npcm_serial_putc()
A Datmel_usart.c98 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 Dserial_mtk.c43 #define thr rbr macro
152 writel(ch, &priv->regs->thr); in _mtk_serial_putc()
460 writel(ch, &regs->thr); in _debug_uart_putc()
A Dserial_omap.c92 serial_dout(&com_port->thr, ch); in _debug_uart_putc()
A Dns16550.c290 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 Datmel_usart.h22 u32 thr; member
/u-boot/arch/arm/mach-at91/include/mach/
A Dat91_dbu.h23 u32 thr; /* Transmit Holding Register WO */ member
/u-boot/drivers/usb/eth/
A Dmcs7830.c372 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 Dat91_i2c.h43 u32 thr; member
A Dat91_i2c.c79 writel(msg->buf[0], &reg->thr); in at91_i2c_xfer_msg()
83 writel(msg->buf[i], &reg->thr); in at91_i2c_xfer_msg()
/u-boot/include/
A Dns16550.h117 #define thr rbr macro
/u-boot/arch/arm/dts/
A Drk3399-gru.dtsi423 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 Defi_stub.c75 outb(ch, (ulong)&com_port->thr); in putc()
/u-boot/arch/x86/dts/
A Dchromebook_coral.dts417 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