| /rk3399_rockchip-uboot/drivers/dma/ |
| H A D | ti-edma3.c | 19 #define EDMA3_SL_BASE(slot) (0x4000 + ((slot) << 5)) argument 88 void edma3_set_dest(u32 base, int slot, u32 dst, enum edma3_address_mode mode, in edma3_set_dest() 119 void edma3_set_dest_index(u32 base, unsigned slot, int bidx, int cidx) in edma3_set_dest_index() 139 void edma3_set_dest_addr(u32 base, int slot, u32 dst) in edma3_set_dest_addr() 159 void edma3_set_src(u32 base, int slot, u32 src, enum edma3_address_mode mode, in edma3_set_src() 190 void edma3_set_src_index(u32 base, unsigned slot, int bidx, int cidx) in edma3_set_src_index() 210 void edma3_set_src_addr(u32 base, int slot, u32 src) in edma3_set_src_addr() 248 void edma3_set_transfer_params(u32 base, int slot, int acnt, in edma3_set_transfer_params() 285 void edma3_write_slot(u32 base, int slot, struct edma3_slot_layout *param) in edma3_write_slot() 304 void edma3_read_slot(u32 base, int slot, struct edma3_slot_layout *param) in edma3_read_slot() [all …]
|
| /rk3399_rockchip-uboot/common/spl/ |
| H A D | spl_ab.c | 195 static bool spl_slot_is_bootable(AvbABSlotData *slot) in spl_slot_is_bootable() 206 int spl_get_current_slot(struct blk_desc *dev_desc, char *partition, char *slot) in spl_get_current_slot() 311 static void spl_slot_set_unbootable(AvbABSlotData* slot) in spl_slot_set_unbootable() 322 static void spl_slot_normalize(AvbABSlotData* slot) in spl_slot_normalize() 418 int spl_ab_bootargs_append_slot(void *fdt, char *slot) in spl_ab_bootargs_append_slot()
|
| /rk3399_rockchip-uboot/arch/x86/include/asm/arch-baytrail/ |
| H A D | irq.h | 81 #define _GPIO_S0_DED_IRQ(slot) GPIO_S0_DED_IRQ_##slot argument 82 #define _GPIO_S5_DED_IRQ(slot) GPIO_S5_DED_IRQ_##slot argument 83 #define GPIO_S0_DED_IRQ(slot) _GPIO_S0_DED_IRQ(slot) argument 84 #define GPIO_S5_DED_IRQ(slot) _GPIO_S5_DED_IRQ(slot) argument
|
| /rk3399_rockchip-uboot/board/freescale/p2041rdb/ |
| H A D | eth.c | 94 u8 slot; in board_ft_fman_fixup_port() local 128 unsigned int i, slot; in board_eth_init() local
|
| /rk3399_rockchip-uboot/arch/x86/cpu/ |
| H A D | irq.c | 65 struct irq_info *slot = slot_base; in check_dup_entry() local 77 static inline void fill_irq_info(struct irq_router *priv, struct irq_info *slot, in fill_irq_info() 94 struct irq_info *slot, *slot_base; in create_pirq_routing_table() local
|
| /rk3399_rockchip-uboot/board/freescale/corenet_ds/ |
| H A D | eth_p4080.c | 342 int idx = i - FM1_DTSEC1, lane, slot; in board_eth_init() local 382 int idx = i - FM1_10GEC1, lane, slot; in board_eth_init() local 409 int idx = i - FM2_DTSEC1, lane, slot; in board_eth_init() local 451 int idx = i - FM2_10GEC1, lane, slot; in board_eth_init() local
|
| H A D | eth_superhydra.c | 218 int lane, slot, phy; in board_ft_fman_fixup_port() local 300 int lane, slot; in fdt_fixup_board_enet() local 422 unsigned int i, slot; in board_eth_init() local
|
| /rk3399_rockchip-uboot/lib/avb/rk_avb_user/ |
| H A D | rk_ab_ops_user.c | 63 static void slot_set_unbootable(AvbABSlotData* slot) in slot_set_unbootable() 74 static void slot_normalize(AvbABSlotData* slot) in slot_normalize() 310 static bool slot_is_bootable(AvbABSlotData* slot) { in slot_is_bootable() 474 char slot[3] = {0}; in rk_avb_ab_have_bootable_slot() local
|
| /rk3399_rockchip-uboot/include/ |
| H A D | mpc8xx.h | 529 #define PCMCIA_VS1(slot) (0x80000000 >> (slot << 4)) argument 530 #define PCMCIA_VS2(slot) (0x40000000 >> (slot << 4)) argument 531 #define PCMCIA_VS_MASK(slot) (0xC0000000 >> (slot << 4)) argument 532 #define PCMCIA_VS_SHIFT(slot) (30 - (slot << 4)) argument 534 #define PCMCIA_WP(slot) (0x20000000 >> (slot << 4)) argument 535 #define PCMCIA_CD2(slot) (0x10000000 >> (slot << 4)) argument 536 #define PCMCIA_CD1(slot) (0x08000000 >> (slot << 4)) argument 537 #define PCMCIA_BVD2(slot) (0x04000000 >> (slot << 4)) argument 538 #define PCMCIA_BVD1(slot) (0x02000000 >> (slot << 4)) argument 539 #define PCMCIA_RDY(slot) (0x01000000 >> (slot << 4)) argument [all …]
|
| /rk3399_rockchip-uboot/lib/avb/libavb_ab/ |
| H A D | avb_ab_flow.c | 135 static bool slot_is_bootable(AvbABSlotData* slot) { in slot_is_bootable() 140 static void slot_set_unbootable(AvbABSlotData* slot) { in slot_set_unbootable() 150 static void slot_normalize(AvbABSlotData* slot) { in slot_normalize()
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | android_ab_select.c | 18 char slot[2]; in do_android_ab_select() local
|
| H A D | pcmcia.c | 249 int check_ide_device (int slot) in check_ide_device()
|
| /rk3399_rockchip-uboot/drivers/mmc/ |
| H A D | xenon_sdhci.c | 270 #define SLOT_MASK(slot) BIT(slot) argument 273 static void xenon_mmc_enable_slot(struct sdhci_host *host, u8 slot) in xenon_mmc_enable_slot() 283 static void xenon_mmc_enable_parallel_tran(struct sdhci_host *host, u8 slot) in xenon_mmc_enable_parallel_tran() 292 static void xenon_mmc_disable_tuning(struct sdhci_host *host, u8 slot) in xenon_mmc_disable_tuning()
|
| /rk3399_rockchip-uboot/board/freescale/ls2080ardb/ |
| H A D | ddr.c | 25 int slot; in fsl_ddr_board_options() local
|
| H A D | ls2080ardb.c | 415 unsigned int slot, in update_spd_address()
|
| /rk3399_rockchip-uboot/board/freescale/ls2080aqds/ |
| H A D | ddr.c | 25 int slot; in fsl_ddr_board_options() local
|
| H A D | eth.c | 595 int lane, slot; in ls2080a_handle_phy_interface_sgmii() local 738 int lane = 0, slot; in ls2080a_handle_phy_interface_qsgmii() local
|
| /rk3399_rockchip-uboot/board/freescale/common/ |
| H A D | cds_pci_ft.c | 17 int len, slot, i; in cds_pci_fixup() local
|
| /rk3399_rockchip-uboot/board/freescale/t1040qds/ |
| H A D | eth.c | 302 u8 slot; in board_ft_fman_fixup_port() local 370 int lane, idx, slot; in t1040_handle_phy_interface_sgmii() local
|
| /rk3399_rockchip-uboot/arch/arm/mach-exynos/include/mach/ |
| H A D | uart.h | 15 unsigned short slot; /* udivslot */ member
|
| /rk3399_rockchip-uboot/arch/arm/mach-s5pc1xx/include/mach/ |
| H A D | uart.h | 15 unsigned short slot; /* udivslot */ member
|
| /rk3399_rockchip-uboot/arch/x86/include/asm/ |
| H A D | pirq_routing.h | 35 u8 slot; /* Slot number, 0=onboard */ member
|
| /rk3399_rockchip-uboot/disk/ |
| H A D | part_dos.c | 65 int slot; in test_block_type() local
|
| /rk3399_rockchip-uboot/board/freescale/p1022ds/ |
| H A D | p1022ds.c | 233 enum slot_id slot = serdes_dev_slot[srds_cfg][device]; in board_serdes_name() local
|
| /rk3399_rockchip-uboot/arch/arm/mach-keystone/ |
| H A D | ddr3.c | 154 struct edma3_slot_config slot; in ddr3_reset_data() local
|