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

  /src/sys/arch/arm/xscale/
pxa2x0_pcic.h 23 struct pxapcic_socket { struct
48 u_int (*read)(struct pxapcic_socket *, int);
49 void (*write)(struct pxapcic_socket *, int, u_int);
50 void (*set_power)(struct pxapcic_socket *, int);
51 void (*clear_intr)(struct pxapcic_socket *);
52 void *(*intr_establish)(struct pxapcic_socket *, int,
54 void (*intr_disestablish)(struct pxapcic_socket *, void *);
72 struct pxapcic_socket sc_socket[PXAPCIC_NSLOT];
88 void (*socket_setup_hook)(struct pxapcic_socket *));
pxa2x0_pcic.h 23 struct pxapcic_socket { struct
48 u_int (*read)(struct pxapcic_socket *, int);
49 void (*write)(struct pxapcic_socket *, int, u_int);
50 void (*set_power)(struct pxapcic_socket *, int);
51 void (*clear_intr)(struct pxapcic_socket *);
52 void *(*intr_establish)(struct pxapcic_socket *, int,
54 void (*intr_disestablish)(struct pxapcic_socket *, void *);
72 struct pxapcic_socket sc_socket[PXAPCIC_NSLOT];
88 void (*socket_setup_hook)(struct pxapcic_socket *));

Completed in 115 milliseconds