HomeSort by: relevance | last modified time | path
    Searched refs:PIC_MAXPICS (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/pic/
picvar.h 109 #ifndef PIC_MAXPICS
110 #define PIC_MAXPICS 32
208 extern struct pic_softc * pic_list[PIC_MAXPICS];
pic.c 81 struct pic_softc *pic_list[PIC_MAXPICS];
82 #if PIC_MAXPICS > 32
83 #error PIC_MAXPICS > 32 not supported
174 for (size_t slot = 0; slot < PIC_MAXPICS; slot++) {
191 for (size_t slot = 0; slot < PIC_MAXPICS; slot++) {
650 for (slot = 0; slot < PIC_MAXPICS; slot++) {
887 for (size_t slot = 0; slot < PIC_MAXPICS; slot++) {
937 for (size_t slot = 0; slot < PIC_MAXPICS; slot++) {
962 for (slot = 0; slot < PIC_MAXPICS; slot++) {
992 for (slot = 0; slot < PIC_MAXPICS; slot++)
    [all...]

Completed in 15 milliseconds