| /freebsd-10-stable/sys/gnu/dts/arm/ |
| D | r8a7740-armadillo800eva.dts | 52 gpio = <&pfc 75 GPIO_ACTIVE_HIGH>; 64 enable-gpio = <&pfc 74 GPIO_ACTIVE_HIGH>; 65 gpios = <&pfc 17 GPIO_ACTIVE_HIGH>; 85 gpios = <&pfc 99 GPIO_ACTIVE_LOW>; 92 gpios = <&pfc 100 GPIO_ACTIVE_LOW>; 98 gpios = <&pfc 97 GPIO_ACTIVE_LOW>; 104 gpios = <&pfc 98 GPIO_ACTIVE_LOW>; 113 gpios = <&pfc 102 GPIO_ACTIVE_HIGH>; 117 gpios = <&pfc 111 GPIO_ACTIVE_HIGH>; 121 gpios = <&pfc 110 GPIO_ACTIVE_HIGH>; [all …]
|
| D | r8a73a4-ape6evm.dts | 54 gpio = <&pfc 76 GPIO_ACTIVE_HIGH>; 98 gpios = <&pfc 28 GPIO_ACTIVE_LOW>; 102 gpios = <&pfc 126 GPIO_ACTIVE_LOW>; 106 gpios = <&pfc 132 GPIO_ACTIVE_LOW>; 110 gpios = <&pfc 232 GPIO_ACTIVE_LOW>; 114 gpios = <&pfc 250 GPIO_ACTIVE_LOW>; 118 gpios = <&pfc 288 GPIO_ACTIVE_LOW>; 127 gpios = <&pfc 324 GPIO_ACTIVE_LOW>; 133 gpios = <&pfc 325 GPIO_ACTIVE_LOW>; 139 gpios = <&pfc 326 GPIO_ACTIVE_LOW>; [all …]
|
| D | r8a7778.dtsi | 75 gpio-ranges = <&pfc 0 0 32>; 86 gpio-ranges = <&pfc 0 32 32>; 97 gpio-ranges = <&pfc 0 64 32>; 108 gpio-ranges = <&pfc 0 96 32>; 119 gpio-ranges = <&pfc 0 128 27>; 124 pfc: pfc@fffc0000 { label 125 compatible = "renesas,pfc-r8a7778";
|
| D | sh7372.dtsi | 28 pfc: pfc@e6050000 { label 29 compatible = "renesas,pfc-sh7372";
|
| D | sh73a0-kzm9g-reference.dts | 74 gpio = <&pfc 15 GPIO_ACTIVE_HIGH>; 83 gpio = <&pfc 14 GPIO_ACTIVE_HIGH>; 103 gpios = <&pfc 20 GPIO_ACTIVE_LOW>; 107 gpios = <&pfc 21 GPIO_ACTIVE_LOW>; 111 gpios = <&pfc 22 GPIO_ACTIVE_LOW>; 115 gpios = <&pfc 23 GPIO_ACTIVE_LOW>; 295 &pfc {
|
| D | r8a7779.dtsi | 80 gpio-ranges = <&pfc 0 0 32>; 91 gpio-ranges = <&pfc 0 32 32>; 102 gpio-ranges = <&pfc 0 64 32>; 113 gpio-ranges = <&pfc 0 96 32>; 124 gpio-ranges = <&pfc 0 128 32>; 135 gpio-ranges = <&pfc 0 160 32>; 146 gpio-ranges = <&pfc 0 192 9>; 262 pfc: pfc@fffc0000 { label 263 compatible = "renesas,pfc-r8a7779";
|
| D | r8a73a4-ape6evm-reference.dts | 53 gpio = <&pfc 76 GPIO_ACTIVE_HIGH>; 101 &pfc {
|
| D | r8a7791.dtsi | 90 gpio-ranges = <&pfc 0 0 32>; 102 gpio-ranges = <&pfc 0 32 32>; 114 gpio-ranges = <&pfc 0 64 32>; 126 gpio-ranges = <&pfc 0 96 32>; 138 gpio-ranges = <&pfc 0 128 32>; 150 gpio-ranges = <&pfc 0 160 32>; 162 gpio-ranges = <&pfc 0 192 32>; 174 gpio-ranges = <&pfc 0 224 26>; 466 pfc: pfc@e6060000 { label 467 compatible = "renesas,pfc-r8a7791";
|
| D | r8a73a4.dtsi | 93 pfc: pfc@e6050000 { label 94 compatible = "renesas,pfc-r8a73a4";
|
| D | r8a7790.dtsi | 132 gpio-ranges = <&pfc 0 0 32>; 144 gpio-ranges = <&pfc 0 32 32>; 156 gpio-ranges = <&pfc 0 64 32>; 168 gpio-ranges = <&pfc 0 96 32>; 180 gpio-ranges = <&pfc 0 128 32>; 192 gpio-ranges = <&pfc 0 160 32>; 489 pfc: pfc@e6060000 { label 490 compatible = "renesas,pfc-r8a7790";
|
| D | r8a7740.dtsi | 288 pfc: pfc@e6050000 { label 289 compatible = "renesas,pfc-r8a7740";
|
| D | r8a7778-bockw-reference.dts | 81 &pfc {
|
| D | r8a7779-marzen.dts | 158 &pfc {
|
| D | sh73a0.dtsi | 347 pfc: pfc@e6050000 { label 348 compatible = "renesas,pfc-sh73a0";
|
| D | r8a7791-henninger.dts | 88 &pfc {
|
| D | r8a7790-lager.dts | 249 &pfc {
|
| D | r8a7791-koelsch.dts | 280 &pfc {
|
| /freebsd-10-stable/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| D | dt_printf.c | 730 dt_pfconv_t *pfc; in dt_pfdict_create() local 733 if ((pfc = malloc(sizeof (dt_pfconv_t))) == NULL) { in dt_pfdict_create() 738 bcopy(pfd, pfc, sizeof (dt_pfconv_t)); in dt_pfdict_create() 739 h = dt_strtab_hash(pfc->pfc_name, NULL) % n; in dt_pfdict_create() 740 pfc->pfc_next = pdi->pdi_buckets[h]; in dt_pfdict_create() 741 pdi->pdi_buckets[h] = pfc; in dt_pfdict_create() 751 if (pfc->pfc_check == &pfcheck_type && dtrace_lookup_by_type( in dt_pfdict_create() 752 dtp, DTRACE_OBJ_DDEFS, pfc->pfc_tstr, &dtt) != 0) { in dt_pfdict_create() 757 pfc->pfc_dctfp = dtt.dtt_ctfp; in dt_pfdict_create() 758 pfc->pfc_dtype = dtt.dtt_type; in dt_pfdict_create() [all …]
|
| /freebsd-10-stable/sys/dev/qlnx/qlnxe/ |
| D | ecore_dcbx.c | 613 u32 pfc, struct ecore_dcbx_params *p_params) in ecore_dcbx_get_pfc_data() argument 617 p_params->pfc.willing = GET_MFW_FIELD(pfc, DCBX_PFC_WILLING); in ecore_dcbx_get_pfc_data() 618 p_params->pfc.max_tc = GET_MFW_FIELD(pfc, DCBX_PFC_CAPS); in ecore_dcbx_get_pfc_data() 619 p_params->pfc.enabled = GET_MFW_FIELD(pfc, DCBX_PFC_ENABLED); in ecore_dcbx_get_pfc_data() 620 pfc_map = GET_MFW_FIELD(pfc, DCBX_PFC_PRI_EN_BITMAP); in ecore_dcbx_get_pfc_data() 621 p_params->pfc.prio[0] = !!(pfc_map & DCBX_PFC_PRI_EN_BITMAP_PRI_0); in ecore_dcbx_get_pfc_data() 622 p_params->pfc.prio[1] = !!(pfc_map & DCBX_PFC_PRI_EN_BITMAP_PRI_1); in ecore_dcbx_get_pfc_data() 623 p_params->pfc.prio[2] = !!(pfc_map & DCBX_PFC_PRI_EN_BITMAP_PRI_2); in ecore_dcbx_get_pfc_data() 624 p_params->pfc.prio[3] = !!(pfc_map & DCBX_PFC_PRI_EN_BITMAP_PRI_3); in ecore_dcbx_get_pfc_data() 625 p_params->pfc.prio[4] = !!(pfc_map & DCBX_PFC_PRI_EN_BITMAP_PRI_4); in ecore_dcbx_get_pfc_data() [all …]
|
| D | ecore_dcbx_api.h | 131 struct ecore_dbcx_pfc_params pfc; member
|
| /freebsd-10-stable/sys/contrib/octeon-sdk/ |
| D | cvmx-profiler.c | 220 uint64_t pfc; in cvmx_reset_perf_counter() local 221 pfc = (1ull << 63) - events; in cvmx_reset_perf_counter() 224 CVMX_MT_COP0(pfc, COP0_PERFVALUE0); in cvmx_reset_perf_counter() 226 CVMX_MT_COP0(pfc, COP0_PERFVALUE1); in cvmx_reset_perf_counter()
|
| /freebsd-10-stable/sys/dev/bxe/ |
| D | bxe_dcb.h | 71 struct bxe_dcbx_pfc_params pfc; member 233 ((sc)->dcbx_port_params.pfc.priority_non_pauseable_mask)
|
| /freebsd-10-stable/sys/dev/ixgbe/ |
| D | ixgbe_dcb.h | 103 enum ixgbe_dcb_pfc pfc; /* Class based flow control setting */ member
|
| D | ixgbe_dcb.c | 213 if (tc_config[map[up]].pfc != ixgbe_dcb_pfc_disabled) in ixgbe_dcb_unpack_pfc_cee()
|
| /freebsd-10-stable/sys/dev/ixl/ |
| D | i40e_type.h | 557 struct i40e_dcb_pfc_config pfc; member
|