HomeSort by relevance Sort by last modified time
    Searched refs:LCR (Results 1 - 12 of 12) 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 219 append("lcr ").
441 * Request LCR information, only available when choose double side RTT measurement
744 /** LCR information Element, only available to double side RTT. */
745 public WifiInformationElement LCR;
802 sb.append(", LCR=" + mResults[i].LCR);
845 dest.writeByte(result.LCR.id);
846 if (result.LCR.id != (byte) 0xFF) {
847 dest.writeInt((byte) result.LCR.data.length);
848 dest.writeByte(result.LCR.id)
    [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);
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
rtt.cpp 549 /* The result has LCI or LCR element */
560 rtt_result->LCR = (wifi_information_element *)ele_2;
564 rtt_result->LCR = (wifi_information_element *)ele_1;
  /hardware/interfaces/wifi/1.0/default/
hidl_struct_util.cpp     [all...]
  /external/v8/src/s390/
constants-s390.h 500 LCR = 0x13, // Load Complement (32)
    [all...]
simulator-s390.h 539 EVALUATE(LCR);
assembler-s390.cc     [all...]
simulator-s390.cc 760 EvalTable[LCR] = &Simulator::Evaluate_LCR;
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiVendorHal.java     [all...]

Completed in 485 milliseconds