Searched refs:ncs (Results 1 – 6 of 6) sorted by relevance
| /linux/net/ncsi/ |
| A D | ncsi-rsp.c | 950 struct ncsi_channel_stats *ncs; in ncsi_rsp_handler_gcps() local 960 ncs = &nc->stats; in ncsi_rsp_handler_gcps() 961 ncs->hnc_cnt_hi = ntohl(rsp->cnt_hi); in ncsi_rsp_handler_gcps() 962 ncs->hnc_cnt_lo = ntohl(rsp->cnt_lo); in ncsi_rsp_handler_gcps() 971 ncs->hnc_fcs_err = ntohl(rsp->fcs_err); in ncsi_rsp_handler_gcps() 1011 struct ncsi_channel_stats *ncs; in ncsi_rsp_handler_gns() local 1021 ncs = &nc->stats; in ncsi_rsp_handler_gns() 1038 struct ncsi_channel_stats *ncs; in ncsi_rsp_handler_gnpts() local 1048 ncs = &nc->stats; in ncsi_rsp_handler_gnpts() 1049 ncs->pt_tx_pkts = ntohl(rsp->tx_pkts); in ncsi_rsp_handler_gnpts() [all …]
|
| /linux/tools/testing/selftests/rcutorture/bin/ |
| 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/ |
| 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/arch/arm/boot/dts/ |
| 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/ |
| A D | arasan-nand-controller.c | 218 unsigned int ncs; member 1282 if (anand->ncs_idx <= 0 || anand->ncs_idx > nfc->ncs) { in anfc_chip_init() 1398 ret = rawnand_dt_parse_gpio_cs(nfc->dev, &nfc->cs_array, &nfc->ncs); in anfc_parse_cs() 1410 if (nfc->cs_array && nfc->ncs > 2) { in anfc_parse_cs() 1425 nfc->ncs = ANFC_MAX_CS; in anfc_parse_cs()
|
| A D | stm32_fmc2_nand.c | 235 int ncs; member 1757 if (!of_get_property(dn, "reg", &nand->ncs)) in stm32_fmc2_nfc_parse_child() 1760 nand->ncs /= sizeof(u32); in stm32_fmc2_nfc_parse_child() 1761 if (!nand->ncs) { in stm32_fmc2_nfc_parse_child() 1766 for (i = 0; i < nand->ncs; i++) { in stm32_fmc2_nfc_parse_child() 1960 ret = nand_scan(chip, nand->ncs); in stm32_fmc2_nfc_probe()
|
Completed in 19 milliseconds