HomeSort by: relevance | last modified time | path
    Searched defs:intbit (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/binutils/dist/include/
floatformat.h 84 enum floatformat_intbit intbit; member in struct:floatformat
96 intbit describe the first half. If not, this is NULL. */
  /src/external/gpl3/binutils.old/dist/include/
floatformat.h 84 enum floatformat_intbit intbit; member in struct:floatformat
96 intbit describe the first half. If not, this is NULL. */
  /src/external/gpl3/gcc/dist/include/
floatformat.h 84 enum floatformat_intbit intbit; member in struct:floatformat
96 intbit describe the first half. If not, this is NULL. */
  /src/external/gpl3/gcc.old/dist/include/
floatformat.h 84 enum floatformat_intbit intbit; member in struct:floatformat
96 intbit describe the first half. If not, this is NULL. */
  /src/external/gpl3/gdb.old/dist/include/
floatformat.h 84 enum floatformat_intbit intbit; member in struct:floatformat
96 intbit describe the first half. If not, this is NULL. */
  /src/external/gpl3/gdb/dist/include/
floatformat.h 84 enum floatformat_intbit intbit; member in struct:floatformat
96 intbit describe the first half. If not, this is NULL. */
  /src/sys/arch/algor/algor/
algor_p6032_intr.c 105 uint32_t intbit; member in struct:p6032_irqmap
210 bc->bc_intPol |= irqmap->intbit;
212 bc->bc_intEdge |= irqmap->intbit;
214 bc->bc_intSteer |= irqmap->intbit;
216 REGVAL(BONITO_INTENCLR) = irqmap->intbit;
336 REGVAL(BONITO_INTENSET) = irqmap->intbit;
364 REGVAL(BONITO_INTENCLR) = irqmap->intbit;
406 if (isr & irqmap->intbit) {
  /src/sys/arch/evbmips/gdium/
gdium_intr.c 181 uint32_t intbit; local
195 intbit = 1 << irqmap->irqidx;
201 bc->bc_gpioIE |= intbit;
203 bc->bc_intPol |= intbit;
205 bc->bc_intEdge |= intbit;
207 bc->bc_intSteer |= intbit;
209 REGVAL(BONITO_INTENCLR) = intbit;

Completed in 61 milliseconds