Home
last modified time | relevance | path

Searched refs:iep (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/net/ethernet/ti/icssg/
H A Dicss_iep.c62 int icss_iep_get_count_hi(struct icss_iep *iep) in icss_iep_get_count_hi() argument
66 if (iep && (iep->plat_data->flags & ICSS_IEP_64BIT_COUNTER_SUPPORT)) in icss_iep_get_count_hi()
67 val = readl(iep->base + iep->plat_data->reg_offs[ICSS_IEP_COUNT_REG1]); in icss_iep_get_count_hi()
79 int icss_iep_get_count_low(struct icss_iep *iep) in icss_iep_get_count_low() argument
83 if (iep) in icss_iep_get_count_low()
84 val = readl(iep->base + iep->plat_data->reg_offs[ICSS_IEP_COUNT_REG0]); in icss_iep_get_count_low()
96 int icss_iep_get_ptp_clock_idx(struct icss_iep *iep) in icss_iep_get_ptp_clock_idx() argument
98 if (!iep || !iep->ptp_clock) in icss_iep_get_ptp_clock_idx()
100 return ptp_clock_index(iep->ptp_clock); in icss_iep_get_ptp_clock_idx()
104 static void icss_iep_set_counter(struct icss_iep *iep, u64 ns) in icss_iep_set_counter() argument
[all …]
H A Dicss_iep.h102 void icss_iep_put(struct icss_iep *iep);
103 int icss_iep_init(struct icss_iep *iep, const struct icss_iep_clockops *clkops,
105 int icss_iep_exit(struct icss_iep *iep);
106 int icss_iep_get_count_low(struct icss_iep *iep);
107 int icss_iep_get_count_hi(struct icss_iep *iep);
108 int icss_iep_get_ptp_clock_idx(struct icss_iep *iep);
109 void icss_iep_init_fw(struct icss_iep *iep);
110 void icss_iep_exit_fw(struct icss_iep *iep);
H A Dicssg_prueth.c277 ret = icss_iep_init(emac->iep, &prueth_iep_clockops, in prueth_emac_common_start()
310 icss_iep_exit(emac->iep); in prueth_emac_common_stop()
440 iepcount_hi = icss_iep_get_count_hi(emac->iep); in prueth_iep_gettime()
444 iepcount_lo = icss_iep_get_count_low(emac->iep); in prueth_iep_gettime()
447 iepcount_hi_r = icss_iep_get_count_hi(emac->iep); in prueth_iep_gettime()
480 sc_desc.CMP0_current = cycletime - emac->iep->def_inc; in prueth_iep_settime()
1694 prueth->emac[PRUETH_MAC0]->iep = prueth->iep0; in prueth_probe()
1708 prueth->emac[PRUETH_MAC1]->iep = prueth->iep0; in prueth_probe()
H A Dicssg_ethtool.c131 info->phc_index = icss_iep_get_ptp_clock_idx(emac->iep); in emac_get_ts_info()
H A Dicssg_prueth.h163 struct icss_iep *iep; member
H A Dicssg_prueth_sr1.c1072 prueth->emac[PRUETH_MAC0]->iep = prueth->iep0; in prueth_probe()
1086 prueth->emac[PRUETH_MAC1]->iep = prueth->iep1; in prueth_probe()
/linux/arch/s390/include/asm/
H A Ddat-bits.h86 unsigned long iep : 1; /* Instruction-Execution-Protection */ member
128 unsigned long iep : 1; /* Instruction-Execution-Protection */ member
158 unsigned long iep : 1; /* Instruction-Execution-Protection */ member
H A Dctlreg.h212 unsigned long iep : 1; /* Instruction-Execution-Protection */ member
/linux/arch/arm64/boot/dts/ti/
H A Dk3-am65-main.dtsi1148 icssg0_iep0: iep@2e000 {
1149 compatible = "ti,am654-icss-iep";
1154 icssg0_iep1: iep@2f000 {
1155 compatible = "ti,am654-icss-iep";
1319 icssg1_iep0: iep@2e000 {
1320 compatible = "ti,am654-icss-iep";
1325 icssg1_iep1: iep@2f000 {
1326 compatible = "ti,am654-icss-iep";
1490 icssg2_iep0: iep@2e000 {
1491 compatible = "ti,am654-icss-iep";
[all …]
H A Dk3-am654-idk.dtso47 ti,iep = <&icssg0_iep0>, <&icssg0_iep1>;
114 ti,iep = <&icssg1_iep0>, <&icssg1_iep1>;
H A Dk3-am642-phyboard-electra-rdk.dts102 ti,iep = <&icssg0_iep0>, <&icssg0_iep1>;
H A Dk3-am65-iot2050-common.dtsi167 ti,iep = <&icssg0_iep0>, <&icssg0_iep1>;
H A Dk3-am642-sr-som.dtsi47 ti,iep = <&icssg1_iep0>, <&icssg1_iep1>;
H A Dk3-am642-evm.dts267 ti,iep = <&icssg1_iep0>, <&icssg1_iep1>;
/linux/arch/s390/kvm/
H A Dgaccess.c471 int edat1, edat2, iep; in guest_translate() local
476 iep = ctlreg0.iep && test_kvm_facility(vcpu->kvm, 130); in guest_translate()
560 iep_protection = rtte.fc1.iep; in guest_translate()
588 iep_protection = ste.fc1.iep; in guest_translate()
605 iep_protection = pte.iep; in guest_translate()
614 if (mode == GACC_IFETCH && iep_protection && iep) { in guest_translate()