HomeSort by relevance Sort by last modified time
    Searched defs:LCR (Results 1 - 5 of 5) sorted by null

  /external/syslinux/com32/lib/
vdprintf.c 25 LCR = 3,
65 uint8_t dll, dlm, lcr; local
72 outb(0x83, debug_base + LCR);
78 lcr = inb(debug_base + LCR);
80 outb(0x03, debug_base + LCR);
88 if (dll != 0x01 || dlm != 0x00 || lcr != 0x83) {
  /external/syslinux/com32/libupload/
serial.c 19 LCR = 3,
33 uint8_t dll, dlm, lcr; local
78 sif->old.lcr = inb(port + LCR);
83 outb(0x83, port + LCR); /* Enable divisor access */
92 lcr = inb(port + LCR);
93 outb(0x03, port + LCR); /* Enable data access, n81 */
104 lcr != 0x83) {
154 outb(0x83, port + LCR);
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
rtt.h 94 byte LCR_request; // 1: request LCR, 0: do not request LCR
145 wifi_information_element *LCR; // for 11mc only
199 byte lcr_support; // if initiator supports LCR request. Applies to 2-sided RTT
240 /* API for setting LCI/LCR information to be provided to a requestor */
272 // API to configure the LCR. Used in RTT Responder mode only.
274 wifi_lcr_information *lcr);
  /frameworks/base/wifi/java/android/net/wifi/
RttManager.java 221 append("lcr ").
444 * Request LCR information, only available when choose double side RTT measurement
747 /** LCR information Element, only available to double side RTT. */
748 public WifiInformationElement LCR;
805 sb.append(", LCR=" + mResults[i].LCR);
848 dest.writeByte(result.LCR.id);
849 if (result.LCR.id != (byte) 0xFF)
    [all...]
  /prebuilts/sdk/system_current/
android.jar 

Completed in 172 milliseconds