Searched refs:current_slot (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/ |
| H A D | dfu_alt_info.c | 18 char current_slot[3] = {0}; in get_dfu_alt() local 36 rk_avb_get_current_slot(current_slot); in get_dfu_alt() 38 if (!strcmp(current_slot, "_a")) { in get_dfu_alt() 41 } else if (!strcmp(current_slot, "_b")) { in get_dfu_alt()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/b43legacy/ |
| H A D | dma.c | 169 slot = next_slot(ring, ring->current_slot); in request_slot() 170 ring->current_slot = slot; in request_slot() 690 ring->current_slot = -1; in b43legacy_setup_dmaring() 962 old_top_slot = ring->current_slot; in dma_tx_fragment() 976 ring->current_slot = old_top_slot; in dma_tx_fragment() 985 ring->current_slot = old_top_slot; in dma_tx_fragment() 1005 ring->current_slot = old_top_slot; in dma_tx_fragment() 1023 ring->current_slot = old_top_slot; in dma_tx_fragment() 1139 firstused = ring->current_slot - ring->used_slots + 1; in b43legacy_dma_handle_txstatus() 1342 int current_slot; in b43legacy_dma_rx() local [all …]
|
| H A D | dma.h | 139 int current_slot; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/b43/ |
| H A D | dma.c | 308 slot = next_slot(ring, ring->current_slot); in request_slot() 309 ring->current_slot = slot; in request_slot() 866 ring->current_slot = -1; in b43_setup_dmaring() 1209 old_top_slot = ring->current_slot; in dma_tx_fragment() 1222 ring->current_slot = old_top_slot; in dma_tx_fragment() 1230 ring->current_slot = old_top_slot; in dma_tx_fragment() 1252 ring->current_slot = old_top_slot; in dma_tx_fragment() 1262 ring->current_slot = old_top_slot; in dma_tx_fragment() 1435 firstused = ring->current_slot - ring->used_slots + 1; in b43_dma_handle_txstatus() 1670 int current_slot, previous_slot; in b43_dma_handle_rx_overflow() local [all …]
|
| H A D | dma.h | 245 int current_slot; member
|
| /OK3568_Linux_fs/kernel/drivers/mmc/host/ |
| H A D | omap.c | 158 struct mmc_omap_slot *current_slot; member 214 if (host->current_slot != slot || !claimed) in mmc_omap_select_slot() 215 mmc_omap_fclk_offdelay(host->current_slot); in mmc_omap_select_slot() 217 if (host->current_slot != slot) { in mmc_omap_select_slot() 221 host->current_slot = slot; in mmc_omap_select_slot() 283 BUG_ON(new_slot == host->current_slot); in mmc_omap_release_slot() 376 if (host->current_slot->bus_mode == MMC_BUSMODE_OPENDRAIN) in mmc_omap_start_command() 431 struct mmc_omap_slot *slot = host->current_slot; in mmc_omap_send_stop_work() 460 mmc_omap_release_slot(host->current_slot, 1); in mmc_omap_xfer_done() 472 struct mmc_omap_slot *slot = host->current_slot; in mmc_omap_send_abort() [all …]
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | tftp_update.c | 44 char current_slot[3]; member 311 printf(" current_slot: %s\n", local->current_slot); in print_hdr_local() 353 ret = rk_avb_get_current_slot(local->current_slot); in hdr_param_verify() 359 strcpy(local->current_slot, "-"); in hdr_param_verify() 456 if (!strcmp(hdr->current_slot, slot_suffix)) in update_ignore_image()
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/cluster/ |
| H A D | heartbeat.c | 507 unsigned int *current_slot, in o2hb_setup_one_bio() argument 515 unsigned int cs = *current_slot; in o2hb_setup_one_bio() 556 *current_slot = cs; in o2hb_setup_one_bio() 564 unsigned int current_slot = begin_slot; in o2hb_read_slots() local 571 while(current_slot < max_slots) { in o2hb_read_slots() 572 bio = o2hb_setup_one_bio(reg, &wc, ¤t_slot, max_slots, in o2hb_read_slots()
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | md-cluster.c | 1193 int current_slot = md_cluster_ops->slot_number(mddev); in cluster_check_sync_size() local 1203 if (i == current_slot) in cluster_check_sync_size()
|