/kernel/linux/linux-6.6/drivers/net/ethernet/fungible/funcore/ |
H A D | fun_hci.h | 151 __u8 subop; member 159 .subop = (_subop), .flags = cpu_to_be16(_flags), \ 185 __u8 subop; member 215 __u8 subop; member 242 __u8 subop; member 259 .subop = (_subop), .flags = cpu_to_be16(_flags), \ 276 .subop = (_subop), .flags = cpu_to_be16(_flags), \ 297 __u8 subop; member 334 .subop = (_subop), .flags = cpu_to_be16(_flags), \ 472 __u8 subop; /* se member 498 __u8 subop; global() member 517 __u8 subop; global() member 524 __u8 subop; global() member 541 __u8 subop; global() member 578 __u8 subop; global() member 584 __u8 subop; global() member 592 __u8 subop; global() member 600 u8 subop; global() member 613 __u8 subop; global() member 656 __u8 subop; global() member 664 __u8 subop; global() member 671 __u8 subop; global() member 678 __u8 subop; global() member 688 u8 subop; global() member 716 __u8 subop; global() member 751 __u8 subop; global() member 789 __u8 subop; global() member 811 __u8 subop; global() member 848 __u8 subop; global() member 854 __u8 subop; global() member 865 __u8 subop; global() member 905 __u8 subop; global() member 911 __u8 subop; global() member 922 __u8 subop; global() member 952 __u8 subop; global() member 967 __u8 subop; global() member 975 __u8 subop; global() member 1008 __u8 subop; global() member 1226 __u8 subop; global() member [all...] |
/kernel/linux/linux-5.10/arch/parisc/math-emu/ |
H A D | fpudispatch.c | 110 * extract the 3 bit subop field. For all but class 1 instructions, it is 115 * extract the 2 or 3 bit subop field from class 1 instructions. It is located 184 u_int class, subop; in fpudispatch() local 197 subop = get_subop1_PA2_0(ir); in fpudispatch() 199 subop = get_subop1_PA1_1(ir); in fpudispatch() 202 subop = get_subop(ir); in fpudispatch() 204 if (FPUDEBUG) printk("class %d subop %d\n", class, subop); in fpudispatch() 209 return(decode_0c(ir,class,subop,fpregs)); in fpudispatch() 211 return(decode_0e(ir,class,subop,fpreg in fpudispatch() 239 u_int class, subop, major; emfpudispatch() local 275 decode_0c(u_int ir, u_int class, u_int subop, u_int fpregs[]) decode_0c() argument [all...] |
/kernel/linux/linux-6.6/arch/parisc/math-emu/ |
H A D | fpudispatch.c | 110 * extract the 3 bit subop field. For all but class 1 instructions, it is 115 * extract the 2 or 3 bit subop field from class 1 instructions. It is located 184 u_int class, subop; in fpudispatch() local 197 subop = get_subop1_PA2_0(ir); in fpudispatch() 199 subop = get_subop1_PA1_1(ir); in fpudispatch() 202 subop = get_subop(ir); in fpudispatch() 204 if (FPUDEBUG) printk("class %d subop %d\n", class, subop); in fpudispatch() 209 return(decode_0c(ir,class,subop,fpregs)); in fpudispatch() 211 return(decode_0e(ir,class,subop,fpreg in fpudispatch() 239 u_int class, subop, major; emfpudispatch() local 275 decode_0c(u_int ir, u_int class, u_int subop, u_int fpregs[]) decode_0c() argument [all...] |
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | arasan-nand-controller.c | 596 const struct nand_subop *subop, in anfc_parse_instructions() 610 for (op_id = 0; op_id < subop->ninstrs; op_id++) { in anfc_parse_instructions() 615 instr = &subop->instrs[op_id]; in anfc_parse_instructions() 628 offset = nand_subop_get_addr_start_off(subop, op_id); in anfc_parse_instructions() 629 naddrs = nand_subop_get_num_addr_cyc(subop, op_id); in anfc_parse_instructions() 645 offset = nand_subop_get_data_start_off(subop, op_id); in anfc_parse_instructions() 648 nfc_op->len = nand_subop_get_data_len(subop, op_id); in anfc_parse_instructions() 724 const struct nand_subop *subop, in anfc_misc_data_type_exec() 731 ret = anfc_parse_instructions(chip, subop, &nfc_op); in anfc_misc_data_type_exec() 748 const struct nand_subop *subop) in anfc_param_read_type_exec() 595 anfc_parse_instructions(struct nand_chip *chip, const struct nand_subop *subop, struct anfc_op *nfc_op) anfc_parse_instructions() argument 723 anfc_misc_data_type_exec(struct nand_chip *chip, const struct nand_subop *subop, u32 prog_reg) anfc_misc_data_type_exec() argument 747 anfc_param_read_type_exec(struct nand_chip *chip, const struct nand_subop *subop) anfc_param_read_type_exec() argument 753 anfc_data_read_type_exec(struct nand_chip *chip, const struct nand_subop *subop) anfc_data_read_type_exec() argument 775 anfc_param_write_type_exec(struct nand_chip *chip, const struct nand_subop *subop) anfc_param_write_type_exec() argument 781 anfc_data_write_type_exec(struct nand_chip *chip, const struct nand_subop *subop) anfc_data_write_type_exec() argument 787 anfc_misc_zerolen_type_exec(struct nand_chip *chip, const struct nand_subop *subop, u32 prog_reg) anfc_misc_zerolen_type_exec() argument 812 anfc_status_type_exec(struct nand_chip *chip, const struct nand_subop *subop) anfc_status_type_exec() argument 833 anfc_reset_type_exec(struct nand_chip *chip, const struct nand_subop *subop) anfc_reset_type_exec() argument 839 anfc_erase_type_exec(struct nand_chip *chip, const struct nand_subop *subop) anfc_erase_type_exec() argument 845 anfc_wait_type_exec(struct nand_chip *chip, const struct nand_subop *subop) anfc_wait_type_exec() argument [all...] |
H A D | vf610_nfc.c | 347 vf610_get_next_instr(const struct nand_subop *subop, int *op_id) in vf610_get_next_instr() argument 349 if (*op_id + 1 >= subop->ninstrs) in vf610_get_next_instr() 354 return &subop->instrs[*op_id]; in vf610_get_next_instr() 358 const struct nand_subop *subop) in vf610_nfc_cmd() 372 instr = vf610_get_next_instr(subop, &op_id); in vf610_nfc_cmd() 380 instr = vf610_get_next_instr(subop, &op_id); in vf610_nfc_cmd() 384 int naddrs = nand_subop_get_num_addr_cyc(subop, op_id); in vf610_nfc_cmd() 385 int i = nand_subop_get_addr_start_off(subop, op_id); in vf610_nfc_cmd() 397 instr = vf610_get_next_instr(subop, &op_id); in vf610_nfc_cmd() 401 trfr_sz = nand_subop_get_data_len(subop, op_i in vf610_nfc_cmd() 357 vf610_nfc_cmd(struct nand_chip *chip, const struct nand_subop *subop) vf610_nfc_cmd() argument [all...] |
H A D | marvell_nand.c | 476 * subop subset of instructions. 483 * @data_instr_idx: Index of the data instruction in the subop 484 * @data_instr: Pointer to the data instruction in the subop 1710 const struct nand_subop *subop, in marvell_nfc_parse_instructions() 1722 for (op_id = 0; op_id < subop->ninstrs; op_id++) { in marvell_nfc_parse_instructions() 1727 instr = &subop->instrs[op_id]; in marvell_nfc_parse_instructions() 1744 offset = nand_subop_get_addr_start_off(subop, op_id); in marvell_nfc_parse_instructions() 1745 naddrs = nand_subop_get_num_addr_cyc(subop, op_id); in marvell_nfc_parse_instructions() 1771 len = nand_subop_get_data_len(subop, op_id); in marvell_nfc_parse_instructions() 1785 len = nand_subop_get_data_len(subop, op_i in marvell_nfc_parse_instructions() 1709 marvell_nfc_parse_instructions(struct nand_chip *chip, const struct nand_subop *subop, struct marvell_nfc_op *nfc_op) marvell_nfc_parse_instructions() argument 1799 marvell_nfc_xfer_data_pio(struct nand_chip *chip, const struct nand_subop *subop, struct marvell_nfc_op *nfc_op) marvell_nfc_xfer_data_pio() argument 1830 marvell_nfc_monolithic_access_exec(struct nand_chip *chip, const struct nand_subop *subop) marvell_nfc_monolithic_access_exec() argument 1894 marvell_nfc_naked_access_exec(struct nand_chip *chip, const struct nand_subop *subop) marvell_nfc_naked_access_exec() argument 1966 marvell_nfc_naked_waitrdy_exec(struct nand_chip *chip, const struct nand_subop *subop) marvell_nfc_naked_waitrdy_exec() argument 1980 marvell_nfc_read_id_type_exec(struct nand_chip *chip, const struct nand_subop *subop) marvell_nfc_read_id_type_exec() argument 2020 marvell_nfc_read_status_exec(struct nand_chip *chip, const struct nand_subop *subop) marvell_nfc_read_status_exec() argument 2060 marvell_nfc_reset_cmd_type_exec(struct nand_chip *chip, const struct nand_subop *subop) marvell_nfc_reset_cmd_type_exec() argument 2089 marvell_nfc_erase_cmd_type_exec(struct nand_chip *chip, const struct nand_subop *subop) marvell_nfc_erase_cmd_type_exec() argument [all...] |
H A D | nand_base.c | 2272 * @subop: Sub-operation to be passed to the NAND controller 2280 struct nand_subop subop; member 2347 * @ctx->subop is updated with the set of instructions to be passed to the 2354 unsigned int instr_offset = ctx->subop.first_instr_start_off; in nand_op_parser_match_pat() 2356 const struct nand_op_instr *instr = ctx->subop.instrs; in nand_op_parser_match_pat() 2380 * start of the next subop chunk). in nand_op_parser_match_pat() 2414 * We have a match: update the subop structure accordingly and return in nand_op_parser_match_pat() 2417 ctx->subop.ninstrs = ninstrs; in nand_op_parser_match_pat() 2418 ctx->subop.last_instr_end_off = instr_offset; in nand_op_parser_match_pat() 2430 pr_debug("executing subop (C in nand_op_parser_trace() 2557 nand_subop_instr_is_valid(const struct nand_subop *subop, unsigned int instr_idx) nand_subop_instr_is_valid() argument 2563 nand_subop_get_start_off(const struct nand_subop *subop, unsigned int instr_idx) nand_subop_get_start_off() argument 2583 nand_subop_get_addr_start_off(const struct nand_subop *subop, unsigned int instr_idx) nand_subop_get_addr_start_off() argument 2605 nand_subop_get_num_addr_cyc(const struct nand_subop *subop, unsigned int instr_idx) nand_subop_get_num_addr_cyc() argument 2637 nand_subop_get_data_start_off(const struct nand_subop *subop, unsigned int instr_idx) nand_subop_get_data_start_off() argument 2659 nand_subop_get_data_len(const struct nand_subop *subop, unsigned int instr_idx) nand_subop_get_data_len() argument [all...] |
H A D | cadence-nand-controller.c | 2042 const struct nand_subop *subop) in cadence_nand_cmd_opcode() 2051 instr = &subop->instrs[op_id]; in cadence_nand_cmd_opcode() 2072 const struct nand_subop *subop) in cadence_nand_cmd_address() 2085 instr = &subop->instrs[op_id]; in cadence_nand_cmd_address() 2093 offset = nand_subop_get_addr_start_off(subop, op_id); in cadence_nand_cmd_address() 2094 naddrs = nand_subop_get_num_addr_cyc(subop, op_id); in cadence_nand_cmd_address() 2115 const struct nand_subop *subop) in cadence_nand_cmd_erase() 2119 if (subop->instrs[0].ctx.cmd.opcode == NAND_CMD_ERASE1) { in cadence_nand_cmd_erase() 2126 instr = &subop->instrs[1]; in cadence_nand_cmd_erase() 2127 offset = nand_subop_get_addr_start_off(subop, in cadence_nand_cmd_erase() 2041 cadence_nand_cmd_opcode(struct nand_chip *chip, const struct nand_subop *subop) cadence_nand_cmd_opcode() argument 2071 cadence_nand_cmd_address(struct nand_chip *chip, const struct nand_subop *subop) cadence_nand_cmd_address() argument 2114 cadence_nand_cmd_erase(struct nand_chip *chip, const struct nand_subop *subop) cadence_nand_cmd_erase() argument 2155 cadence_nand_cmd_data(struct nand_chip *chip, const struct nand_subop *subop) cadence_nand_cmd_data() argument 2225 cadence_nand_cmd_waitrdy(struct nand_chip *chip, const struct nand_subop *subop) cadence_nand_cmd_waitrdy() argument [all...] |
H A D | tegra_nand.c | 351 const struct nand_subop *subop) in tegra_nand_cmd() 361 for (op_id = 0; op_id < subop->ninstrs; op_id++) { in tegra_nand_cmd() 366 instr = &subop->instrs[op_id]; in tegra_nand_cmd() 383 offset = nand_subop_get_addr_start_off(subop, op_id); in tegra_nand_cmd() 384 naddrs = nand_subop_get_num_addr_cyc(subop, op_id); in tegra_nand_cmd() 399 size = nand_subop_get_data_len(subop, op_id); in tegra_nand_cmd() 400 offset = nand_subop_get_data_start_off(subop, op_id); in tegra_nand_cmd() 409 size = nand_subop_get_data_len(subop, op_id); in tegra_nand_cmd() 410 offset = nand_subop_get_data_start_off(subop, op_id); in tegra_nand_cmd() 350 tegra_nand_cmd(struct nand_chip *chip, const struct nand_subop *subop) tegra_nand_cmd() argument
|
H A D | qcom_nandc.c | 2593 const struct nand_subop *subop, in qcom_parse_instructions() 2600 for (op_id = 0; op_id < subop->ninstrs; op_id++) { in qcom_parse_instructions() 2604 instr = &subop->instrs[op_id]; in qcom_parse_instructions() 2617 offset = nand_subop_get_addr_start_off(subop, op_id); in qcom_parse_instructions() 2618 naddrs = nand_subop_get_num_addr_cyc(subop, op_id); in qcom_parse_instructions() 2681 const struct nand_subop *subop) in qcom_read_status_exec() 2695 ret = qcom_parse_instructions(chip, subop, &q_op); in qcom_read_status_exec() 2738 len = nand_subop_get_data_len(subop, op_id); in qcom_read_status_exec() 2745 static int qcom_read_id_type_exec(struct nand_chip *chip, const struct nand_subop *subop) in qcom_read_id_type_exec() argument 2755 ret = qcom_parse_instructions(chip, subop, in qcom_read_id_type_exec() 2592 qcom_parse_instructions(struct nand_chip *chip, const struct nand_subop *subop, struct qcom_op *q_op) qcom_parse_instructions() argument 2680 qcom_read_status_exec(struct nand_chip *chip, const struct nand_subop *subop) qcom_read_status_exec() argument 2796 qcom_misc_cmd_type_exec(struct nand_chip *chip, const struct nand_subop *subop) qcom_misc_cmd_type_exec() argument 2854 qcom_param_page_type_exec(struct nand_chip *chip, const struct nand_subop *subop) qcom_param_page_type_exec() argument [all...] |
H A D | rockchip-nand-controller.c | 332 const struct nand_subop *subop) in rk_nfc_cmd() 342 for (i = 0; i < subop->ninstrs; i++) { in rk_nfc_cmd() 343 const struct nand_op_instr *instr = &subop->instrs[i]; in rk_nfc_cmd() 352 remaining = nand_subop_get_num_addr_cyc(subop, i); in rk_nfc_cmd() 353 start = nand_subop_get_addr_start_off(subop, i); in rk_nfc_cmd() 362 start = nand_subop_get_data_start_off(subop, i); in rk_nfc_cmd() 363 cnt = nand_subop_get_data_len(subop, i); in rk_nfc_cmd() 331 rk_nfc_cmd(struct nand_chip *chip, const struct nand_subop *subop) rk_nfc_cmd() argument
|
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | arasan-nand-controller.c | 532 const struct nand_subop *subop, in anfc_parse_instructions() 545 for (op_id = 0; op_id < subop->ninstrs; op_id++) { in anfc_parse_instructions() 550 instr = &subop->instrs[op_id]; in anfc_parse_instructions() 563 offset = nand_subop_get_addr_start_off(subop, op_id); in anfc_parse_instructions() 564 naddrs = nand_subop_get_num_addr_cyc(subop, op_id); in anfc_parse_instructions() 580 offset = nand_subop_get_data_start_off(subop, op_id); in anfc_parse_instructions() 583 nfc_op->len = nand_subop_get_data_len(subop, op_id); in anfc_parse_instructions() 659 const struct nand_subop *subop, in anfc_misc_data_type_exec() 666 ret = anfc_parse_instructions(chip, subop, &nfc_op); in anfc_misc_data_type_exec() 683 const struct nand_subop *subop) in anfc_param_read_type_exec() 531 anfc_parse_instructions(struct nand_chip *chip, const struct nand_subop *subop, struct anfc_op *nfc_op) anfc_parse_instructions() argument 658 anfc_misc_data_type_exec(struct nand_chip *chip, const struct nand_subop *subop, u32 prog_reg) anfc_misc_data_type_exec() argument 682 anfc_param_read_type_exec(struct nand_chip *chip, const struct nand_subop *subop) anfc_param_read_type_exec() argument 688 anfc_data_read_type_exec(struct nand_chip *chip, const struct nand_subop *subop) anfc_data_read_type_exec() argument 694 anfc_param_write_type_exec(struct nand_chip *chip, const struct nand_subop *subop) anfc_param_write_type_exec() argument 700 anfc_data_write_type_exec(struct nand_chip *chip, const struct nand_subop *subop) anfc_data_write_type_exec() argument 706 anfc_misc_zerolen_type_exec(struct nand_chip *chip, const struct nand_subop *subop, u32 prog_reg) anfc_misc_zerolen_type_exec() argument 731 anfc_status_type_exec(struct nand_chip *chip, const struct nand_subop *subop) anfc_status_type_exec() argument 752 anfc_reset_type_exec(struct nand_chip *chip, const struct nand_subop *subop) anfc_reset_type_exec() argument 758 anfc_erase_type_exec(struct nand_chip *chip, const struct nand_subop *subop) anfc_erase_type_exec() argument 764 anfc_wait_type_exec(struct nand_chip *chip, const struct nand_subop *subop) anfc_wait_type_exec() argument [all...] |
H A D | vf610_nfc.c | 347 vf610_get_next_instr(const struct nand_subop *subop, int *op_id) in vf610_get_next_instr() argument 349 if (*op_id + 1 >= subop->ninstrs) in vf610_get_next_instr() 354 return &subop->instrs[*op_id]; in vf610_get_next_instr() 358 const struct nand_subop *subop) in vf610_nfc_cmd() 372 instr = vf610_get_next_instr(subop, &op_id); in vf610_nfc_cmd() 380 instr = vf610_get_next_instr(subop, &op_id); in vf610_nfc_cmd() 384 int naddrs = nand_subop_get_num_addr_cyc(subop, op_id); in vf610_nfc_cmd() 385 int i = nand_subop_get_addr_start_off(subop, op_id); in vf610_nfc_cmd() 397 instr = vf610_get_next_instr(subop, &op_id); in vf610_nfc_cmd() 401 trfr_sz = nand_subop_get_data_len(subop, op_i in vf610_nfc_cmd() 357 vf610_nfc_cmd(struct nand_chip *chip, const struct nand_subop *subop) vf610_nfc_cmd() argument [all...] |
H A D | marvell_nand.c | 468 * subop subset of instructions. 475 * @data_instr_idx: Index of the data instruction in the subop 476 * @data_instr: Pointer to the data instruction in the subop 1696 const struct nand_subop *subop, in marvell_nfc_parse_instructions() 1708 for (op_id = 0; op_id < subop->ninstrs; op_id++) { in marvell_nfc_parse_instructions() 1713 instr = &subop->instrs[op_id]; in marvell_nfc_parse_instructions() 1730 offset = nand_subop_get_addr_start_off(subop, op_id); in marvell_nfc_parse_instructions() 1731 naddrs = nand_subop_get_num_addr_cyc(subop, op_id); in marvell_nfc_parse_instructions() 1757 len = nand_subop_get_data_len(subop, op_id); in marvell_nfc_parse_instructions() 1771 len = nand_subop_get_data_len(subop, op_i in marvell_nfc_parse_instructions() 1695 marvell_nfc_parse_instructions(struct nand_chip *chip, const struct nand_subop *subop, struct marvell_nfc_op *nfc_op) marvell_nfc_parse_instructions() argument 1785 marvell_nfc_xfer_data_pio(struct nand_chip *chip, const struct nand_subop *subop, struct marvell_nfc_op *nfc_op) marvell_nfc_xfer_data_pio() argument 1816 marvell_nfc_monolithic_access_exec(struct nand_chip *chip, const struct nand_subop *subop) marvell_nfc_monolithic_access_exec() argument 1880 marvell_nfc_naked_access_exec(struct nand_chip *chip, const struct nand_subop *subop) marvell_nfc_naked_access_exec() argument 1952 marvell_nfc_naked_waitrdy_exec(struct nand_chip *chip, const struct nand_subop *subop) marvell_nfc_naked_waitrdy_exec() argument 1966 marvell_nfc_read_id_type_exec(struct nand_chip *chip, const struct nand_subop *subop) marvell_nfc_read_id_type_exec() argument 2006 marvell_nfc_read_status_exec(struct nand_chip *chip, const struct nand_subop *subop) marvell_nfc_read_status_exec() argument 2046 marvell_nfc_reset_cmd_type_exec(struct nand_chip *chip, const struct nand_subop *subop) marvell_nfc_reset_cmd_type_exec() argument 2075 marvell_nfc_erase_cmd_type_exec(struct nand_chip *chip, const struct nand_subop *subop) marvell_nfc_erase_cmd_type_exec() argument [all...] |
H A D | nand_base.c | 1953 * @subop: Sub-operation to be passed to the NAND controller 1961 struct nand_subop subop; member 2028 * @ctx->subop is updated with the set of instructions to be passed to the 2035 unsigned int instr_offset = ctx->subop.first_instr_start_off; in nand_op_parser_match_pat() 2037 const struct nand_op_instr *instr = ctx->subop.instrs; in nand_op_parser_match_pat() 2061 * start of the next subop chunk). in nand_op_parser_match_pat() 2095 * We have a match: update the subop structure accordingly and return in nand_op_parser_match_pat() 2098 ctx->subop.ninstrs = ninstrs; in nand_op_parser_match_pat() 2099 ctx->subop.last_instr_end_off = instr_offset; in nand_op_parser_match_pat() 2111 pr_debug("executing subop (C in nand_op_parser_trace() 2238 nand_subop_instr_is_valid(const struct nand_subop *subop, unsigned int instr_idx) nand_subop_instr_is_valid() argument 2244 nand_subop_get_start_off(const struct nand_subop *subop, unsigned int instr_idx) nand_subop_get_start_off() argument 2264 nand_subop_get_addr_start_off(const struct nand_subop *subop, unsigned int instr_idx) nand_subop_get_addr_start_off() argument 2286 nand_subop_get_num_addr_cyc(const struct nand_subop *subop, unsigned int instr_idx) nand_subop_get_num_addr_cyc() argument 2318 nand_subop_get_data_start_off(const struct nand_subop *subop, unsigned int instr_idx) nand_subop_get_data_start_off() argument 2340 nand_subop_get_data_len(const struct nand_subop *subop, unsigned int instr_idx) nand_subop_get_data_len() argument [all...] |
H A D | cadence-nand-controller.c | 1999 const struct nand_subop *subop) in cadence_nand_cmd_opcode() 2008 instr = &subop->instrs[op_id]; in cadence_nand_cmd_opcode() 2029 const struct nand_subop *subop) in cadence_nand_cmd_address() 2042 instr = &subop->instrs[op_id]; in cadence_nand_cmd_address() 2050 offset = nand_subop_get_addr_start_off(subop, op_id); in cadence_nand_cmd_address() 2051 naddrs = nand_subop_get_num_addr_cyc(subop, op_id); in cadence_nand_cmd_address() 2072 const struct nand_subop *subop) in cadence_nand_cmd_erase() 2076 if (subop->instrs[0].ctx.cmd.opcode == NAND_CMD_ERASE1) { in cadence_nand_cmd_erase() 2083 instr = &subop->instrs[1]; in cadence_nand_cmd_erase() 2084 offset = nand_subop_get_addr_start_off(subop, in cadence_nand_cmd_erase() 1998 cadence_nand_cmd_opcode(struct nand_chip *chip, const struct nand_subop *subop) cadence_nand_cmd_opcode() argument 2028 cadence_nand_cmd_address(struct nand_chip *chip, const struct nand_subop *subop) cadence_nand_cmd_address() argument 2071 cadence_nand_cmd_erase(struct nand_chip *chip, const struct nand_subop *subop) cadence_nand_cmd_erase() argument 2112 cadence_nand_cmd_data(struct nand_chip *chip, const struct nand_subop *subop) cadence_nand_cmd_data() argument 2182 cadence_nand_cmd_waitrdy(struct nand_chip *chip, const struct nand_subop *subop) cadence_nand_cmd_waitrdy() argument [all...] |
H A D | tegra_nand.c | 348 const struct nand_subop *subop) in tegra_nand_cmd() 358 for (op_id = 0; op_id < subop->ninstrs; op_id++) { in tegra_nand_cmd() 363 instr = &subop->instrs[op_id]; in tegra_nand_cmd() 380 offset = nand_subop_get_addr_start_off(subop, op_id); in tegra_nand_cmd() 381 naddrs = nand_subop_get_num_addr_cyc(subop, op_id); in tegra_nand_cmd() 396 size = nand_subop_get_data_len(subop, op_id); in tegra_nand_cmd() 397 offset = nand_subop_get_data_start_off(subop, op_id); in tegra_nand_cmd() 406 size = nand_subop_get_data_len(subop, op_id); in tegra_nand_cmd() 407 offset = nand_subop_get_data_start_off(subop, op_id); in tegra_nand_cmd() 347 tegra_nand_cmd(struct nand_chip *chip, const struct nand_subop *subop) tegra_nand_cmd() argument
|
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | psargs.c | 710 u32 subop; in acpi_ps_get_next_arg() local 804 subop = acpi_ps_peek_opcode(parser_state); in acpi_ps_get_next_arg() 805 if (subop == 0 || in acpi_ps_get_next_arg() 806 acpi_ps_is_leading_char(subop) || in acpi_ps_get_next_arg() 807 ACPI_IS_ROOT_PREFIX(subop) || in acpi_ps_get_next_arg() 808 ACPI_IS_PARENT_PREFIX(subop)) { in acpi_ps_get_next_arg() 838 subop = acpi_ps_peek_opcode(parser_state); in acpi_ps_get_next_arg() 839 if (subop == 0 || in acpi_ps_get_next_arg() 840 acpi_ps_is_leading_char(subop) || in acpi_ps_get_next_arg() 841 ACPI_IS_ROOT_PREFIX(subop) || in acpi_ps_get_next_arg() [all...] |
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | psargs.c | 710 u32 subop; in acpi_ps_get_next_arg() local 804 subop = acpi_ps_peek_opcode(parser_state); in acpi_ps_get_next_arg() 805 if (subop == 0 || in acpi_ps_get_next_arg() 806 acpi_ps_is_leading_char(subop) || in acpi_ps_get_next_arg() 807 ACPI_IS_ROOT_PREFIX(subop) || in acpi_ps_get_next_arg() 808 ACPI_IS_PARENT_PREFIX(subop)) { in acpi_ps_get_next_arg() 838 subop = acpi_ps_peek_opcode(parser_state); in acpi_ps_get_next_arg() 839 if (subop == 0 || in acpi_ps_get_next_arg() 840 acpi_ps_is_leading_char(subop) || in acpi_ps_get_next_arg() 841 ACPI_IS_ROOT_PREFIX(subop) || in acpi_ps_get_next_arg() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/fungible/funeth/ |
H A D | funeth_ktls.c | 11 .subop = FUN_ADMIN_SUBOP_CREATE, in fun_admin_ktls_create() 27 .subop = FUN_ADMIN_SUBOP_MODIFY, in fun_ktls_add() 86 req.subop = FUN_ADMIN_SUBOP_MODIFY; in fun_ktls_del() 110 req.subop = FUN_ADMIN_SUBOP_MODIFY; in fun_ktls_resync()
|
/kernel/linux/linux-5.10/drivers/gpu/host1x/hw/ |
H A D | debug_hw.c | 44 unsigned int mask, subop, num, opcode; in show_channel_command() local 142 subop = val >> 24 & 0xf; in show_channel_command() 143 if (subop == HOST1X_OPCODE_EXTEND_ACQUIRE_MLOCK) in show_channel_command() 146 else if (subop == HOST1X_OPCODE_EXTEND_RELEASE_MLOCK) in show_channel_command()
|
/kernel/linux/linux-6.6/drivers/gpu/host1x/hw/ |
H A D | debug_hw.c | 44 unsigned int mask, subop, num, opcode; in show_channel_command() local 142 subop = val >> 24 & 0xf; in show_channel_command() 143 if (subop == HOST1X_OPCODE_EXTEND_ACQUIRE_MLOCK) in show_channel_command() 146 else if (subop == HOST1X_OPCODE_EXTEND_RELEASE_MLOCK) in show_channel_command()
|
/kernel/linux/linux-5.10/drivers/scsi/csiostor/ |
H A D | csio_isr.c | 151 uint8_t subop; in csio_process_scsi_cmpl() local 158 subop = FW_SCSI_ABRT_CLS_WR_SUB_OPCODE_GET( in csio_process_scsi_cmpl() 163 subop ? "Close" : "Abort", in csio_process_scsi_cmpl() 167 if (subop) in csio_process_scsi_cmpl()
|
/kernel/linux/linux-6.6/drivers/scsi/csiostor/ |
H A D | csio_isr.c | 151 uint8_t subop; in csio_process_scsi_cmpl() local 158 subop = FW_SCSI_ABRT_CLS_WR_SUB_OPCODE_GET( in csio_process_scsi_cmpl() 163 subop ? "Close" : "Abort", in csio_process_scsi_cmpl() 167 if (subop) in csio_process_scsi_cmpl()
|
/kernel/linux/linux-5.10/include/linux/mtd/ |
H A D | rawnand.h | 839 unsigned int nand_subop_get_addr_start_off(const struct nand_subop *subop, 841 unsigned int nand_subop_get_num_addr_cyc(const struct nand_subop *subop, 843 unsigned int nand_subop_get_data_start_off(const struct nand_subop *subop, 845 unsigned int nand_subop_get_data_len(const struct nand_subop *subop, 936 int (*exec)(struct nand_chip *chip, const struct nand_subop *subop);
|