Searched refs:iep (Results 1 – 11 of 11) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/ti/icssg/ |
D | icss_iep.c | 133 int icss_iep_get_count_hi(struct icss_iep *iep) in icss_iep_get_count_hi() argument 137 if (iep && (iep->plat_data->flags & ICSS_IEP_64BIT_COUNTER_SUPPORT)) in icss_iep_get_count_hi() 138 val = readl(iep->base + iep->plat_data->reg_offs[ICSS_IEP_COUNT_REG1]); in icss_iep_get_count_hi() 150 int icss_iep_get_count_low(struct icss_iep *iep) in icss_iep_get_count_low() argument 154 if (iep) in icss_iep_get_count_low() 155 val = readl(iep->base + iep->plat_data->reg_offs[ICSS_IEP_COUNT_REG0]); in icss_iep_get_count_low() 167 int icss_iep_get_ptp_clock_idx(struct icss_iep *iep) in icss_iep_get_ptp_clock_idx() argument 169 if (!iep || !iep->ptp_clock) in icss_iep_get_ptp_clock_idx() 171 return ptp_clock_index(iep->ptp_clock); in icss_iep_get_ptp_clock_idx() 175 static void icss_iep_set_counter(struct icss_iep *iep, u64 ns) in icss_iep_set_counter() argument [all …]
|
D | icss_iep.h | 31 void icss_iep_put(struct icss_iep *iep); 32 int icss_iep_init(struct icss_iep *iep, const struct icss_iep_clockops *clkops, 34 int icss_iep_exit(struct icss_iep *iep); 35 int icss_iep_get_count_low(struct icss_iep *iep); 36 int icss_iep_get_count_hi(struct icss_iep *iep); 37 int icss_iep_get_ptp_clock_idx(struct icss_iep *iep); 38 void icss_iep_init_fw(struct icss_iep *iep); 39 void icss_iep_exit_fw(struct icss_iep *iep);
|
D | icssg_prueth.h | 145 struct icss_iep *iep; member
|
D | icssg_ethtool.c | 125 info->phc_index = icss_iep_get_ptp_clock_idx(emac->iep); in emac_get_ts_info()
|
D | icssg_prueth.c | 1180 iepcount_hi = icss_iep_get_count_hi(emac->iep); in prueth_iep_gettime() 1184 iepcount_lo = icss_iep_get_count_low(emac->iep); in prueth_iep_gettime() 1187 iepcount_hi_r = icss_iep_get_count_hi(emac->iep); in prueth_iep_gettime() 1371 ret = icss_iep_init(emac->iep, &prueth_iep_clockops, in emac_ndo_open() 1490 icss_iep_exit(emac->iep); in emac_ndo_stop() 2113 prueth->emac[PRUETH_MAC0]->iep = prueth->iep0; in prueth_probe() 2124 prueth->emac[PRUETH_MAC1]->iep = prueth->iep0; in prueth_probe()
|
/linux-6.6.21/Documentation/devicetree/bindings/net/ |
D | ti,icss-iep.yaml | 4 $id: http://devicetree.org/schemas/net/ti,icss-iep.yaml# 17 - ti,am642-icss-iep 18 - ti,j721e-icss-iep 19 - const: ti,am654-icss-iep 21 - const: ti,am654-icss-iep 41 icssg0_iep0: iep@2e000 { 42 compatible = "ti,am654-icss-iep";
|
D | ti,icssg-prueth.yaml | 55 ti,iep: 166 ti,iep = <&icssg2_iep0>, <&icssg2_iep1>;
|
/linux-6.6.21/arch/s390/kvm/ |
D | gaccess.c | 94 unsigned long iep: 1; /* Instruction-Execution-Protection */ member 136 unsigned long iep: 1; /* Instruction-Execution-Protection */ member 173 unsigned long iep: 1; /* Instruction-Execution-Protection */ member 643 int edat1, edat2, iep; in guest_translate() local 648 iep = ctlreg0.iep && test_kvm_facility(vcpu->kvm, 130); in guest_translate() 732 iep_protection = rtte.fc1.iep; in guest_translate() 760 iep_protection = ste.fc1.iep; in guest_translate() 777 iep_protection = pte.iep; in guest_translate() 786 if (mode == GACC_IFETCH && iep_protection && iep) { in guest_translate()
|
/linux-6.6.21/arch/s390/include/asm/ |
D | ctl_reg.h | 105 unsigned long iep : 1; /* Instruction-Execution-Protection */ member
|
/linux-6.6.21/Documentation/devicetree/bindings/soc/ti/ |
D | ti,pruss.yaml | 235 iep@[a-f0-9]+$:
|
/linux-6.6.21/drivers/net/wireless/cisco/ |
D | airo.c | 768 u8 iep[624]; member 7456 u16 length = sizeof (bss->extra.iep); in airo_translate_scan() 7457 u8 *ie = (void *)&bss->extra.iep; in airo_translate_scan()
|