HomeSort by relevance Sort by last modified time
    Searched refs:lcr (Results 1 - 25 of 31) sorted by null

1 2

  /external/syslinux/com32/libupload/
serial.h 10 uint8_t dll, dlm, ier, iir, lcr, mcr; member in struct:serial_if::__anon37049
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...]
  /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) {
  /frameworks/base/wifi/java/android/net/wifi/rtt/
RangingResult.java 90 int numSuccessfulMeasurements, byte[] lci, byte[] lcr, long timestamp) {
100 mLcr = lcr == null ? EMPTY_BYTE_ARRAY : lcr;
107 int numSuccessfulMeasurements, byte[] lci, byte[] lcr, long timestamp) {
117 mLcr = lcr == null ? EMPTY_BYTE_ARRAY : lcr;
262 * @return The Location Civic report (LCR) as self-reported by the peer. The format
353 byte[] lcr = in.createByteArray();
357 numAttemptedMeasurements, numSuccessfulMeasurements, lci, lcr, timestamp);
360 numAttemptedMeasurements, numSuccessfulMeasurements, lci, lcr, timestamp)
    [all...]
  /hardware/interfaces/wifi/1.0/
IWifiRttController.hal 114 * API to configure the LCR(Location civic records).
118 * @param lcr Instance of |RttLcrInformation|.
127 setLcr(CommandId cmdId, RttLcrInformation lcr) generates (WifiStatus status);
types.hal     [all...]
  /hardware/interfaces/wifi/1.2/default/
wifi_rtt_controller.h 60 Return<void> setLcr(uint32_t cmd_id, const RttLcrInformation& lcr,
82 WifiStatus setLcrInternal(uint32_t cmd_id, const RttLcrInformation& lcr);
wifi_rtt_controller.cpp 100 const RttLcrInformation& lcr,
104 &WifiRttController::setLcrInternal, hidl_status_cb, cmd_id, lcr);
218 const RttLcrInformation& lcr) {
220 if (!hidl_struct_util::convertHidlRttLcrInformationToLegacy(lcr,
hidl_struct_util.cpp     [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
rtt.cpp 226 // API to configure the LCR. Used in RTT Responder mode only.
228 wifi_lcr_information *lcr)
239 if (lcr == NULL) {
240 ALOGE("%s: NULL lcr pointer provided."
258 ret = lowiWifiHalApi->rtt_set_lcr(id, iface, lcr);
wifihal_internal.h 126 // API to configure the LCR. Used in RTT Responder mode only.
129 wifi_lcr_information *lcr);
  /frameworks/base/wifi/tests/src/android/net/wifi/rtt/
WifiRttManagerTest.java 239 byte[] lcr = { 0x1, 0x2, 0x3, 0xA, 0xB, 0xC };
243 numAttemptedMeasurements, numSuccessfulMeasurements, lci, lcr, timestamp);
275 * Validate that RangingResults tests equal even if LCI/LCR is empty (length == 0) and null.
289 byte[] lcr = { };
292 numAttemptedMeasurements, numSuccessfulMeasurements, lci, lcr, timestamp);
  /external/mdnsresponder/mDNSShared/
dnsextd.c 552 LargeCacheRecord lcr; local
566 ptr = GetLargeResourceRecord(NULL, &pkt->msg, ptr, end, 0, kDNSRecordTypePacketAdd, &lcr);
570 if ( lcr.r.resrec.rrtype == kDNSType_OPT && lcr.r.resrec.rdlength >= DNSOpt_LLQData_Space && lcr.r.resrec.rdata->u.opt[0].opt == kDNSOpt_LLQ )
1378 LargeCacheRecord lcr; local
1526 LargeCacheRecord lcr; local
1746 LargeCacheRecord lcr; local
2391 LargeCacheRecord lcr; local
    [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);
wifi_hal.h 358 wifi_lcr_information *lcr);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/frv/
fr450-spr.s 10 movgs gr4, lcr ; 0x111 00421
fr450-spr.d 18 .*: 88 0d 11 84 movgs gr4,lcr
  /external/mdnsresponder/mDNSCore/
DNSDigest.c     [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/rtt/
RttServiceImpl.java     [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/s390/
esa-g5.s 212 lcr %r6,%r9
esa-g5.d 218 .*: 13 69 [ ]*lcr %r6,%r9
  /external/v8/src/s390/
macro-assembler-s390.h 135 #define LoadComplementRR lcr
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiVendorHal.java     [all...]
  /external/capstone/suite/MC/SystemZ/
insn-good.s.cs     [all...]
  /external/llvm/test/MC/SystemZ/
insn-good.s     [all...]

Completed in 1207 milliseconds

1 2