Home
last modified time | relevance | path

Searched refs:MBUS_CONF (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/mach-sunxi/
H A Ddram_sunxi_dw.c106 #define MBUS_CONF(port, bwlimit, qos, acs, bwl0, bwl1, bwl2) \ macro
121 MBUS_CONF( CPU, true, HIGHEST, 0, 512, 256, 128); in mctl_set_master_priority_h3()
122 MBUS_CONF( GPU, true, HIGH, 0, 1536, 1024, 256); in mctl_set_master_priority_h3()
123 MBUS_CONF(UNUSED, true, HIGHEST, 0, 512, 256, 96); in mctl_set_master_priority_h3()
124 MBUS_CONF( DMA, true, HIGHEST, 0, 256, 128, 32); in mctl_set_master_priority_h3()
125 MBUS_CONF( VE, true, HIGH, 0, 1792, 1600, 256); in mctl_set_master_priority_h3()
126 MBUS_CONF( CSI, true, HIGHEST, 0, 256, 128, 32); in mctl_set_master_priority_h3()
127 MBUS_CONF( NAND, true, HIGH, 0, 256, 128, 64); in mctl_set_master_priority_h3()
128 MBUS_CONF( SS, true, HIGHEST, 0, 256, 128, 64); in mctl_set_master_priority_h3()
129 MBUS_CONF( TS, true, HIGHEST, 0, 256, 128, 64); in mctl_set_master_priority_h3()
[all …]