| /u-boot/drivers/dma/ |
| A D | ti-edma3.c | 20 #define EDMA3_SL_BASE(slot) (0x4000 + ((slot) << 5)) argument 93 void edma3_set_dest(u32 base, int slot, u32 dst, enum edma3_address_mode mode, in edma3_set_dest() 124 void edma3_set_dest_index(u32 base, unsigned slot, int bidx, int cidx) in edma3_set_dest_index() 144 void edma3_set_dest_addr(u32 base, int slot, u32 dst) in edma3_set_dest_addr() 164 void edma3_set_src(u32 base, int slot, u32 src, enum edma3_address_mode mode, in edma3_set_src() 195 void edma3_set_src_index(u32 base, unsigned slot, int bidx, int cidx) in edma3_set_src_index() 215 void edma3_set_src_addr(u32 base, int slot, u32 src) in edma3_set_src_addr() 253 void edma3_set_transfer_params(u32 base, int slot, int acnt, in edma3_set_transfer_params() 290 void edma3_write_slot(u32 base, int slot, struct edma3_slot_layout *param) in edma3_write_slot() 309 void edma3_read_slot(u32 base, int slot, struct edma3_slot_layout *param) in edma3_read_slot() [all …]
|
| /u-boot/drivers/mmc/ |
| A D | octeontx_hsmmc.c | 789 struct octeontx_mmc_slot *slot = mmc_to_slot(mmc); in octeontx_mmc_get_cr_mods() local 835 struct octeontx_mmc_slot *slot = mmc_to_slot(mmc); in octeontx_mmc_track_switch() local 1008 struct octeontx_mmc_slot *slot = mmc_to_slot(mmc); in octeontx_mmc_cleanup_dma() local 1350 struct octeontx_mmc_slot *slot = mmc_to_slot(mmc); in octeontx_mmc_send_cmd() local 1701 struct octeontx_mmc_slot *slot = mmc->priv; in octeontx_mmc_set_emm_timing() local 1815 struct octeontx_mmc_slot *slot = mmc_to_slot(mmc); in octeontx_tune_hs400() local 2029 struct octeontx_mmc_slot *slot = mmc_to_slot(mmc); in octeontx_mmc_adjust_tuning() local 2267 struct octeontx_mmc_slot *slot = mmc_to_slot(mmc); in octeontx_mmc_execute_tuning() local 2433 struct octeontx_mmc_slot *slot = mmc_to_slot(mmc); in octeontx_mmc_calc_clk_period() local 3712 struct octeontx_mmc_slot *slot; in octeontx_mmc_slot_probe() local [all …]
|
| A D | xenon_sdhci.c | 330 #define SLOT_MASK(slot) BIT(slot) argument 333 static void xenon_mmc_enable_slot(struct sdhci_host *host, u8 slot) in xenon_mmc_enable_slot() 343 static void xenon_mmc_disable_slot(struct sdhci_host *host, u8 slot) in xenon_mmc_disable_slot() 353 static void xenon_mmc_enable_parallel_tran(struct sdhci_host *host, u8 slot) in xenon_mmc_enable_parallel_tran() 362 static void xenon_mmc_disable_tuning(struct sdhci_host *host, u8 slot) in xenon_mmc_disable_tuning()
|
| /u-boot/board/freescale/p2041rdb/ |
| A D | eth.c | 85 u8 slot; in board_ft_fman_fixup_port() local 134 unsigned int i, slot; in board_eth_init() local
|
| /u-boot/arch/x86/include/asm/arch-baytrail/ |
| A D | irq.h | 80 #define _GPIO_S0_DED_IRQ(slot) GPIO_S0_DED_IRQ_##slot argument 81 #define _GPIO_S5_DED_IRQ(slot) GPIO_S5_DED_IRQ_##slot argument 82 #define GPIO_S0_DED_IRQ(slot) _GPIO_S0_DED_IRQ(slot) argument 83 #define GPIO_S5_DED_IRQ(slot) _GPIO_S5_DED_IRQ(slot) argument
|
| /u-boot/fs/btrfs/ |
| A D | ctree.c | 249 int max, int *slot) in generic_bin_search() 283 int *slot) in btrfs_bin_search() 300 struct extent_buffer *parent, int slot) in read_node_slot() 394 int slot; in btrfs_search_slot() local 607 int slot; in btrfs_prev_leaf() local 668 int slot; in btrfs_next_sibling_tree_block() local
|
| A D | root-tree.c | 13 int slot; in btrfs_find_last_root() local
|
| A D | volumes.c | 388 int slot, u64 logical) in btrfs_check_chunk_valid() 517 struct btrfs_chunk *chunk, int slot) in read_one_chunk() 748 int slot; in btrfs_read_chunk_tree() local
|
| A D | inode.c | 365 int slot = path->slots[0]; in btrfs_read_extent_inline() local 437 int slot = path->slots[0]; in btrfs_read_extent_reg() local
|
| /u-boot/arch/x86/cpu/ |
| A D | irq.c | 127 struct irq_info *slot = slot_base; in check_dup_entry() local 139 static inline void fill_irq_info(struct irq_router *priv, struct irq_info *slot, in fill_irq_info() 157 struct irq_info *slot, *slot_base; in create_pirq_routing_table() local
|
| A D | mp_init.c | 578 static struct mp_callback *read_callback(struct mp_callback **slot) in read_callback() 594 static void store_callback(struct mp_callback **slot, struct mp_callback *val) in store_callback()
|
| /u-boot/include/ |
| A D | mpc8xx.h | 528 #define PCMCIA_VS1(slot) (0x80000000 >> (slot << 4)) argument 529 #define PCMCIA_VS2(slot) (0x40000000 >> (slot << 4)) argument 531 #define PCMCIA_VS_SHIFT(slot) (30 - (slot << 4)) argument 533 #define PCMCIA_WP(slot) (0x20000000 >> (slot << 4)) argument 534 #define PCMCIA_CD2(slot) (0x10000000 >> (slot << 4)) argument 535 #define PCMCIA_CD1(slot) (0x08000000 >> (slot << 4)) argument 536 #define PCMCIA_BVD2(slot) (0x04000000 >> (slot << 4)) argument 537 #define PCMCIA_BVD1(slot) (0x02000000 >> (slot << 4)) argument 538 #define PCMCIA_RDY(slot) (0x01000000 >> (slot << 4)) argument 539 #define PCMCIA_RDY_L(slot) (0x00800000 >> (slot << 4)) argument [all …]
|
| /u-boot/cmd/ |
| A D | ab_select.c | 18 char slot[2]; in do_ab_select() local
|
| /u-boot/board/freescale/ls2080aqds/ |
| A D | ddr.c | 26 int slot; in fsl_ddr_board_options() local
|
| /u-boot/board/freescale/ls2080ardb/ |
| A D | ddr.c | 26 int slot; in fsl_ddr_board_options() local
|
| /u-boot/arch/arm/mach-snapdragon/ |
| A D | clock-apq8016.c | 52 static int clk_init_sdc(struct msm_clk_priv *priv, int slot, uint rate) in clk_init_sdc()
|
| /u-boot/drivers/pci/ |
| A D | pcie_mediatek.c | 132 u32 slot; member 527 static int mtk_pcie_parse_port(struct udevice *dev, u32 slot) in mtk_pcie_parse_port() 565 static int mtk_pcie_parse_port_v2(struct udevice *dev, u32 slot) in mtk_pcie_parse_port_v2() 658 u32 slot = 0; in mtk_pcie_probe() local 687 unsigned int slot; in mtk_pcie_probe_v2() local
|
| /u-boot/boot/ |
| A D | android_ab.c | 188 int slot, i, ret; in ab_select_slot() local
|
| /u-boot/arch/arm/include/asm/arch-apple/ |
| A D | uart.h | 14 unsigned short slot; /* udivslot */ member
|
| /u-boot/drivers/misc/ |
| A D | cros_ec_sandbox.c | 108 struct vstore_slot slot[VSTORE_SLOT_COUNT]; member 539 struct vstore_slot *slot; in process_cmd() local 552 struct vstore_slot *slot; in process_cmd() local
|
| /u-boot/arch/arm/mach-exynos/include/mach/ |
| A D | uart.h | 14 unsigned short slot; /* udivslot */ member
|
| /u-boot/arch/arm/mach-s5pc1xx/include/mach/ |
| A D | uart.h | 14 unsigned short slot; /* udivslot */ member
|
| /u-boot/drivers/usb/isp1760/ |
| A D | isp1760-hcd.c | 176 int slot; member 557 static void isp1760_ptd_read(struct usb_hcd *hcd, u32 ptd_offset, u32 slot, in isp1760_ptd_read() 571 static void isp1763_ptd_read(struct usb_hcd *hcd, u32 ptd_offset, u32 slot, in isp1763_ptd_read() 589 static void ptd_read(struct usb_hcd *hcd, u32 ptd_offset, u32 slot, in ptd_read() 600 static void isp1763_ptd_write(struct usb_hcd *hcd, u32 ptd_offset, u32 slot, in isp1763_ptd_write() 619 static void isp1760_ptd_write(void __iomem *base, u32 ptd_offset, u32 slot, in isp1760_ptd_write() 635 static void ptd_write(struct usb_hcd *hcd, u32 ptd_offset, u32 slot, in ptd_write() 1062 static void start_bus_transfer(struct usb_hcd *hcd, u32 ptd_offset, int slot, in start_bus_transfer() 1410 int slot; in handle_done_ptds() local
|
| /u-boot/arch/x86/include/asm/ |
| A D | pirq_routing.h | 34 u8 slot; /* Slot number, 0=onboard */ member
|
| /u-boot/board/freescale/ls1046aqds/ |
| A D | eth.c | 269 int i, idx, lane, slot, interface; in board_eth_init() local
|