Searched refs:ncs (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/net/ncsi/ |
| H A D | ncsi-rsp.c | 918 struct ncsi_channel_stats *ncs; in ncsi_rsp_handler_gcps() local 928 ncs = &nc->stats; in ncsi_rsp_handler_gcps() 929 ncs->hnc_cnt_hi = ntohl(rsp->cnt_hi); in ncsi_rsp_handler_gcps() 930 ncs->hnc_cnt_lo = ntohl(rsp->cnt_lo); in ncsi_rsp_handler_gcps() 939 ncs->hnc_fcs_err = ntohl(rsp->fcs_err); in ncsi_rsp_handler_gcps() 979 struct ncsi_channel_stats *ncs; in ncsi_rsp_handler_gns() local 989 ncs = &nc->stats; in ncsi_rsp_handler_gns() 1006 struct ncsi_channel_stats *ncs; in ncsi_rsp_handler_gnpts() local 1016 ncs = &nc->stats; in ncsi_rsp_handler_gnpts() 1017 ncs->pt_tx_pkts = ntohl(rsp->tx_pkts); in ncsi_rsp_handler_gnpts() [all …]
|
| /linux-6.15/tools/testing/selftests/rcutorture/bin/ |
| H A D | kvm-recheck-lock.sh | 22 ncs=`grep "Writes: Total:" $i/console.log 2> /dev/null | tail -1 | sed -e 's/^.* Total: //' -e 's/… 23 if test -z "$ncs" 27 title="$configfile ------- $ncs acquisitions/releases" 33 ncsps=`awk -v ncs=$ncs -v dur=$dur '
|
| /linux-6.15/Documentation/devicetree/bindings/memory-controllers/ |
| H A D | atmel,ebi.txt | 54 - atmel,smc-read-mode "nrd" or "ncs". 55 Default to "ncs" when undefined. 58 Default to "ncs" when undefined. 83 - atmel,smc-ncs-rd-setup-ns 85 - atmel,smc-ncs-wr-setup-ns 87 - atmel,smc-ncs-rd-pulse-ns 89 - atmel,smc-ncs-wr-pulse-ns 124 atmel,smc-ncs-rd-setup-ns = <0>; 125 atmel,smc-ncs-wr-setup-ns = <0>; 128 atmel,smc-ncs-rd-pulse-ns = <84>; [all …]
|
| /linux-6.15/arch/arm/boot/dts/microchip/ |
| H A D | sama5d3xcm.dtsi | 65 atmel,smc-ncs-rd-setup-ns = <0>; 66 atmel,smc-ncs-wr-setup-ns = <0>; 69 atmel,smc-ncs-rd-pulse-ns = <84>; 70 atmel,smc-ncs-wr-pulse-ns = <84>;
|
| /linux-6.15/drivers/mtd/nand/raw/ |
| H A D | arasan-nand-controller.c | 218 unsigned int ncs; member 1285 if (anand->ncs_idx <= 0 || anand->ncs_idx > nfc->ncs) { in anfc_chip_init() 1400 ret = rawnand_dt_parse_gpio_cs(nfc->dev, &nfc->cs_array, &nfc->ncs); in anfc_parse_cs() 1413 if (nfc->ncs > 2 && !nfc->cs_array[0] && !nfc->cs_array[1]) { in anfc_parse_cs() 1427 nfc->ncs = ANFC_MAX_CS; in anfc_parse_cs() 1484 for (i = 0; i < nfc->ncs; i++) { in anfc_remove()
|
| H A D | stm32_fmc2_nand.c | 238 int ncs; member 1804 if (!of_get_property(dn, "reg", &nand->ncs)) in stm32_fmc2_nfc_parse_child() 1807 nand->ncs /= sizeof(u32); in stm32_fmc2_nfc_parse_child() 1808 if (!nand->ncs) { in stm32_fmc2_nfc_parse_child() 1813 for (i = 0; i < nand->ncs; i++) { in stm32_fmc2_nfc_parse_child() 2021 ret = nand_scan(chip, nand->ncs); in stm32_fmc2_nfc_probe()
|