HomeSort by relevance Sort by last modified time
    Searched refs:lcr (Results 1 - 25 of 28) 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::__anon31954
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) {
  /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.0/default/
wifi_rtt_controller.h 61 const RttLcrInformation& lcr,
83 WifiStatus setLcrInternal(uint32_t cmd_id, const RttLcrInformation& lcr);
wifi_rtt_controller.cpp 112 const RttLcrInformation& lcr,
119 lcr);
240 const RttLcrInformation& lcr) {
242 if (!hidl_struct_util::convertHidlRttLcrInformationToLegacy(lcr,
hidl_struct_util.cpp     [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
rtt.cpp 245 // API to configure the LCR. Used in RTT Responder mode only.
247 wifi_lcr_information *lcr)
258 if (lcr == NULL) {
259 ALOGE("%s: NULL lcr pointer provided."
278 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);
  /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 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);
wifi_hal.h 304 wifi_lcr_information *lcr);
  /toolchain/binutils/binutils-2.25/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...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/s390/
esa-g5.s 211 lcr %r6,%r9
esa-g5.d 217 .*: 13 69 [ ]*lcr %r6,%r9
  /external/v8/src/s390/
assembler-s390.h 785 RR_FORM(lcr);
    [all...]
macro-assembler-s390.h 135 #define LoadComplementRR lcr
    [all...]
assembler-s390.cc     [all...]
macro-assembler-s390.cc     [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiVendorHal.java     [all...]
  /external/llvm/test/MC/SystemZ/
insn-good.s     [all...]
  /external/v8/src/compiler/s390/
code-generator-s390.cc     [all...]

Completed in 850 milliseconds

1 2