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

  /external/syslinux/com32/modules/
kontron_wdt.c 2 * kempld_wdt.c - Kontron PLD watchdog driver
8 * Note: From the PLD watchdog point of view timeout and pretimeout are
41 struct kempld_device_data pld; variable in typeref:struct:kempld_device_data
67 * kempld_set_index - change the current register index of the PLD
68 * @pld: kempld_device_data structure describing the PLD
71 * This function changes the register index of the PLD.
73 void kempld_set_index(struct kempld_device_data *pld, uint8_t index)
75 if (pld->last_index != index) {
76 iowrite8(index, pld->io_index)
156 struct kempld_device_data *pld = wdt->pld; local
205 struct kempld_device_data *pld = wdt->pld; local
216 struct kempld_device_data *pld = wdt->pld; local
240 struct kempld_device_data *pld = wdt->pld; local
328 struct kempld_device_data *pld = wdt->pld; local
    [all...]
kontron_wdt.h 2 * kempld_wdt.h - Kontron PLD watchdog driver definitions
69 * struct kempld_device_data - Internal representation of the PLD device
73 * @pld_clock: PLD clock frequency
74 * @lock: PLD spin-lock
75 * @lock_flags: PLD spin-lock flags
111 struct kempld_device_data *pld; member in struct:kempld_watchdog_data
  /bionic/libc/kernel/uapi/linux/wimax/
i2400m.h 131 struct i2400m_pld pld[0]; member in struct:i2400m_msg_hdr
  /external/kernel-headers/original/uapi/linux/wimax/
i2400m.h 322 struct i2400m_pld pld[0]; member in struct:i2400m_msg_hdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/wimax/
i2400m.h 322 struct i2400m_pld pld[0]; member in struct:i2400m_msg_hdr
  /external/v8/src/arm/
assembler-arm.cc 2181 void Assembler::pld(const MemOperand& address) { function in class:v8::internal::Assembler
    [all...]
  /external/vixl/src/aarch32/
assembler-aarch32.cc 8011 void Assembler::pld(Condition cond, Location* location) { function in class:vixl::aarch32::Assembler
8092 void Assembler::pld(Condition cond, const MemOperand& operand) { function in class:vixl::aarch32::Assembler
    [all...]
assembler-aarch32.h 2744 void pld(Location* location) { pld(al, location); } function in class:vixl::aarch32::Assembler
2747 void pld(const MemOperand& operand) { pld(al, operand); } function in class:vixl::aarch32::Assembler
    [all...]
disasm-aarch32.cc 2068 void Disassembler::pld(Condition cond, Location* location) { function in class:vixl::aarch32::Disassembler
2074 void Disassembler::pld(Condition cond, const MemOperand& operand) { function in class:vixl::aarch32::Disassembler
    [all...]

Completed in 958 milliseconds