/arch/h8300/platform/h8300h/ |
D | irq.c | 34 int bitmask; in h8300_enable_irq_pin() local 39 bitmask = 1 << (irq - EXT_IRQ0); in h8300_enable_irq_pin() 45 if (H8300_GPIO_RESERVE(H8300_GPIO_P8, bitmask) == 0) in h8300_enable_irq_pin() 47 H8300_GPIO_DDR(H8300_GPIO_P8, bitmask, H8300_GPIO_INPUT); in h8300_enable_irq_pin() 51 if (H8300_GPIO_RESERVE(H8300_GPIO_P9, bitmask) == 0) in h8300_enable_irq_pin() 53 H8300_GPIO_DDR(H8300_GPIO_P9, bitmask, H8300_GPIO_INPUT); in h8300_enable_irq_pin() 62 int bitmask; in h8300_disable_irq_pin() local 67 bitmask = 1 << (irq - EXT_IRQ0); in h8300_disable_irq_pin() 73 *(volatile unsigned char *)IER &= ~bitmask; in h8300_disable_irq_pin() 74 H8300_GPIO_FREE(H8300_GPIO_P8, bitmask); in h8300_disable_irq_pin() [all …]
|
D | ptrace_h8300h.c | 88 unsigned char bitmask; member 96 .bitmask = msk, \ 215 if ((inst & op->bitmask) == op->bitpattern) { in getnextpc()
|
/arch/mips/emma/markeins/ |
D | irq.c | 209 u32 bitmask; in emma2rh_irq_dispatch() local 221 for (i = 0, bitmask = 1; i < 32; i++, bitmask <<= 1) { in emma2rh_irq_dispatch() 222 if (swIntStatus & bitmask) { in emma2rh_irq_dispatch() 230 for (i = 0, bitmask = 1; i < 32; i++, bitmask <<= 1) { in emma2rh_irq_dispatch() 231 if (intStatus & bitmask) { in emma2rh_irq_dispatch() 246 for (i = 0, bitmask = 1; i < 32; i++, bitmask <<= 1) { in emma2rh_irq_dispatch() 247 if (gpioIntStatus & bitmask) { in emma2rh_irq_dispatch() 255 for (i = 32, bitmask = 1; i < 64; i++, bitmask <<= 1) { in emma2rh_irq_dispatch() 256 if (intStatus & bitmask) { in emma2rh_irq_dispatch() 265 for (i = 64, bitmask = 1; i < 96; i++, bitmask <<= 1) { in emma2rh_irq_dispatch() [all …]
|
/arch/sh/kernel/cpu/irq/ |
D | intc-sh5.c | 113 unsigned long bitmask; in enable_intc_irq() local 120 bitmask = 1 << irq; in enable_intc_irq() 123 bitmask = 1 << (irq - 32); in enable_intc_irq() 126 ctrl_outl(bitmask, reg); in enable_intc_irq() 132 unsigned long bitmask; in disable_intc_irq() local 136 bitmask = 1 << irq; in disable_intc_irq() 139 bitmask = 1 << (irq - 32); in disable_intc_irq() 142 ctrl_outl(bitmask, reg); in disable_intc_irq()
|
/arch/alpha/lib/ |
D | ev67-strlen.S | 34 cmpbge $31, $1, $2 # E : $2 <- bitmask: bit i == 1 <==> i-th byte == 0
|
D | strlen.S | 29 cmpbge $31, $1, $2 # $2 <- bitmask: bit i == 1 <==> i-th byte == 0
|
D | ev67-strlen_user.S | 68 cmpbge zero, t0, t1 # E : t1 <- bitmask: bit i == 1 <==> i-th byte == 0
|
D | strlen_user.S | 53 cmpbge zero, t0, t1 # t1 <- bitmask: bit i == 1 <==> i-th byte == 0
|
D | stxncpy.S | 129 sll t10, t2, t10 # e0 : t10 = bitmask of last count byte 331 negq t8, t6 # .. e1 : build bitmask of bytes <= zero
|
D | strncpy_from_user.S | 115 sll t10, t2, t10 # e0 : t10 = bitmask of last count byte 302 negq t8, t6 # .. e1 : build bitmask of bytes <= zero
|
D | ev6-stxncpy.S | 163 sll t10, t2, t10 # U : t10 = bitmask of last count byte 379 negq t8, t6 # E : build bitmask of bytes <= zero
|
D | ev6-strncpy_from_user.S | 68 sll t10, t6, t10 # E : t10 = bitmask of last count byte 370 negq t8, t6 # E : build bitmask of bytes <= zero
|
D | stxcpy.S | 272 negq t8, t6 # .. e1 : build bitmask of bytes <= zero
|
D | ev6-stxcpy.S | 301 negq t8, t6 # E : build bitmask of bytes <= zero
|
/arch/cris/arch-v32/drivers/ |
D | Kconfig | 519 This is a bitmask (8 bits) with information of what bits in PA that a 530 This is a bitmask (8 bits) with information of what bits in PA 540 This is a bitmask (18 bits) with information of what bits in PB 551 This is a bitmask (18 bits) with information of what bits in PB 561 This is a bitmask (18 bits) with information of what bits in PC 572 This is a bitmask (18 bits) with information of what bits in PC 581 This is a bitmask (18 bits) with information of what bits in PD 591 This is a bitmask (18 bits) with information of what bits in PD 600 This is a bitmask (18 bits) with information of what bits in PE 610 This is a bitmask (18 bits) with information of what bits in PE [all …]
|
/arch/powerpc/platforms/cell/ |
D | beat_wrapper.h | 76 u64 bitmask, u64 hpte_v, u64 hpte_r, u64 *slot) in beat_insert_htab_entry() argument 82 bitmask, hpte_v, hpte_r); in beat_insert_htab_entry()
|
/arch/cris/arch-v10/drivers/ |
D | Kconfig | 532 hex "PA-buttons bitmask" 536 This is a bitmask with information about what bits on PA that 541 If the bitmask is <> 00 a button driver will be included in the gpio 549 This is a bitmask with information of what bits in PA that a user 559 This is a bitmask with information of what bits in PA that a user 569 This is a bitmask with information of what bits in PB that a user 579 This is a bitmask with information of what bits in PB that a user
|
/arch/ia64/kernel/ |
D | unaligned.c | 455 unsigned long bitmask; in setreg() local 495 bitmask = 1UL << (addr >> 3 & 0x3f); in setreg() 498 *unat |= bitmask; in setreg() 500 *unat &= ~bitmask; in setreg()
|
/arch/ia64/kvm/ |
D | vcpu.c | 429 unsigned long bitmask; in setreg() local 457 bitmask = 1UL << ((addr >> 3) & 0x3f); in setreg() 459 *unat |= bitmask; in setreg() 461 *unat &= ~bitmask; in setreg()
|