Searched refs:curr_data (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/gdbstub/ |
H A D | gdbstub.c | 880 const char *curr_schema, *curr_data; in cmd_parse_params() local 886 curr_data = data; in cmd_parse_params() 887 while (curr_schema[0] && curr_schema[1] && *curr_data) { in cmd_parse_params() 892 if (qemu_strtoul(curr_data, &curr_data, 16, in cmd_parse_params() 896 curr_data = cmd_next_param(curr_data, curr_schema[1]); in cmd_parse_params() 900 if (qemu_strtou64(curr_data, &curr_data, 16, in cmd_parse_params() 904 curr_data = cmd_next_param(curr_data, curr_schema[1]); in cmd_parse_params() 908 this_param.data = curr_data; in cmd_parse_params() 909 curr_data = cmd_next_param(curr_data, curr_schema[1]); in cmd_parse_params() 913 this_param.opcode = *(uint8_t *)curr_data; in cmd_parse_params() [all …]
|
/openbmc/linux/net/sched/ |
H A D | act_ife.c | 735 u8 *curr_data; in tcf_ife_decode() local 739 curr_data = ife_tlv_meta_decode(tlv_data, ifehdr_end, &mtype, in tcf_ife_decode() 741 if (!curr_data) { in tcf_ife_decode() 746 if (find_decode_metaid(skb, ife, mtype, dlen, curr_data)) { in tcf_ife_decode()
|
/openbmc/linux/drivers/scsi/ |
H A D | FlashPoint.c | 5842 unsigned char curr_data, ret_data; in FPT_scxferc() local 5844 curr_data = p_data | BIT(7) | BIT(5); /*Start with DB7 & DB5 asserted. */ in FPT_scxferc() 5846 WR_HARPOON(p_port + hp_scsidata_0, curr_data); in FPT_scxferc() 5848 curr_data &= ~BIT(7); in FPT_scxferc() 5850 WR_HARPOON(p_port + hp_scsidata_0, curr_data); in FPT_scxferc() 5857 curr_data |= BIT(6); in FPT_scxferc() 5859 WR_HARPOON(p_port + hp_scsidata_0, curr_data); in FPT_scxferc() 5861 curr_data &= ~BIT(5); in FPT_scxferc() 5863 WR_HARPOON(p_port + hp_scsidata_0, curr_data); in FPT_scxferc() 5867 curr_data &= ~(BIT(4) | BIT(3) | BIT(2) | BIT(1) | BIT(0)); /*Release data bits */ in FPT_scxferc() [all …]
|