Home
last modified time | relevance | path

Searched refs:sas (Results 1 – 25 of 40) sorted by relevance

12

/linux-6.3-rc2/Documentation/devicetree/bindings/scsi/
A Dhisilicon-sas.txt7 (a) "hisilicon,hip05-sas-v1" for v1 hw in hip05 chipset
8 (b) "hisilicon,hip06-sas-v2" for v2 hw in hip06 chipset
9 (c) "hisilicon,hip07-sas-v2" for v2 hw in hip07 chipset
10 - sas-addr : array of 8 bytes for host SAS address
15 - hisilicon,sas-syscon: phandle of syscon used for sas control
54 - hip06-sas-v2-quirk-amt : when set, indicates that the v2 controller has the
65 sas0: sas@c1000000 {
66 compatible = "hisilicon,hip05-sas-v1";
67 sas-addr = [50 01 88 20 16 00 00 0a];
69 hisilicon,sas-syscon = <&pcie_sas>;
/linux-6.3-rc2/Documentation/devicetree/bindings/sound/
A Dst,sti-asoc-card.txt3 The sti ASoC Sound Card can be used, for all sti SoCs using internal sti-sas
98 2) sti-sas-codec: internal audio codec IPs driver
102 - compatible: "st,sti<chip>-sas-codec" .
103 Should be chip "st,stih416-sas-codec" or "st,stih407-sas-codec"
112 sti_sas_codec: sti-sas-codec {
113 compatible = "st,stih407-sas-codec";
/linux-6.3-rc2/arch/arm64/boot/dts/hisilicon/
A Dhip06.dtsi605 sas0: sas@c3000000 {
606 compatible = "hisilicon,hip06-sas-v2";
608 sas-addr = [50 01 88 20 16 00 00 00];
609 hisilicon,sas-syscon = <&dsa_subctrl>;
647 sas1: sas@a2000000 {
648 compatible = "hisilicon,hip06-sas-v2";
650 sas-addr = [50 01 88 20 16 00 00 00];
651 hisilicon,sas-syscon = <&pcie_subctl>;
652 hip06-sas-v2-quirk-amt;
690 sas2: sas@a3000000 {
[all …]
A Dhip07.dtsi1587 sas0: sas@c3000000 {
1588 compatible = "hisilicon,hip07-sas-v2";
1590 sas-addr = [50 01 88 20 16 00 00 00];
1591 hisilicon,sas-syscon = <&dsa_subctrl>;
1628 sas1: sas@a2000000 {
1629 compatible = "hisilicon,hip07-sas-v2";
1631 sas-addr = [50 01 88 20 16 00 00 00];
1632 hisilicon,sas-syscon = <&pcie_subctl>;
1633 hip06-sas-v2-quirk-amt;
1670 sas2: sas@a3000000 {
[all …]
/linux-6.3-rc2/drivers/mtd/nand/raw/brcmnand/
A Dbrcmnand.c1203 next = (section * sas); in brcmnand_hamming_ooblayout_free()
1260 if (sas <= chip->ecc.bytes) in brcmnand_bch_ooblayout_free_lp()
1337 if (ecc->bytes >= sas) { in brcmstb_choose_ecc_layout()
1340 ecc->bytes, sas); in brcmstb_choose_ecc_layout()
1438 int sas, int sector_1k) in read_oob_from_regs() argument
1440 int tbytes = sas << sector_1k; in read_oob_from_regs()
1463 int tbytes = sas << sector_1k; in write_oob_to_regs()
1518 ctrl->oob, ctrl->sas, in brcmnand_edu_irq()
1927 ctrl->sas = cfg->spare_area_size; in brcmnand_edu_trans()
1943 ctrl->oob, ctrl->sas, in brcmnand_edu_trans()
[all …]
/linux-6.3-rc2/tools/testing/selftests/sigaltstack/
A D.gitignore2 sas
A DMakefile3 TEST_GEN_PROGS = sas
/linux-6.3-rc2/arch/arm/boot/dts/
A Dnuvoton-npcm730-gbs.dts80 sas-cable0 {
81 label = "sas-cable0";
86 sas-cable1 {
87 label = "sas-cable1";
92 sas-cable2 {
93 label = "sas-cable2";
98 sas-cable3 {
99 label = "sas-cable3";
/linux-6.3-rc2/drivers/scsi/isci/
A Dport.c501 void sci_port_get_sas_address(struct isci_port *iport, struct sci_sas_address *sas) in sci_port_get_sas_address() argument
505 sas->high = 0; in sci_port_get_sas_address()
506 sas->low = 0; in sci_port_get_sas_address()
509 sci_phy_get_sas_address(iport->phy_table[index], sas); in sci_port_get_sas_address()
512 void sci_port_get_attached_sas_address(struct isci_port *iport, struct sci_sas_address *sas) in sci_port_get_attached_sas_address() argument
523 sci_phy_get_attached_sas_address(iphy, sas); in sci_port_get_attached_sas_address()
525 sci_phy_get_sas_address(iphy, sas); in sci_port_get_attached_sas_address()
526 sas->low += iphy->phy_index; in sci_port_get_attached_sas_address()
529 sas->high = 0; in sci_port_get_attached_sas_address()
530 sas->low = 0; in sci_port_get_attached_sas_address()
A Dphy.c445 void sci_phy_get_sas_address(struct isci_phy *iphy, struct sci_sas_address *sas) in sci_phy_get_sas_address() argument
447 sas->high = readl(&iphy->link_layer_registers->source_sas_address_high); in sci_phy_get_sas_address()
448 sas->low = readl(&iphy->link_layer_registers->source_sas_address_low); in sci_phy_get_sas_address()
451 void sci_phy_get_attached_sas_address(struct isci_phy *iphy, struct sci_sas_address *sas) in sci_phy_get_attached_sas_address() argument
456 memcpy(sas, iaf->sas_addr, SAS_ADDR_SIZE); in sci_phy_get_attached_sas_address()
/linux-6.3-rc2/drivers/net/fddi/skfp/
A Ddrvfbi.c322 smc->s.sas = SMT_SAS ; /* Single att. station */ in init_board()
324 smc->s.sas = SMT_DAS ; /* Dual att. station */ in init_board()
342 if (smc->s.sas != SMT_DAS) in sm_pm_bypass_req()
A Dsmtdef.c90 smt->sas = SMT_DAS ; in smt_reset_defaults()
304 switch (smc->s.sas) { in smt_fixup_mib()
317 switch (smc->s.sas) { in smt_fixup_mib()
A Dcfm.c154 if (smc->s.sas != SMT_DAS ) in cem_priv_state()
286 if (smc->s.sas && (smc->y[PA].cf_join || smc->y[PA].cf_loop || in cfm_fsm()
583 path = smc->s.sas ? path_iso_s : path_iso ; in cem_build_path()
584 len = smc->s.sas ? sizeof(path_iso_s) : sizeof(path_iso) ; in cem_build_path()
A Dpcmplc.c238 switch (smc->s.sas) { in pcm_init()
465 if ((smc->s.sas == SMT_SAS) && (p == PS)) { in plc_init()
562 if (smc->s.sas != SMT_DAS) in plc_config_mux()
595 if ((np != PS) && (smc->s.sas == SMT_SAS)) in pcm()
933 if (smc->s.sas == SMT_DAS && np == PB && in pcm_fsm()
1523 ((smc->s.sas == SMT_DAS) && (phy->wc_flag))) { in pc_tcode_actions()
1528 switch (smc->s.sas) { in pc_tcode_actions()
1570 if (smc->s.sas != SMT_DAS) in pcm_status_twisted()
A Decm.c180 (smc->s.sas == SMT_DAS)) { in ecm_fsm()
421 switch (smc->s.sas) { in prop_actions()
A Dsmt.c1061 if (smc->s.sas == SMT_SAS) in smt_send_sif_operation()
1295 if (smc->s.sas == SMT_DAS) { in smt_fill_latency()
1324 #define ALLPHYS ((smc->s.sas == SMT_SAS) ? 1 : 2)
1349 if (smc->s.sas == SMT_SAS) in smt_fill_path()
1725 return (smc->s.sas == SMT_SAS) ? 2 : 3; in mac_index()
1758 return smc->s.sas == SMT_SAS ? 2 : 3; in mac_con_resource_index()
A Dpmf.c400 if (smc->s.sas == SMT_SAS) in smt_build_pmf_response()
680 if (smc->s.sas == SMT_SAS) in smt_add_para()
1530 if (smc->s.sas == SMT_SAS) in smt_mib_phys()
1543 if (smc->s.sas == SMT_SAS) in port_to_mib()
/linux-6.3-rc2/fs/dlm/
A Dlowcomms.c363 struct sockaddr_storage sas; in nodeid_to_addr() local
384 memcpy(&sas, &con->addr[con->curr_addr_index], in nodeid_to_addr()
397 memcpy(sas_out, &sas, sizeof(struct sockaddr_storage)); in nodeid_to_addr()
405 struct sockaddr_in *in4 = (struct sockaddr_in *) &sas; in nodeid_to_addr()
409 struct sockaddr_in6 *in6 = (struct sockaddr_in6 *) &sas; in nodeid_to_addr()
1183 struct sockaddr_storage sas; in init_local() local
1188 if (dlm_our_addr(&sas, i)) in init_local()
1191 memcpy(&dlm_local_addr[dlm_local_count++], &sas, sizeof(sas)); in init_local()
/linux-6.3-rc2/drivers/scsi/libsas/
A DKconfig31 Allows sas hosts to receive SMP frames. Selecting this
/linux-6.3-rc2/tools/perf/trace/beauty/
A Dbeauty.h57 size_t strarrays__scnprintf(struct strarrays *sas, char *bf, size_t size, const char *intfmt, bool …
59 bool strarrays__strtoul(struct strarrays *sas, char *bf, size_t size, u64 *ret);
/linux-6.3-rc2/Documentation/devicetree/bindings/mfd/
A Dsyscon.yaml48 - hisilicon,pcie-sas-subctrl
/linux-6.3-rc2/Documentation/scsi/
A Dsmartpqi.rst48 smartpqi sas device attributes
A Dlibsas.rst88 - this normally points to an array holding the sas
97 allows it to do this. At best you should copy the sas
113 received. See sas.h. Grab the lock, set the primitive,
/linux-6.3-rc2/net/sctp/
A Dsocket.c7214 struct sctp_assoc_stats sas; in sctp_getsockopt_assoc_stats() local
7222 len = min_t(size_t, len, sizeof(sas)); in sctp_getsockopt_assoc_stats()
7224 if (copy_from_user(&sas, optval, len)) in sctp_getsockopt_assoc_stats()
7231 sas.sas_rtxchunks = asoc->stats.rtxchunks; in sctp_getsockopt_assoc_stats()
7232 sas.sas_gapcnt = asoc->stats.gapcnt; in sctp_getsockopt_assoc_stats()
7234 sas.sas_osacks = asoc->stats.osacks; in sctp_getsockopt_assoc_stats()
7235 sas.sas_isacks = asoc->stats.isacks; in sctp_getsockopt_assoc_stats()
7243 sas.sas_opackets = asoc->stats.opackets; in sctp_getsockopt_assoc_stats()
7244 sas.sas_ipackets = asoc->stats.ipackets; in sctp_getsockopt_assoc_stats()
7250 sas.sas_maxrto = asoc->stats.max_obs_rto; in sctp_getsockopt_assoc_stats()
[all …]
/linux-6.3-rc2/drivers/net/fddi/skfp/h/
A Dsmc.h356 u_char sas ; /* SMT_DAS/SAS/NAC */ member

Completed in 75 milliseconds

12