Searched refs:spp (Results 1 – 11 of 11) sorted by relevance
/linux/arch/powerpc/mm/book3s64/ |
H A D | subpage_prot.c | 94 u32 **spm, *spp; in subpage_prot_clear() local 117 spp = spm[(addr >> SBP_L2_SHIFT) & (SBP_L2_COUNT - 1)]; in subpage_prot_clear() 118 if (!spp) in subpage_prot_clear() 120 spp += (addr >> PAGE_SHIFT) & (SBP_L1_COUNT - 1); in subpage_prot_clear() 127 memset(spp, 0, nw * sizeof(u32)); in subpage_prot_clear() 189 u32 **spm, *spp; in SYSCALL_DEFINE3() local 248 spp = *spm; in SYSCALL_DEFINE3() 249 if (!spp) { in SYSCALL_DEFINE3() 250 spp = (u32 *)get_zeroed_page(GFP_KERNEL); in SYSCALL_DEFINE3() 251 if (!spp) in SYSCALL_DEFINE3() [all …]
|
/linux/drivers/scsi/libfc/ |
H A D | fc_rport.c | 1121 struct fc_els_spp spp; in fc_rport_prli_resp() member 1162 resp_code = (pp->spp.spp_flags & FC_SPP_RESP_MASK); in fc_rport_prli_resp() 1164 pp->spp.spp_flags, pp->spp.spp_type); in fc_rport_prli_resp() 1166 rdata->spp_type = pp->spp.spp_type; in fc_rport_prli_resp() 1174 if (pp->prli.prli_spp_len < sizeof(pp->spp)) { in fc_rport_prli_resp() 1179 fcp_parm = ntohl(pp->spp.spp_params); in fc_rport_prli_resp() 1193 &pp->spp, &temp_spp); in fc_rport_prli_resp() 1200 !(pp->spp.spp_flags & FC_SPP_EST_IMG_PAIR)) { in fc_rport_prli_resp() 1250 struct fc_els_spp spp; in fc_rport_enter_prli() member 1291 prov->prli(rdata, sizeof(pp->spp), NULL, &pp->spp); in fc_rport_enter_prli() [all …]
|
H A D | fc_encode.h | 874 struct fc_els_spp spp; in fc_prli_fill() member 882 pp->spp.spp_type = FC_TYPE_FCP; in fc_prli_fill() 883 pp->spp.spp_flags = FC_SPP_EST_IMG_PAIR; in fc_prli_fill() 884 pp->spp.spp_params = htonl(lport->service_params); in fc_prli_fill()
|
/linux/drivers/target/tcm_fc/ |
H A D | tfc_sess.c | 348 const struct fc_els_spp *rspp, struct fc_els_spp *spp) in ft_prli_locked() argument 376 spp->spp_flags |= FC_SPP_EST_IMG_PAIR; in ft_prli_locked() 382 spp->spp_flags &= ~FC_SPP_EST_IMG_PAIR; in ft_prli_locked() 400 fcp_parm = ntohl(spp->spp_params); in ft_prli_locked() 402 spp->spp_params = htonl(fcp_parm | FCP_SPPF_TARG_FCN); in ft_prli_locked() 406 fcp_parm = ntohl(spp->spp_params); in ft_prli_locked() 408 spp->spp_params = htonl(fcp_parm); in ft_prli_locked() 422 const struct fc_els_spp *rspp, struct fc_els_spp *spp) in ft_prli() argument 427 ret = ft_prli_locked(rdata, spp_len, rspp, spp); in ft_prli()
|
/linux/arch/powerpc/platforms/8xx/ |
H A D | micropatch.c | 343 struct spi_pram *spp; in cpm_load_patch() local 349 spp = (struct spi_pram *)&cp->cp_dparam[PROFF_SPI]; in cpm_load_patch() 350 out_be16(&spp->rpbase, (rpbase + sizeof(iic_t) + 31) & ~31); in cpm_load_patch()
|
/linux/drivers/scsi/elx/libefc/ |
H A D | efc_els.c | 484 struct fc_els_spp spp; in efc_send_prli() member 505 pp->spp.spp_type = FC_TYPE_FCP; in efc_send_prli() 506 pp->spp.spp_type_ext = 0; in efc_send_prli() 507 pp->spp.spp_flags = FC_SPP_EST_IMG_PAIR; in efc_send_prli() 508 pp->spp.spp_params = cpu_to_be32(FCP_SPPF_RD_XRDY_DIS | in efc_send_prli() 716 struct fc_els_spp spp; in efc_send_prli_acc() member 738 pp->spp.spp_type = FC_TYPE_FCP; in efc_send_prli_acc() 739 pp->spp.spp_type_ext = 0; in efc_send_prli_acc() 740 pp->spp.spp_flags = FC_SPP_EST_IMG_PAIR | FC_SPP_RESP_ACK; in efc_send_prli_acc() 742 pp->spp.spp_params = cpu_to_be32(FCP_SPPF_RD_XRDY_DIS | in efc_send_prli_acc() [all …]
|
/linux/drivers/media/platform/qcom/camss/ |
H A D | camss-csid.h | 75 u8 spp; /* bus samples per pixel */ member
|
H A D | camss-csid-4-1.c | 68 num_bytes_per_line = input_format->width * format->bpp * format->spp / 8; in csid_configure_stream()
|
H A D | camss-csid-4-7.c | 69 num_bytes_per_line = input_format->width * format->bpp * format->spp / 8; in csid_configure_stream()
|
/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | pinctrl_spear.txt | 138 "clcd", "emi", "fsmc", "spp", "sdhci", "i2s", "uart1", "uart1_modem",
|
/linux/Documentation/admin-guide/ |
H A D | kernel-parameters.txt | 4487 up parallel port mode and sets it to spp. 4489 Format: [spp|ps2|epp|ecp|ecpepp]
|