25#ifndef __MILKYMIST_PFPU_H_
26#define __MILKYMIST_PFPU_H_
33#define PFPU_EXECUTE 0x4600
35#define PFPU_PROGSIZE (2048)
36#define PFPU_REG_COUNT (128)
40 unsigned int hmeshlast;
41 unsigned int vmeshlast;
42 unsigned int *program;
43 unsigned int progsize;
52 rtems_device_major_number major,
53 rtems_device_minor_number minor,
58 rtems_device_major_number major,
59 rtems_device_minor_number minor,
63#define PFPU_DRIVER_TABLE_ENTRY {pfpu_initialize, \
64NULL, NULL, NULL, NULL, pfpu_control}
rtems_status_code
Classic API Status.
Definition: status.h:43
Definition: milkymist_pfpu.h:38
bool update
shall we update the "registers" array after completion
Definition: milkymist_pfpu.h:46
bool invalidate
shall we invalidate L1 data cache after completion
Definition: milkymist_pfpu.h:48