/linux/arch/arm/mach-tegra/ ! |
H A D | sleep-tegra20.S | 52 .macro test_pll_state, rd, test_mask argument 54 tst \rd, #\test_mask 67 .macro pll_enable, rd, r_car_base, pll_base, test_mask argument 68 test_pll_state \rd, \test_mask
|
H A D | sleep-tegra30.S | 99 .macro test_pll_state, rd, test_mask argument 101 tst \rd, #\test_mask 132 .macro pll_enable, rd, r_car_base, pll_base, pll_misc, test_mask argument 133 test_pll_state \rd, \test_mask 153 .macro pll_locked, rd, r_car_base, pll_base, test_mask argument 154 test_pll_state \rd, \test_mask
|
/linux/fs/notify/ ! |
H A D | fsnotify.c | 385 __u32 test_mask = (mask & ALL_FSNOTIFY_EVENTS); in send_to_group() local 416 if (!(test_mask & marks_mask & ~marks_ignore_mask)) in send_to_group() 554 __u32 test_mask, marks_mask = 0; in fsnotify() local 608 test_mask = (mask & ALL_FSNOTIFY_EVENTS); in fsnotify() 609 if (!(test_mask & marks_mask)) in fsnotify()
|
/linux/drivers/scsi/qla4xxx/ ! |
H A D | ql4_83xx.h | 182 __le32 test_mask; member 188 __le32 test_mask; member
|
H A D | ql4_83xx.c | 699 * value read ANDed with test_mask is equal to test_result. 704 * @test_mask : Mask value read with "test_mask" 705 * @test_result : Compare (value&test_mask) with test_result. 708 int duration, uint32_t test_mask, in qla4_83xx_poll_reg() argument 721 if ((value & test_mask) != test_result) { in qla4_83xx_poll_reg() 738 __func__, value, test_mask, test_result); in qla4_83xx_poll_reg() 883 * This function read value from raddr, AND with test_mask, 902 value &= p_rmw_hdr->test_mask; in qla4_83xx_rmw_crb_reg() 958 * the test_mask, test_valu in qla4_83xx_poll_list() [all...] |
/linux/fs/notify/dnotify/ ! |
H A D | dnotify.c | 97 __u32 test_mask = mask & ~FS_EVENT_ON_CHILD; in dnotify_handle_event() local 108 if ((dn->dn_mask & test_mask) == 0) { in dnotify_handle_event()
|
/linux/drivers/scsi/qla2xxx/ ! |
H A D | qla_nx2.h | 239 uint32_t test_mask; member 245 uint32_t test_mask; member
|
H A D | qla_nx2.c | 227 * qla8044_rmw_crb_reg - Read value from raddr, AND with test_mask, 246 value &= p_rmw_hdr->test_mask; in qla8044_rmw_crb_reg() 648 * value read ANDed with test_mask is equal to test_result. 653 * @test_mask : Mask value read with "test_mask" 654 * @test_result : Compare (value&test_mask) with test_result. 660 int duration, uint32_t test_mask, uint32_t test_result) in qla8044_poll_reg() argument 677 if ((value & test_mask) != test_result) { in qla8044_poll_reg() 696 __func__, value, test_mask, test_result); in qla8044_poll_reg() 704 * register specified by p_entry->arg1 and compare (value AND test_mask) wit [all...] |
/linux/fs/notify/fanotify/ ! |
H A D | fanotify.c | 306 __u32 test_mask, user_mask = FANOTIFY_OUTGOING_EVENTS | in fanotify_group_event_mask() local 352 test_mask = event_mask & marks_mask & ~marks_ignore_mask; in fanotify_group_event_mask() 369 if (!(test_mask & ~FANOTIFY_EVENT_FLAGS)) in fanotify_group_event_mask() 375 return test_mask & user_mask; in fanotify_group_event_mask()
|
/linux/drivers/net/ethernet/broadcom/bnxt/ ! |
H A D | bnxt_ethtool.c | 4981 static int bnxt_run_fw_tests(struct bnxt *bp, u8 test_mask, u8 *test_results) in bnxt_run_fw_tests() argument 4992 req->flags = test_mask; in bnxt_run_fw_tests() 5014 u8 test_mask = 0; in bnxt_self_test() local 5050 test_mask |= bit_val; in bnxt_self_test() 5052 test_mask |= bit_val; in bnxt_self_test() 5055 bnxt_run_fw_tests(bp, test_mask, &test_results); in bnxt_self_test() 5058 bnxt_run_fw_tests(bp, test_mask, &test_results); in bnxt_self_test() 5110 if ((test_mask & bit_val) && !(test_results & bit_val)) { in bnxt_self_test()
|