#, fuzzy msgid "" msgstr "" "Project-Id-Version: man-pages-l10n VERSION\n" "POT-Creation-Date: 2014-07-17 17:56+0900\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. type: TH #: man-pages/man4/dsp56k.4:27 #, no-wrap msgid "DSP56K" msgstr "" #. type: TH #: man-pages/man4/dsp56k.4:27 #, no-wrap msgid "2012-08-05" msgstr "" #. type: TH #: man-pages/man4/dsp56k.4:27 #, no-wrap msgid "Linux" msgstr "" #. type: TH #: man-pages/man4/dsp56k.4:27 #, no-wrap msgid "Linux Programmer's Manual" msgstr "" #. type: SH #: man-pages/man4/dsp56k.4:28 #, no-wrap msgid "NAME" msgstr "" #. type: Plain text #: man-pages/man4/dsp56k.4:30 msgid "dsp56k - DSP56001 interface device" msgstr "" #. type: SH #: man-pages/man4/dsp56k.4:30 #, no-wrap msgid "SYNOPSIS" msgstr "" #. type: Plain text #: man-pages/man4/dsp56k.4:33 #, no-wrap msgid "#include Easm/dsp56k.hE\n" msgstr "" #. type: Plain text #: man-pages/man4/dsp56k.4:36 #, no-wrap msgid "" "BIB<, void *>IB<, size_t >IB<);>\n" "BIB<, void *>IB<, size_t >IB<);>\n" msgstr "" #. type: Plain text #: man-pages/man4/dsp56k.4:42 #, no-wrap msgid "" "BIB<, DSP56K_UPLOAD, struct dsp56k_upload " "*>IB<);>\n" "BIB<, DSP56K_SET_TX_WSIZE, int >IB<);>\n" "BIB<, DSP56K_SET_RX_WSIZE, int >IB<);>\n" "BIB<, DSP56K_HOST_FLAGS, struct dsp56k_host_flags " "*>IB<);>\n" "BIB<, DSP56K_HOST_CMD, int >IB<);>\n" msgstr "" #. type: SH #: man-pages/man4/dsp56k.4:43 #, no-wrap msgid "CONFIGURATION" msgstr "" #. type: Plain text #: man-pages/man4/dsp56k.4:46 msgid "" "The dsp56k device is a character device with major number 55 and minor " "number 0." msgstr "" #. type: SH #: man-pages/man4/dsp56k.4:46 #, no-wrap msgid "DESCRIPTION" msgstr "" #. type: Plain text #: man-pages/man4/dsp56k.4:52 msgid "" "The Motorola DSP56001 is a fully programmable 24-bit digital signal " "processor found in Atari Falcon030-compatible computers. The I " "special file is used to control the DSP56001, and to send and receive data " "using the bidirectional handshaked host port." msgstr "" #. type: Plain text #: man-pages/man4/dsp56k.4:62 msgid "" "To send a data stream to the signal processor, use B(2) to the " "device, and B(2) to receive processed data. The data can be sent or " "received in 8, 16, 24, or 32-bit quantities on the host side, but will " "always be seen as 24-bit quantities in the DSP56001." msgstr "" #. type: Plain text #: man-pages/man4/dsp56k.4:67 msgid "" "The following B(2) calls are used to control the I device:" msgstr "" #. type: IP #: man-pages/man4/dsp56k.4:67 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: man-pages/man4/dsp56k.4:74 msgid "" "resets the DSP56001 and uploads a program. The third B(2) argument " "must be a pointer to a I with members I pointing " "to a DSP56001 binary program, and I set to the length of the program, " "counted in 24-bit words." msgstr "" #. type: IP #: man-pages/man4/dsp56k.4:74 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: man-pages/man4/dsp56k.4:82 msgid "" "sets the transmit word size. Allowed values are in the range 1 to 4, and is " "the number of bytes that will be sent at a time to the DSP56001. These data " "quantities will either be padded with zero bytes, or truncated to fit the " "native 24-bit data format of the DSP56001." msgstr "" #. type: IP #: man-pages/man4/dsp56k.4:82 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: man-pages/man4/dsp56k.4:89 msgid "" "sets the receive word size. Allowed values are in the range 1 to 4, and is " "the number of bytes that will be received at a time from the DSP56001. " "These data quantities will either truncated, or padded with a null byte " "(\\(aq\\e0\\(aq) to fit the native 24-bit data format of the DSP56001." msgstr "" #. type: IP #: man-pages/man4/dsp56k.4:89 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: man-pages/man4/dsp56k.4:96 msgid "" "read and write the host flags. The host flags are four general-purpose bits " "that can be read by both the hosting computer and the DSP56001. Bits 0 and " "1 can be written by the host, and bits 2 and 3 can be written by the " "DSP56001." msgstr "" #. type: Plain text #: man-pages/man4/dsp56k.4:106 msgid "" "To access the host flags, the third B(2) argument must be a pointer " "to a I. If bit 0 or 1 is set in the I " "member, the corresponding bit in I will be written to the host flags. " "The state of all host flags will be returned in the lower four bits of the " "I member." msgstr "" #. type: IP #: man-pages/man4/dsp56k.4:106 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: man-pages/man4/dsp56k.4:110 msgid "" "sends a host command. Allowed values are in the range 0 to 31, and is a " "user-defined command handled by the program running in the DSP56001." msgstr "" #. type: SH #: man-pages/man4/dsp56k.4:110 #, no-wrap msgid "FILES" msgstr "" #. .SH AUTHORS #. Fredrik Noring , lars brinkhoff , #. Tomas Berndtsson . #. type: Plain text #: man-pages/man4/dsp56k.4:115 msgid "/dev/dsp56k" msgstr "" #. type: SH #: man-pages/man4/dsp56k.4:115 #, no-wrap msgid "SEE ALSO" msgstr "" #. type: Plain text #: man-pages/man4/dsp56k.4:121 msgid "" "I, I, E<.UR " "http://dsp56k.nocrew.org/> E<.UE ,> DSP56000/DSP56001 Digital Signal " "Processor User's Manual" msgstr "" #. type: SH #: man-pages/man4/dsp56k.4:121 #, no-wrap msgid "COLOPHON" msgstr "" #. type: Plain text #: man-pages/man4/dsp56k.4:129 msgid "" "This page is part of release 3.70 of the Linux I project. A " "description of the project, information about reporting bugs, and the latest " "version of this page, can be found at \\%http://www.kernel.org/doc/man-pages/" "." msgstr ""