Searched refs:loc (Results 201 - 207 of 207) sorted by relevance

123456789

/linux-master/drivers/pinctrl/
H A Dpinctrl-rockchip.c1018 int mux, u32 *loc, u32 *reg, u32 *value)
1035 *loc = data->route_location;
1017 rockchip_get_mux_route(struct rockchip_pin_bank *bank, int pin, int mux, u32 *loc, u32 *reg, u32 *value) argument
/linux-master/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c5606 int ret = 0, i, loc = 0; local
5626 if (loc == info->rule_cnt) {
5632 rules[loc++] = i;
/linux-master/drivers/net/ethernet/sun/
H A Dniu.c7586 static int niu_del_ethtool_tcam_entry(struct niu *np, u32 loc) argument
7595 if (loc >= tcam_get_size(np))
7600 idx = tcam_get_index(np, loc);
/linux-master/drivers/scsi/megaraid/
H A Dmegaraid_sas_base.c3043 char *loc = (char *)buf; local
3047 bytes_wrote += scnprintf(loc + bytes_wrote,
/linux-master/lib/
H A Dtest_bpf.c2674 * | | | | ,--t=====4> if R0 != 0 JMP 4 * 3 + 1 1 2 3 4 5 6 7 8 loc
2720 int loc; local
2725 loc = abs(off);
2726 ins[0] = BPF_JMP_IMM(BPF_JNE, R0, loc - 1,
2728 ins[1] = BPF_ALU64_IMM(BPF_MOV, R0, loc);
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c5533 int loc, u8 *key, bool is_add)
5554 req1->index = cpu_to_le32(loc);
5574 static int hclge_fd_ad_config(struct hclge_dev *hdev, u8 stage, int loc, argument
5586 req->index = cpu_to_le32(loc);
5786 "fd key_y config fail, loc=%u, ret=%d\n",
5795 "fd key_x config fail, loc=%u, ret=%d\n",
5532 hclge_fd_tcam_config(struct hclge_dev *hdev, u8 stage, bool sel_x, int loc, u8 *key, bool is_add) argument
/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S7650 mov.l SRC_HI(%a0),FP_SCR0_HI(%a6) # copy to tmp loc
7651 mov.l SRC_LO(%a0),FP_SCR0_LO(%a6) # copy to tmp loc
20051 # %a0 : loc. of dbl denorm

Completed in 365 milliseconds

123456789