#include "compat.h"#include <asm/arch/hwregs/iop/iop_reg_space.h>#include "iop-usb-int.h"#include "iop-usb-map.h"Include dependency graph for iop-usb-map.c:

Go to the source code of this file.
Defines | |
| #define | IOP_USB_INST |
| #define | IOP_USB_DMAMAPPING 1 |
| #define | IOP_USB_DMAMAPPING 0 |
Variables | |
| iop_usb_cfg | iop_usb_cfg = { -1, -1, -1 } |
| iop_usb_inst | iop_usb_inst [] |
| #define IOP_USB_DMAMAPPING 0 |
| #define IOP_USB_DMAMAPPING 1 |
| #define IOP_USB_INST |
Value:
{ \
.spu = SPU, \
.dma_in = DMA_IN, \
.dma_out = DMA_OUT, \
.dmc_in = DMC_IN, \
.dmc_out = DMC_OUT, \
.scrc_out = SCRC_OUT, \
.crc_par = CRC_PAR, \
.fifo_in = FIFO_IN, \
.fifo_out = FIFO_OUT, \
.fifo_out_extra = FIFO_OUT_EXTRA, \
.sw_spu = SW_SPU, \
.frame_timer_grp = FRAME_TIMER_GRP, \
.rx_cnt_timer_grp = RX_CNT_TIMER_GRP, \
},
Definition at line 16 of file iop-usb-map.c.
| struct iop_usb_cfg iop_usb_cfg = { -1, -1, -1 } |
Definition at line 14 of file iop-usb-map.c.
Referenced by iop_usb_config(), iop_usb_init(), iop_usb_spu_nr(), and iop_usb_start().
| struct iop_usb_inst iop_usb_inst[] |
Initial value:
{
#define IOP_USB_DMAMAPPING
IOP_USB_INST
#define IOP_USB_DMAMAPPING
IOP_USB_INST
}
Definition at line 33 of file iop-usb-map.c.
1.5.1