HomeSort by relevance Sort by last modified time
    Searched refs:LCR (Results 1 - 11 of 11) 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/ltp/pan/cgi/
reconsile.cgi 164 $LCR = $tops[0];
170 if (@$rtcs[0]->{TAG} eq $LCR->{TAG}
171 && @$rtcs[0]->{TCID} eq $LCR->{TCID}
172 && @$rtcs[0]->{TC} eq $LCR->{TC}
173 && @$rtcs[0]->{STATUS} eq $LCR->{STATUS}) {
187 if ($LCR->{TAG} eq $lasttag) {
190 print "<tr><td>$LCR->{TAG}";
191 $lasttag = $LCR->{TAG};
201 } elsif (@$rtcs[0]->{TAG} eq $LCR->{TAG}
202 && @$rtcs[0]->{TCID} eq $LCR->{TCID
    [all...]
  /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...]
  /frameworks/base/wifi/java/android/net/wifi/
RttManager.java 223 append("lcr ").
441 * 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;
806 sb.append(", LCR=" + mResults[i].LCR);
849 dest.writeByte(result.LCR.id);
850 if (result.LCR.id != (byte) 0xFF) {
851 dest.writeByte((byte) result.LCR.data.length)
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
rtt.h 96 byte LCR_request; // 1: request LCR, 0: do not request LCR
147 wifi_information_element *LCR; // for 11mc only
201 byte lcr_support; // if initiator supports LCR request. Applies to 2-sided RTT
242 /* API for setting LCI/LCR information to be provided to a requestor */
274 // API to configure the LCR. Used in RTT Responder mode only.
276 wifi_lcr_information *lcr);
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
rtt.cpp 567 /* The result has LCI or LCR element */
578 rtt_result->LCR = (wifi_information_element *)ele_2;
582 rtt_result->LCR = (wifi_information_element *)ele_1;
  /hardware/interfaces/wifi/1.2/default/
hidl_struct_util.cpp     [all...]
  /external/v8/src/s390/
simulator-s390.h 546 EVALUATE(LCR);
constants-s390.h     [all...]
simulator-s390.cc 772 EvalTable[LCR] = &Simulator::Evaluate_LCR;
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiVendorHal.java     [all...]

Completed in 313 milliseconds