Home
last modified time | relevance | path

Searched refs:ncs (Results 1 – 6 of 6) sorted by relevance

/linux-6.6.21/net/ncsi/
Dncsi-rsp.c923 struct ncsi_channel_stats *ncs; in ncsi_rsp_handler_gcps() local
933 ncs = &nc->stats; in ncsi_rsp_handler_gcps()
934 ncs->hnc_cnt_hi = ntohl(rsp->cnt_hi); in ncsi_rsp_handler_gcps()
935 ncs->hnc_cnt_lo = ntohl(rsp->cnt_lo); in ncsi_rsp_handler_gcps()
936 ncs->hnc_rx_bytes = ntohl(rsp->rx_bytes); in ncsi_rsp_handler_gcps()
937 ncs->hnc_tx_bytes = ntohl(rsp->tx_bytes); in ncsi_rsp_handler_gcps()
938 ncs->hnc_rx_uc_pkts = ntohl(rsp->rx_uc_pkts); in ncsi_rsp_handler_gcps()
939 ncs->hnc_rx_mc_pkts = ntohl(rsp->rx_mc_pkts); in ncsi_rsp_handler_gcps()
940 ncs->hnc_rx_bc_pkts = ntohl(rsp->rx_bc_pkts); in ncsi_rsp_handler_gcps()
941 ncs->hnc_tx_uc_pkts = ntohl(rsp->tx_uc_pkts); in ncsi_rsp_handler_gcps()
[all …]
/linux-6.6.21/tools/testing/selftests/rcutorture/bin/
Dkvm-recheck-lock.sh22 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.6.21/Documentation/devicetree/bindings/memory-controllers/
Datmel,ebi.txt54 - atmel,smc-read-mode "nrd" or "ncs".
55 Default to "ncs" when undefined.
57 - atmel,smc-write-mode "nwe" or "ncs".
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>;
[all …]
/linux-6.6.21/arch/arm/boot/dts/microchip/
Dsama5d3xcm.dtsi65 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.6.21/drivers/mtd/nand/raw/
Darasan-nand-controller.c218 unsigned int ncs; member
1285 if (anand->ncs_idx <= 0 || anand->ncs_idx > nfc->ncs) { in anfc_chip_init()
1401 ret = rawnand_dt_parse_gpio_cs(nfc->dev, &nfc->cs_array, &nfc->ncs); in anfc_parse_cs()
1413 if (nfc->cs_array && nfc->ncs > 2) { in anfc_parse_cs()
1428 nfc->ncs = ANFC_MAX_CS; in anfc_parse_cs()
Dstm32_fmc2_nand.c237 int ncs; member
1776 if (!of_get_property(dn, "reg", &nand->ncs)) in stm32_fmc2_nfc_parse_child()
1779 nand->ncs /= sizeof(u32); in stm32_fmc2_nfc_parse_child()
1780 if (!nand->ncs) { in stm32_fmc2_nfc_parse_child()
1785 for (i = 0; i < nand->ncs; i++) { in stm32_fmc2_nfc_parse_child()
1988 ret = nand_scan(chip, nand->ncs); in stm32_fmc2_nfc_probe()