Searched refs:interrupt (Results 1 - 25 of 93) sorted by relevance

1234

/device/google/contexthub/firmware/os/inc/
H A Disr.h44 static inline void chainIsr(struct ChainedInterrupt *interrupt, struct ChainedIsr *isr) argument
46 interrupt->disable(interrupt);
48 list_add_tail(&interrupt->isrs, &isr->node);
49 interrupt->enable(interrupt);
52 static inline void unchainIsr(struct ChainedInterrupt *interrupt, struct ChainedIsr *isr) argument
54 interrupt->disable(interrupt);
57 if (!list_is_empty(&interrupt
61 dispatchIsr(struct ChainedInterrupt *interrupt) argument
79 unchainIsrAll(struct ChainedInterrupt *interrupt, uint32_t tid) argument
95 maxLatencyIsr(struct ChainedInterrupt *interrupt) argument
[all...]
H A DnanohubCommand.h34 void nanohubPrefetchTx(uint32_t interrupt, uint32_t wakeup, uint32_t nonwakeup);
/device/linaro/hikey/gralloc960/
H A Dgralloc_vsync_s3cfb.cpp31 int interrupt = 1; local
32 if(ioctl(m->framebuffer->fd, S3CFB_SET_VSYNC_INT, &interrupt) < 0) return -errno;
39 int interrupt = 0; local
40 if(ioctl(m->framebuffer->fd, S3CFB_SET_VSYNC_INT, &interrupt) < 0) return -errno;
/device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/VExpress/DeviceTree/
H A Dfvp-foundation-gicv2-psci.dts41 interrupt-parent = <&gic>;
148 gic: interrupt-controller@2f000000 {
150 #interrupt-cells = <3>;
152 interrupt-controller;
203 #interrupt-cells = <1>;
204 interrupt-map-mask = <0 0 63>;
205 interrupt-map = <0 0 0 &gic 0 0 4>,
H A Dfvp-foundation-gicv2legacy-psci.dts41 interrupt-parent = <&gic>;
148 gic: interrupt-controller@2c001000 {
150 #interrupt-cells = <3>;
152 interrupt-controller;
203 #interrupt-cells = <1>;
204 interrupt-map-mask = <0 0 63>;
205 interrupt-map = <0 0 0 &gic 0 0 4>,
H A Dfvp-foundation-gicv3-psci.dts41 interrupt-parent = <&gic>;
146 gic: interrupt-controller@2f000000 {
148 #interrupt-cells = <3>;
152 interrupt-controller;
210 #interrupt-cells = <1>;
211 interrupt-map-mask = <0 0 63>;
212 interrupt-map = <0 0 0 &gic 0 0 0 0 4>,
H A Dfvp-base-gicv2-psci.dts41 interrupt-parent = <&gic>;
195 gic: interrupt-controller@2f000000 {
197 #interrupt-cells = <3>;
199 interrupt-controller;
250 #interrupt-cells = <1>;
251 interrupt-map-mask = <0 0 63>;
252 interrupt-map = <0 0 0 &gic 0 0 4>,
H A Dfvp-base-gicv2legacy-psci.dts41 interrupt-parent = <&gic>;
195 gic: interrupt-controller@2c001000 {
197 #interrupt-cells = <3>;
199 interrupt-controller;
250 #interrupt-cells = <1>;
251 interrupt-map-mask = <0 0 63>;
252 interrupt-map = <0 0 0 &gic 0 0 4>,
H A Dfvp-base-gicv3-psci.dts41 interrupt-parent = <&gic>;
193 gic: interrupt-controller@2f000000 {
195 #interrupt-cells = <3>;
199 interrupt-controller;
257 #interrupt-cells = <1>;
258 interrupt-map-mask = <0 0 63>;
259 interrupt-map = <0 0 0 &gic 0 0 0 0 4>,
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Overdrive1000Board/FdtBlob/
H A Dstyx-overdrive1000.dts22 interrupt-parent = <0x1>;
26 interrupt-controller@e1101000 {
28 interrupt-controller;
29 #interrupt-cells = <0x3>;
214 interrupt-controller;
215 #interrupt-cells = <0x2>;
227 interrupt-controller;
228 #interrupt-cells = <0x2>;
240 interrupt-controller;
241 #interrupt
[all...]
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/OverdriveBoard/FdtBlob/
H A Dstyx-overdrive.dts22 interrupt-parent = <0x1>;
26 interrupt-controller@e1101000 {
28 interrupt-controller;
29 #interrupt-cells = <0x3>;
214 interrupt-controller;
215 #interrupt-cells = <0x2>;
227 interrupt-controller;
228 #interrupt-cells = <0x2>;
240 interrupt-controller;
241 #interrupt
[all...]
/device/linaro/bootloader/edk2/DuetPkg/BootSector/
H A Dst16_64.asm689 ; interrupt descriptor table (IDT)
706 db 0 ; 0 for interrupt gate
707 db 0eh OR 80h ; type = 386 interrupt gate, present
716 db 0 ; 0 for interrupt gate
717 db 0eh OR 80h ; type = 386 interrupt gate, present
726 db 0 ; 0 for interrupt gate
727 db 0eh OR 80h ; type = 386 interrupt gate, present
736 db 0 ; 0 for interrupt gate
737 db 0eh OR 80h ; type = 386 interrupt gate, present
746 db 0 ; 0 for interrupt gat
[all...]
H A Dst32_64.asm705 ; interrupt descriptor table (IDT)
722 db 0 ; 0 for interrupt gate
723 db 0eh OR 80h ; type = 386 interrupt gate, present
732 db 0 ; 0 for interrupt gate
733 db 0eh OR 80h ; type = 386 interrupt gate, present
742 db 0 ; 0 for interrupt gate
743 db 0eh OR 80h ; type = 386 interrupt gate, present
752 db 0 ; 0 for interrupt gate
753 db 0eh OR 80h ; type = 386 interrupt gate, present
762 db 0 ; 0 for interrupt gat
[all...]
H A Dstart.asm537 ; interrupt descriptor table (IDT)
554 db 0 ; 0 for interrupt gate
555 db 0eh OR 80h ; type = 386 interrupt gate, present
562 db 0 ; 0 for interrupt gate
563 db 0eh OR 80h ; type = 386 interrupt gate, present
570 db 0 ; 0 for interrupt gate
571 db 0eh OR 80h ; type = 386 interrupt gate, present
578 db 0 ; 0 for interrupt gate
579 db 0eh OR 80h ; type = 386 interrupt gate, present
586 db 0 ; 0 for interrupt gat
[all...]
H A Dstart16.asm530 ; interrupt descriptor table (IDT)
547 db 0 ; 0 for interrupt gate
548 db 0eh OR 80h ; type = 386 interrupt gate, present
555 db 0 ; 0 for interrupt gate
556 db 0eh OR 80h ; type = 386 interrupt gate, present
563 db 0 ; 0 for interrupt gate
564 db 0eh OR 80h ; type = 386 interrupt gate, present
571 db 0 ; 0 for interrupt gate
572 db 0eh OR 80h ; type = 386 interrupt gate, present
579 db 0 ; 0 for interrupt gat
[all...]
H A Dstart32.asm545 ; interrupt descriptor table (IDT)
562 db 0 ; 0 for interrupt gate
563 db 0eh OR 80h ; type = 386 interrupt gate, present
570 db 0 ; 0 for interrupt gate
571 db 0eh OR 80h ; type = 386 interrupt gate, present
578 db 0 ; 0 for interrupt gate
579 db 0eh OR 80h ; type = 386 interrupt gate, present
586 db 0 ; 0 for interrupt gate
587 db 0eh OR 80h ; type = 386 interrupt gate, present
594 db 0 ; 0 for interrupt gat
[all...]
H A Dstart64.asm696 ; interrupt descriptor table (IDT)
713 db 0 ; 0 for interrupt gate
714 db 0eh OR 80h ; type = 386 interrupt gate, present
723 db 0 ; 0 for interrupt gate
724 db 0eh OR 80h ; type = 386 interrupt gate, present
733 db 0 ; 0 for interrupt gate
734 db 0eh OR 80h ; type = 386 interrupt gate, present
743 db 0 ; 0 for interrupt gate
744 db 0eh OR 80h ; type = 386 interrupt gate, present
753 db 0 ; 0 for interrupt gat
[all...]
/device/linaro/bootloader/arm-trusted-firmware/fdts/
H A Dfvp-base-gicv2-psci-aarch32.dts17 interrupt-parent = <&gic>;
181 gic: interrupt-controller@2f000000 {
183 #interrupt-cells = <3>;
185 interrupt-controller;
236 #interrupt-cells = <1>;
237 interrupt-map-mask = <0 0 63>;
238 interrupt-map = <0 0 0 &gic 0 0 4>,
H A Dfvp-base-gicv3-psci-aarch32.dts17 interrupt-parent = <&gic>;
181 gic: interrupt-controller@2f000000 {
183 #interrupt-cells = <3>;
187 interrupt-controller;
245 #interrupt-cells = <1>;
246 interrupt-map-mask = <0 0 63>;
247 interrupt-map = <0 0 0 &gic 0 0 0 0 4>,
H A Dfvp-foundation-gicv2-psci.dts17 interrupt-parent = <&gic>;
130 gic: interrupt-controller@2f000000 {
132 #interrupt-cells = <3>;
134 interrupt-controller;
H A Dfvp-foundation-gicv3-psci.dts17 interrupt-parent = <&gic>;
130 gic: interrupt-controller@2f000000 {
132 #interrupt-cells = <3>;
136 interrupt-controller;
H A Dfvp-base-gicv2-psci.dts17 interrupt-parent = <&gic>;
181 gic: interrupt-controller@2f000000 {
183 #interrupt-cells = <3>;
185 interrupt-controller;
/device/google/contexthub/firmware/os/core/
H A DhostIntf.c94 uint8_t interrupt; member in struct:ActiveSensor
571 if (sensor->interrupt == NANOHUB_INT_WAKEUP)
573 else if (sensor->interrupt == NANOHUB_INT_NONWAKEUP)
608 if (sensor->interrupt == NANOHUB_INT_WAKEUP)
610 else if (sensor->interrupt == NANOHUB_INT_NONWAKEUP)
615 if (buffer->interrupt == NANOHUB_INT_WAKEUP)
617 else if (buffer->interrupt == NANOHUB_INT_NONWAKEUP)
640 if (sensor->interrupt == NANOHUB_INT_WAKEUP)
642 else if (sensor->interrupt == NANOHUB_INT_NONWAKEUP)
651 if (buffer->interrupt
1087 hostIntfAddBlock(struct HostIntfDataBuffer *data, bool discardable, bool interrupt) argument
1467 uint32_t interrupt = HOSTINTF_MAX_INTERRUPTS; local
[all...]
/device/linaro/bootloader/edk2/MdePkg/Library/BaseCpuLib/Arm/
H A DCpuSleep.asm27 ; Places the CPU in a sleep state until an interrupt is received.
29 ; Places the CPU in a sleep state until an interrupt is received. If interrupts
/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
H A Ddig64.h60 uint8_t interrupt:1; member in struct:dig64_hcdp_entry

Completed in 292 milliseconds

1234