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;
63#define PFPU_DRIVER_TABLE_ENTRY {pfpu_initialize, \
64NULL, NULL, NULL, NULL, pfpu_control}
uint32_t rtems_device_major_number
This integer type represents the major number of devices.
Definition: io.h:103
uint32_t rtems_device_minor_number
This integer type represents the minor number of devices.
Definition: io.h:115
rtems_status_code
This enumeration provides status codes for directives of the Classic API.
Definition: status.h:85
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