Home
last modified time | relevance | path

Searched refs:test_bit (Results 1 – 25 of 2080) sorted by relevance

12345678910>>...84

/linux/drivers/leds/trigger/
A Dledtrig-netdev.c104 if (test_bit(TRIGGER_NETDEV_LINK, &trigger_data->mode)) in set_baseline_state()
148 if (test_bit(TRIGGER_NETDEV_TX, &trigger_data->mode) || in set_baseline_state()
149 test_bit(TRIGGER_NETDEV_RX, &trigger_data->mode) || in set_baseline_state()
393 if (test_bit(TRIGGER_NETDEV_LINK, &mode) && in netdev_led_attr_store()
394 (test_bit(TRIGGER_NETDEV_LINK_10, &mode) || in netdev_led_attr_store()
395 test_bit(TRIGGER_NETDEV_LINK_100, &mode) || in netdev_led_attr_store()
396 test_bit(TRIGGER_NETDEV_LINK_1000, &mode) || in netdev_led_attr_store()
397 test_bit(TRIGGER_NETDEV_LINK_2500, &mode) || in netdev_led_attr_store()
398 test_bit(TRIGGER_NETDEV_LINK_5000, &mode) || in netdev_led_attr_store()
399 test_bit(TRIGGER_NETDEV_LINK_10000, &mode))) in netdev_led_attr_store()
[all …]
/linux/include/net/
A Dgre.h56 if (test_bit(IP_TUNNEL_CSUM_BIT, o_flags)) in gre_calc_hlen()
58 if (test_bit(IP_TUNNEL_KEY_BIT, o_flags)) in gre_calc_hlen()
60 if (test_bit(IP_TUNNEL_SEQ_BIT, o_flags)) in gre_calc_hlen()
84 if (test_bit(IP_TUNNEL_CSUM_BIT, tflags)) in gre_tnl_flags_to_gre_flags()
88 if (test_bit(IP_TUNNEL_KEY_BIT, tflags)) in gre_tnl_flags_to_gre_flags()
90 if (test_bit(IP_TUNNEL_SEQ_BIT, tflags)) in gre_tnl_flags_to_gre_flags()
92 if (test_bit(IP_TUNNEL_STRICT_BIT, tflags)) in gre_tnl_flags_to_gre_flags()
94 if (test_bit(IP_TUNNEL_REC_BIT, tflags)) in gre_tnl_flags_to_gre_flags()
124 if (test_bit(IP_TUNNEL_SEQ_BIT, flags)) { in gre_build_header()
128 if (test_bit(IP_TUNNEL_KEY_BIT, flags)) { in gre_build_header()
[all …]
/linux/drivers/net/wireless/ath/
A Dkey.c391 if (test_bit(i, common->keymap) || in ath_reserve_key_cache_slot_tkip()
392 test_bit(i + 64, common->keymap)) in ath_reserve_key_cache_slot_tkip()
416 if (!test_bit(i, common->keymap) && in ath_reserve_key_cache_slot()
422 (test_bit(i, common->keymap) || in ath_reserve_key_cache_slot()
427 (test_bit(i , common->keymap) || in ath_reserve_key_cache_slot()
432 (test_bit(i, common->keymap) || in ath_reserve_key_cache_slot()
439 if (!test_bit(i, common->keymap) && in ath_reserve_key_cache_slot()
440 test_bit(i + 64, common->keymap)) in ath_reserve_key_cache_slot()
442 if (test_bit(i, common->keymap) && in ath_reserve_key_cache_slot()
443 !test_bit(i + 64, common->keymap)) in ath_reserve_key_cache_slot()
[all …]
/linux/drivers/bluetooth/
A Dhci_serdev.c49 if (test_bit(HCI_UART_PROTO_READY, &hu->flags)) in hci_uart_dequeue()
88 } while (test_bit(HCI_UART_TX_WAKEUP, &hu->tx_state)); in hci_uart_write_work()
107 if (test_bit(HCI_UART_PROTO_READY, &hu->flags)) in hci_uart_flush()
125 if (!test_bit(HCI_UART_PROTO_READY, &hu->flags)) { in hci_uart_open()
145 if (!test_bit(HCI_UART_PROTO_READY, &hu->flags)) in hci_uart_close()
216 if (!test_bit(HCI_UART_VND_DETECT, &hu->hdev_flags)) in hci_uart_setup()
260 if (test_bit(HCI_UART_PROTO_READY, &hu->flags)) in hci_uart_write_wakeup()
284 if (!test_bit(HCI_UART_PROTO_READY, &hu->flags)) in hci_uart_receive_buf()
363 if (test_bit(HCI_UART_RAW_DEVICE, &hu->hdev_flags)) in hci_uart_register_device_priv()
400 if (test_bit(HCI_UART_REGISTERED, &hu->flags)) in hci_uart_unregister_device()
[all …]
/linux/kernel/cgroup/
A Dfreezer.c27 if (!test_bit(CGRP_FROZEN, &cgrp->flags) && in cgroup_propagate_frozen()
28 test_bit(CGRP_FREEZE, &cgrp->flags) && in cgroup_propagate_frozen()
38 if (test_bit(CGRP_FROZEN, &cgrp->flags)) { in cgroup_propagate_frozen()
63 frozen = test_bit(CGRP_FREEZE, &cgrp->flags) && in cgroup_update_frozen()
68 if (test_bit(CGRP_FROZEN, &cgrp->flags)) in cgroup_update_frozen()
74 if (!test_bit(CGRP_FROZEN, &cgrp->flags)) in cgroup_update_frozen()
137 if (always_leave || !test_bit(CGRP_FREEZE, &cgrp->flags)) { in cgroup_leave_frozen()
237 if (!test_bit(CGRP_FREEZE, &src->flags) && in cgroup_freezer_migrate_task()
238 !test_bit(CGRP_FREEZE, &dst->flags) && in cgroup_freezer_migrate_task()
257 cgroup_freeze_task(task, test_bit(CGRP_FREEZE, &dst->flags)); in cgroup_freezer_migrate_task()
[all …]
A Dcpuset-internal.h204 return test_bit(CS_ONLINE, &cs->flags) && !css_is_dying(&cs->css); in is_cpuset_online()
209 return test_bit(CS_CPU_EXCLUSIVE, &cs->flags); in is_cpu_exclusive()
214 return test_bit(CS_MEM_EXCLUSIVE, &cs->flags); in is_mem_exclusive()
219 return test_bit(CS_MEM_HARDWALL, &cs->flags); in is_mem_hardwall()
224 return test_bit(CS_SCHED_LOAD_BALANCE, &cs->flags); in is_sched_load_balance()
229 return test_bit(CS_MEMORY_MIGRATE, &cs->flags); in is_memory_migrate()
234 return test_bit(CS_SPREAD_PAGE, &cs->flags); in is_spread_page()
239 return test_bit(CS_SPREAD_SLAB, &cs->flags); in is_spread_slab()
/linux/drivers/ras/amd/atl/
A Ddehash.c320 bool hashed_bit, intlv_bit, test_bit; in mi300_dehash_addr() local
346 hashed_bit ^= test_bit & hash_ctl_4k; in mi300_dehash_addr()
351 hashed_bit ^= test_bit & hash_ctl_64k; in mi300_dehash_addr()
353 hashed_bit ^= test_bit & hash_ctl_2M; in mi300_dehash_addr()
355 hashed_bit ^= test_bit & hash_ctl_1G; in mi300_dehash_addr()
357 hashed_bit ^= test_bit & hash_ctl_1T; in mi300_dehash_addr()
359 hashed_bit ^= test_bit & hash_ctl_1T; in mi300_dehash_addr()
376 hashed_bit ^= test_bit & hash_ctl_64k; in mi300_dehash_addr()
378 hashed_bit ^= test_bit & hash_ctl_2M; in mi300_dehash_addr()
380 hashed_bit ^= test_bit & hash_ctl_1G; in mi300_dehash_addr()
[all …]
/linux/drivers/md/
A Draid5.c250 if (test_bit(STRIPE_HANDLE, &sh->state)) { in do_release_stripe()
600 test_bit(R5_LOCKED, &dev->flags)) { in init_stripe()
3630 !test_bit(Faulty, &rdev->flags)) in handle_failed_stripe()
3785 && !test_bit(Faulty, &rdev->flags) in want_replace()
3954 if (!test_bit(R5_UPTODATE, in fetch_block()
4241 if (test_bit(STRIPE_PREREAD_ACTIVE, in handle_stripe_dirtying()
4266 test_bit(STRIPE_PREREAD_ACTIVE, in handle_stripe_dirtying()
4685 if (test_bit(R5_LOCKED, &dev->flags)) in analyse_stripe()
7514 if (test_bit(Journal, &rdev->flags)) in setup_conf()
7950 if (test_bit(In_sync, &rdev->flags)) in raid5_run()
[all …]
A Ddm-raid.c694 if (!test_bit(Journal, &rdev->flags)) in rs_set_rdev_sectors()
2359 if (test_bit(Journal, &rdev->flags)) in super_init_validation()
2362 if (test_bit(FirstUse, &r->flags)) in super_init_validation()
2365 if (!test_bit(In_sync, &r->flags)) { in super_init_validation()
2370 if (test_bit(FirstUse, &r->flags)) in super_init_validation()
2413 if (test_bit(Journal, &rdev->flags) || in super_init_validation()
2540 if (test_bit(Journal, &rdev->flags)) in analyse_superblocks()
3428 !test_bit(In_sync, &rdev->flags))) in __raid_dev_status()
3881 if (test_bit(Journal, &r->flags)) in attempt_restore_of_faulty_devices()
3884 if (test_bit(Faulty, &r->flags) && in attempt_restore_of_faulty_devices()
[all …]
A Ddm-zoned.h156 #define dmz_is_cache(z) test_bit(DMZ_CACHE, &(z)->flags)
157 #define dmz_is_rnd(z) test_bit(DMZ_RND, &(z)->flags)
158 #define dmz_is_seq(z) test_bit(DMZ_SEQ, &(z)->flags)
160 #define dmz_is_offline(z) test_bit(DMZ_OFFLINE, &(z)->flags)
161 #define dmz_is_readonly(z) test_bit(DMZ_READ_ONLY, &(z)->flags)
162 #define dmz_in_reclaim(z) test_bit(DMZ_RECLAIM, &(z)->flags)
163 #define dmz_is_reserved(z) test_bit(DMZ_RESERVED, &(z)->flags)
166 test_bit(DMZ_RECLAIM_TERMINATE, &(z)->flags)
168 #define dmz_is_meta(z) test_bit(DMZ_META, &(z)->flags)
169 #define dmz_is_buf(z) test_bit(DMZ_BUF, &(z)->flags)
[all …]
A Draid1.c390 test_bit(In_sync, &rdev->flags))) in raid1_end_read_request()
469 if (test_bit(FailFast, &rdev->flags) && in raid1_end_write_request()
480 if (!test_bit(Faulty, &rdev->flags)) in raid1_end_write_request()
510 if (test_bit(In_sync, &rdev->flags) && in raid1_end_write_request()
511 !test_bit(Faulty, &rdev->flags)) in raid1_end_write_request()
750 if (test_bit(WriteMostly, &rdev->flags)) in rdev_readable()
1733 if (test_bit(In_sync, &rdev->flags) && in raid1_error()
1778 !test_bit(Faulty, &rdev->flags), in print_conf()
1881 if (!test_bit(Faulty, &rdev->flags) && in raid1_remove_conf()
2126 if (test_bit(Faulty, &rdev->flags)) in fix_sync_read_error()
[all …]
A Draid10.c189 if (!j || test_bit(MD_RECOVERY_SYNC, in r10buf_pool_alloc()
500 if (!test_bit(Faulty, &rdev->flags)) in raid10_end_write_request()
527 if (test_bit(In_sync, &rdev->flags) && in raid10_end_write_request()
528 !test_bit(Faulty, &rdev->flags)) in raid10_end_write_request()
769 test_bit(Faulty, &rdev->flags)) in read_balance()
2009 !test_bit(Faulty, &rdev->flags), in print_conf()
2606 if (test_bit(Faulty, &rdev->flags)) in fix_read_error()
2942 if (test_bit(R10BIO_WriteError, in handle_write_completed()
2979 if (test_bit(R10BIO_WriteError, in raid10d()
3470 if (mrdev && !test_bit(In_sync, in raid10_sync_request()
[all …]
/linux/drivers/isdn/mISDN/
A Dlayer2.c308 if (test_bit(FLG_LAPD, &l2->flag) && in l2mgr()
374 if (test_bit(FLG_MOD128, &l2->flag)) in cansend()
396 if (test_bit(FLG_LAPD, &l2->flag)) { in sethdraddr()
403 if (test_bit(FLG_ORIG, &l2->flag)) in sethdraddr()
456 if (test_bit(FLG_MOD128, &l2->flag)) in IsRR()
507 if (test_bit(FLG_ORIG, &l2->flag)) in iframe_error()
531 if (test_bit(FLG_ORIG, &l2->flag)) in unnum_error()
544 if (test_bit(FLG_ORIG, &l2->flag)) in UI_error()
560 if (test_bit(FLG_ORIG, &l2->flag)) in FRMR_error()
691 if (test_bit(FLG_LAPB, &l2->flag)) in lapb_dl_release_l2l3()
[all …]
/linux/drivers/net/ethernet/hisilicon/hns3/
A Dhnae3.h111 test_bit(HNAE3_DEV_SUPPORT_FD_B, (ae_dev)->caps)
114 test_bit(HNAE3_DEV_SUPPORT_GRO_B, (ae_dev)->caps)
117 test_bit(HNAE3_DEV_SUPPORT_FEC_B, (hdev)->ae_dev->caps)
123 test_bit(HNAE3_DEV_SUPPORT_QB_B, (hdev)->ae_dev->caps)
129 test_bit(HNAE3_DEV_SUPPORT_PTP_B, (hdev)->ae_dev->caps)
165 test_bit(HNAE3_DEV_SUPPORT_MC_MAC_MNG_B, (ae_dev)->caps)
168 test_bit(HNAE3_DEV_SUPPORT_CQ_B, (ae_dev)->caps)
171 test_bit(HNAE3_DEV_SUPPORT_FEC_STATS_B, (ae_dev)->caps)
174 test_bit(HNAE3_DEV_SUPPORT_LANE_NUM_B, (ae_dev)->caps)
177 test_bit(HNAE3_DEV_SUPPORT_WOL_B, (ae_dev)->caps)
[all …]
/linux/drivers/gpu/drm/i915/gt/
A Dintel_context.h221 test_bit(CONTEXT_IS_PARKING, &ce->flags)); in intel_context_mark_active()
282 return test_bit(CONTEXT_BARRIER_BIT, &ce->flags); in intel_context_is_barrier()
295 return test_bit(CONTEXT_CLOSED_BIT, &ce->flags); in intel_context_is_closed()
300 return test_bit(COPS_HAS_INFLIGHT_BIT, &ce->ops->flags); in intel_context_has_inflight()
305 return test_bit(CONTEXT_USE_SEMAPHORES, &ce->flags); in intel_context_use_semaphores()
320 return test_bit(CONTEXT_BANNED, &ce->flags); in intel_context_is_banned()
332 return !test_bit(CONTEXT_EXITING, &ce->flags) && in intel_context_is_schedulable()
333 !test_bit(CONTEXT_BANNED, &ce->flags); in intel_context_is_schedulable()
338 return test_bit(CONTEXT_EXITING, &ce->flags); in intel_context_is_exiting()
363 return test_bit(CONTEXT_NOPREEMPT, &ce->flags); in intel_context_nopreempt()
[all …]
/linux/drivers/media/platform/samsung/exynos4-is/
A Dfimc-is-param.c183 if (test_bit(PARAM_GLOBAL_SHOTMODE, p_index)) in __is_hw_update_params()
190 if (test_bit(i, p_index)) in __is_hw_update_params()
195 if (test_bit(i, p_index)) in __is_hw_update_params()
200 if (test_bit(i, p_index)) in __is_hw_update_params()
241 if (test_bit(PARAM_ISP_OTF_INPUT, in __is_set_frame_size()
399 if (!test_bit(PARAM_ISP_ADJUST, p_index)) { in __is_set_isp_adjust()
734 if (!test_bit(PARAM_ISP_FLASH, p_index)) in fimc_is_set_initial_params()
738 if (!test_bit(PARAM_ISP_AWB, p_index)) in fimc_is_set_initial_params()
744 if (!test_bit(PARAM_ISP_ISO, p_index)) in fimc_is_set_initial_params()
747 if (!test_bit(PARAM_ISP_ADJUST, p_index)) { in fimc_is_set_initial_params()
[all …]
/linux/net/bridge/
A Dbr_fdb.c86 if (test_bit(BR_FDB_LOCAL, &fdb->flags)) in fdb_to_nud()
120 if (test_bit(BR_FDB_OFFLOADED, &fdb->flags)) in fdb_fill_info()
124 if (test_bit(BR_FDB_STICKY, &fdb->flags)) in fdb_fill_info()
126 if (test_bit(BR_FDB_LOCKED, &fdb->flags)) in fdb_fill_info()
147 if (test_bit(BR_FDB_NOTIFY, &fdb->flags)) { in fdb_fill_info()
323 if (test_bit(BR_FDB_STATIC, &f->flags)) in fdb_delete()
396 !test_bit(BR_FDB_LOCAL, &flags); in fdb_create()
446 if (test_bit(BR_FDB_LOCAL, &fdb->flags)) in fdb_add_local()
557 if (test_bit(BR_FDB_STATIC, &f->flags) || in br_fdb_cleanup()
786 if (test_bit(BR_FDB_LOCAL, &f->flags)) in br_fdb_delete_by_port()
[all …]
/linux/drivers/infiniband/ulp/ipoib/
A Dipoib_multicast.c77 if (!test_bit(IPOIB_FLAG_OPER_UP, &priv->flags)) in __ipoib_mcast_schedule_join_thread()
345 if (!test_bit(IPOIB_FLAG_OPER_UP, &priv->flags)) in ipoib_mcast_carrier_on_task()
364 test_bit(IPOIB_MCAST_FLAG_SENDONLY, &mcast->flags) ? in ipoib_mcast_join_complete()
472 !test_bit(IPOIB_FLAG_OPER_UP, &priv->flags)) in ipoib_mcast_join()
558 if (!test_bit(IPOIB_FLAG_OPER_UP, &priv->flags)) in ipoib_mcast_join_task()
580 if (!test_bit(IPOIB_FLAG_OPER_UP, &priv->flags)) in ipoib_mcast_join_task()
733 if (test_bit(IPOIB_MCAST_FLAG_BUSY, &mcast->flags)) in ipoib_mcast_remove_list()
752 if (!test_bit(IPOIB_FLAG_OPER_UP, &priv->flags) || in ipoib_mcast_send()
874 if (!test_bit(IPOIB_FLAG_OPER_UP, &priv->flags)) in ipoib_mcast_restart_task()
910 if (test_bit(IPOIB_FLAG_UMCAST, &priv->flags) && in ipoib_mcast_restart_task()
[all …]
/linux/fs/gfs2/
A Dsys.c105 test_bit(SDF_JOURNAL_CHECKED, &f), in status_show()
106 test_bit(SDF_JOURNAL_LIVE, &f), in status_show()
109 test_bit(SDF_WITHDRAWN, &f), in status_show()
110 test_bit(SDF_NOBARRIERS, &f), in status_show()
111 test_bit(SDF_NORECOVERY, &f), in status_show()
112 test_bit(SDF_DEMOTE, &f), in status_show()
113 test_bit(SDF_NOJOURNALID, &f), in status_show()
115 test_bit(SDF_RORECOVERY, &f), in status_show()
119 test_bit(SDF_FROZEN, &f), in status_show()
120 test_bit(SDF_WITHDRAWING, &f), in status_show()
[all …]
/linux/drivers/scsi/esas2r/
A Desas2r_int.c321 test_bit(AF_FLASHING, &a->flags)) in esas2r_do_deferred_processes()
371 if (test_bit(AF_FLASHING, &a->flags)) in esas2r_do_deferred_processes()
532 if ((test_bit(AF_POWER_MGT, &a->flags)) && in esas2r_chip_rst_needed_during_tasklet()
546 if (!test_bit(AF_POWER_MGT, &a->flags)) { in esas2r_chip_rst_needed_during_tasklet()
570 !test_bit(AF_POWER_MGT, &a->flags)) in esas2r_handle_chip_rst_during_tasklet()
577 if (test_bit(AF_CHPRST_NEEDED, &a->flags)) in esas2r_handle_chip_rst_during_tasklet()
580 if (test_bit(AF_POWER_MGT, &a->flags)) { in esas2r_handle_chip_rst_during_tasklet()
582 if (test_bit(AF_FIRST_INIT, &a->flags)) { in esas2r_handle_chip_rst_during_tasklet()
593 if (test_bit(AF_FIRST_INIT, &a->flags)) { in esas2r_handle_chip_rst_during_tasklet()
633 if (test_bit(AF_FLASHING, &a->flags)) in esas2r_do_tasklet_tasks()
[all …]
A Desas2r_io.c53 test_bit(AF_POWER_DOWN, &a->flags))) { in esas2r_start_request()
74 !test_bit(AF_DISC_PENDING, &a->flags))) in esas2r_start_request()
95 !test_bit(AF_CHPRST_PENDING, &a->flags) && in esas2r_start_request()
96 !test_bit(AF_FLASHING, &a->flags) && in esas2r_start_request()
97 !test_bit(AF_DISC_PENDING, &a->flags))) in esas2r_start_request()
152 if (test_bit(AF_COMM_LIST_TOGGLE, &a->flags)) in esas2r_start_vda_request()
173 if (test_bit(AF_COMM_LIST_TOGGLE, &a->flags)) in esas2r_start_vda_request()
733 if (test_bit(AF_DISC_PENDING, &a->flags)) in esas2r_timer_tick()
736 if (test_bit(AF_HEARTBEAT, &a->flags)) { in esas2r_timer_tick()
811 if (test_bit(AF_FLASHING, &a->flags)) { in esas2r_send_task_mgmt()
[all …]
/linux/net/atm/
A Dsvc.c58 if (test_bit(ATM_VF_REGIS, &vcc->flags)) { in svc_disconnect()
129 if (!test_bit(ATM_VF_HASQOS, &vcc->flags)) { in svc_bind()
180 if (test_bit(ATM_VF_WAITING, &vcc->flags)) { in svc_connect()
196 if (!test_bit(ATM_VF_HASQOS, &vcc->flags)) { in svc_connect()
297 if (test_bit(ATM_VF_SESSION, &vcc->flags)) { in svc_listen()
301 if (test_bit(ATM_VF_LISTEN, &vcc->flags)) { in svc_listen()
352 if (test_bit(ATM_VF_RELEASED, &old_vcc->flags)) in svc_accept()
354 if (test_bit(ATM_VF_CLOSE, &old_vcc->flags)) { in svc_accept()
446 if (!test_bit(ATM_VF_WAITING, &vcc->flags) || in svc_change_qos()
596 if (!test_bit(ATM_VF_SESSION, &vcc->flags)) in svc_ioctl()
[all …]
/linux/fs/ocfs2/cluster/
A Dquorum.c100 lowest_reachable = test_bit(lowest_hb, qs->qs_conn_bm); in o2quo_make_decision()
106 if (!test_bit(o2nm_this_node(), qs->qs_hb_bm) || in o2quo_make_decision()
204 mlog_bug_on_msg(test_bit(node, qs->qs_hb_bm), "node %u\n", node); in o2quo_hb_up()
209 if (!test_bit(node, qs->qs_conn_bm)) in o2quo_hb_up()
229 mlog_bug_on_msg(!test_bit(node, qs->qs_hb_bm), "node %u\n", node); in o2quo_hb_down()
272 mlog_bug_on_msg(test_bit(node, qs->qs_conn_bm), "node %u\n", node); in o2quo_conn_up()
277 if (!test_bit(node, qs->qs_hb_bm)) in o2quo_conn_up()
295 if (test_bit(node, qs->qs_conn_bm)) { in o2quo_conn_err()
303 if (test_bit(node, qs->qs_hb_bm)) in o2quo_conn_err()
/linux/drivers/media/platform/qcom/venus/
A Dhfi.c275 if (test_bit(0, &inst->core->sys_error)) in hfi_session_deinit()
300 if (test_bit(0, &inst->core->sys_error)) in hfi_session_start()
327 if (test_bit(0, &inst->core->sys_error)) in hfi_session_stop()
353 if (test_bit(0, &inst->core->sys_error)) in hfi_session_continue()
368 if (test_bit(0, &inst->core->sys_error)) in hfi_session_abort()
390 if (test_bit(0, &inst->core->sys_error)) in hfi_session_load_res()
416 if (test_bit(0, &inst->core->sys_error)) in hfi_session_unload_res()
443 if (test_bit(0, &inst->core->sys_error)) in hfi_session_flush()
466 if (test_bit(0, &inst->core->sys_error)) in hfi_session_set_buffers()
478 if (test_bit(0, &inst->core->sys_error)) in hfi_session_unset_buffers()
[all …]
/linux/drivers/fpga/
A Dmachxo2-spi.c113 *status, test_bit(DONE, status), test_bit(ENAB, status), in dump_status_reg()
114 test_bit(BUSY, status), test_bit(FAIL, status), in dump_status_reg()
115 test_bit(DVER, status), get_err_string(get_err(status))); in dump_status_reg()
130 } while (test_bit(BUSY, &status)); in wait_until_not_busy()
180 if (!test_bit(BUSY, &status) && test_bit(DONE, &status) && in machxo2_spi_state()
228 if (test_bit(FAIL, &status)) { in machxo2_write_init()
316 if (!test_bit(DONE, &status)) { in machxo2_write_complete()
336 if (!test_bit(BUSY, &status) && test_bit(DONE, &status) && in machxo2_write_complete()

Completed in 90 milliseconds

12345678910>>...84