Searched refs:ncs (Results 1 – 6 of 6) sorted by relevance
/linux/net/ncsi/ |
H A D | ncsi-rsp.c | 925 struct ncsi_channel_stats *ncs; in ncsi_rsp_handler_gcps() 935 ncs = &nc->stats; in ncsi_rsp_handler_gcps() 936 ncs->hnc_cnt_hi = ntohl(rsp->cnt_hi); in ncsi_rsp_handler_gcps() 937 ncs->hnc_cnt_lo = ntohl(rsp->cnt_lo); in ncsi_rsp_handler_gcps() 938 ncs->hnc_rx_bytes = ntohl(rsp->rx_bytes); in ncsi_rsp_handler_gcps() 939 ncs->hnc_tx_bytes = ntohl(rsp->tx_bytes); in ncsi_rsp_handler_gcps() 940 ncs->hnc_rx_uc_pkts = ntohl(rsp->rx_uc_pkts); in ncsi_rsp_handler_gcps() 941 ncs->hnc_rx_mc_pkts = ntohl(rsp->rx_mc_pkts); in ncsi_rsp_handler_gcps() 942 ncs->hnc_rx_bc_pkts = ntohl(rsp->rx_bc_pkts); in ncsi_rsp_handler_gcps() 943 ncs in ncsi_rsp_handler_gcps() 923 struct ncsi_channel_stats *ncs; ncsi_rsp_handler_gcps() local 984 struct ncsi_channel_stats *ncs; ncsi_rsp_handler_gns() local 1011 struct ncsi_channel_stats *ncs; ncsi_rsp_handler_gnpts() local [all...] |
/linux/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/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. 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/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/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()
|