Home
last modified time | relevance | path

Searched refs:prt (Results 1 – 25 of 27) sorted by relevance

12

/linux/drivers/net/dsa/microchip/
H A Dksz_ptp.c266 struct ksz_port *prt; in ksz_ptp_enable_mode() local
271 prt = &dev->ports[dp->index]; in ksz_ptp_enable_mode()
272 if (prt->hwts_tx_en || prt->hwts_rx_en) { in ksz_ptp_enable_mode()
326 struct ksz_port *prt; in ksz_hwtstamp_get() local
328 prt = &dev->ports[port]; in ksz_hwtstamp_get()
329 *config = prt->tstamp_config; in ksz_hwtstamp_get()
335 struct ksz_port *prt, in ksz_set_hwtstamp_config() argument
345 prt->ptpmsg_irq[KSZ_SYNC_MSG].ts_en = false; in ksz_set_hwtstamp_config()
346 prt->ptpmsg_irq[KSZ_XDREQ_MSG].ts_en = false; in ksz_set_hwtstamp_config()
347 prt->ptpmsg_irq[KSZ_PDRES_MSG].ts_en = false; in ksz_set_hwtstamp_config()
[all …]
/linux/drivers/acpi/
H A Dpci_irq.c110 struct acpi_pci_routing_table *prt) in do_prt_fixups() argument
124 !strcmp(prt->source, quirk->source) && in do_prt_fixups()
125 strlen(prt->source) >= strlen(quirk->actual_source)) { in do_prt_fixups()
131 prt->source, quirk->actual_source); in do_prt_fixups()
132 strcpy(prt->source, quirk->actual_source); in do_prt_fixups()
138 int pin, struct acpi_pci_routing_table *prt, in acpi_pci_irq_check_entry() argument
146 if (((prt->address >> 16) & 0xffff) != device || in acpi_pci_irq_check_entry()
147 prt->pin + 1 != pin) in acpi_pci_irq_check_entry()
161 entry->id.device = (prt->address >> 16) & 0xFFFF; in acpi_pci_irq_check_entry()
162 entry->pin = prt->pin + 1; in acpi_pci_irq_check_entry()
[all …]
/linux/tools/testing/selftests/powerpc/nx-gzip/include/
H A Dnx_dbg.h32 #define prt(fmt, ...) do { \ macro
48 prt("%s:%u: Error: "fmt, \
54 prt("%s:%u: Warning: "fmt, \
60 prt("Info: "fmt, ## __VA_ARGS__); \
65 prt("### "fmt, ## __VA_ARGS__); \
70 prt("### "fmt, ## __VA_ARGS__); \
/linux/arch/arm/boot/dts/st/
H A Dstm32mp151a-prtt1a.dts12 compatible = "prt,prtt1a", "st,stm32mp151";
H A Dstm32mp153c-mecio1r1.dts19 compatible = "prt,mecio1r1", "st,stm32mp153";
H A Dstm32mp151c-mecio1r0.dts19 compatible = "prt,mecio1r0", "st,stm32mp151";
H A Dstm32mp151a-prtt1s.dts12 compatible = "prt,prtt1s", "st,stm32mp151";
H A Dstm32mp151a-prtt1c.dts12 compatible = "prt,prtt1c", "st,stm32mp151";
226 compatible = "prt,prtt1c-wfm200", "silabs,wf200";
H A Dstm32mp151c-mect1s.dts18 compatible = "prt,mect1s", "st,stm32mp151";
/linux/arch/mips/include/asm/octeon/
H A Dcvmx-spxx-defs.h267 uint64_t prt:8; member
269 uint64_t prt:8;
/linux/arch/s390/include/asm/
H A Dtimex.h133 unsigned long prt[5]; member
/linux/drivers/tty/serial/
H A Dowl-uart.c80 #define to_owl_uart_port(prt) container_of(prt, struct owl_uart_port, prt) argument
/linux/drivers/scsi/csiostor/
H A Dcsio_mb.c1138 ntohs(dbg->u.prt.dprtstridx)); in csio_mb_dump_fw_dbg()
1140 ntohl(dbg->u.prt.dprtstrparam0)); in csio_mb_dump_fw_dbg()
1142 ntohl(dbg->u.prt.dprtstrparam1)); in csio_mb_dump_fw_dbg()
1144 ntohl(dbg->u.prt.dprtstrparam2)); in csio_mb_dump_fw_dbg()
1146 ntohl(dbg->u.prt.dprtstrparam3)); in csio_mb_dump_fw_dbg()
/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mm-prt8mm.dts14 compatible = "prt,prt8mm", "fsl,imx8mm";
H A Dimx8mp-prt8ml.dts13 compatible = "prt,prt8ml", "fsl,imx8mp";
/linux/drivers/scsi/lpfc/
H A Dlpfc_sli.c3357 if (pring->prt[0].profile) { in lpfc_complete_unsol_iocb()
3358 if (pring->prt[0].lpfc_sli_rcv_unsol_event) in lpfc_complete_unsol_iocb()
3359 (pring->prt[0].lpfc_sli_rcv_unsol_event) (phba, pring, in lpfc_complete_unsol_iocb()
3366 if ((pring->prt[i].rctl == fch_r_ctl) && in lpfc_complete_unsol_iocb()
3367 (pring->prt[i].type == fch_type)) { in lpfc_complete_unsol_iocb()
3368 if (pring->prt[i].lpfc_sli_rcv_unsol_event) in lpfc_complete_unsol_iocb()
3369 (pring->prt[i].lpfc_sli_rcv_unsol_event) in lpfc_complete_unsol_iocb()
11447 pring->prt[0].profile = 0; /* Mask 0 */ in lpfc_extra_ring_setup()
11448 pring->prt[0].rctl = phba->cfg_multi_ring_rctl; in lpfc_extra_ring_setup()
11449 pring->prt[0].type = phba->cfg_multi_ring_type; in lpfc_extra_ring_setup()
[all …]
H A Dlpfc_sli.h302 struct lpfc_sli_ring_mask prt[LPFC_MAX_RING_MASK]; member
H A Dlpfc_mbox.c1288 if (pring->prt[0].profile) { in lpfc_config_ring()
1289 mb->un.varCfgRing.profile = pring->prt[0].profile; in lpfc_config_ring()
1295 mb->un.varCfgRing.rrRegs[i].rval = pring->prt[i].rctl; in lpfc_config_ring()
1300 mb->un.varCfgRing.rrRegs[i].tval = pring->prt[i].type; in lpfc_config_ring()
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6ul-prti6g.dts13 compatible = "prt,prti6g", "fsl,imx6ul";
H A Dimx6qp-prtwd3.dts13 compatible = "prt,prtwd3", "fsl,imx6qp";
H A Dimx6q-prti6q.dts14 compatible = "prt,prti6q", "fsl,imx6q";
H A Dimx6dl-prtvt7.dts16 compatible = "prt,prtvt7", "fsl,imx6dl";
/linux/drivers/net/ethernet/ibm/ehea/
H A Dehea_phyp.h270 u64 prt; /* 11 */ member
/linux/drivers/net/ethernet/sun/
H A Dniu.c7121 u16 prt; in niu_get_ip4fs_from_tcam_key() local
7144 prt = ((tp->key[2] & TCAM_V4KEY2_PORT_SPI) >> in niu_get_ip4fs_from_tcam_key()
7146 fsp->h_u.tcp_ip4_spec.psrc = cpu_to_be16(prt); in niu_get_ip4fs_from_tcam_key()
7148 prt = ((tp->key[2] & TCAM_V4KEY2_PORT_SPI) >> in niu_get_ip4fs_from_tcam_key()
7150 fsp->h_u.tcp_ip4_spec.pdst = cpu_to_be16(prt); in niu_get_ip4fs_from_tcam_key()
7152 prt = ((tp->key_mask[2] & TCAM_V4KEY2_PORT_SPI) >> in niu_get_ip4fs_from_tcam_key()
7154 fsp->m_u.tcp_ip4_spec.psrc = cpu_to_be16(prt); in niu_get_ip4fs_from_tcam_key()
7156 prt = ((tp->key_mask[2] & TCAM_V4KEY2_PORT_SPI) >> in niu_get_ip4fs_from_tcam_key()
7158 fsp->m_u.tcp_ip4_spec.pdst = cpu_to_be16(prt); in niu_get_ip4fs_from_tcam_key()
/linux/net/ipv4/
H A Droute.c729 struct rtable __rcu **prt; in update_or_create_fnhe() local
731 prt = per_cpu_ptr(nhc->nhc_pcpu_rth_output, i); in update_or_create_fnhe()
732 rt = rcu_dereference(*prt); in update_or_create_fnhe()

12