| /f-stack/freebsd/kern/ |
| H A D | subr_unit.c | 247 if (up->ptr != uh && up->ptr != NULL) { in check_unrhdr() 306 up = ptr; in delete_unr() 319 Free(up); in clean_unrhdrl() 392 Free(up); in clear_unrhdr() 404 return (up->ptr != uh && up->ptr != NULL); in is_bitmap() 436 up = uf; in optimize_unr() 438 up = TAILQ_NEXT(up, list); in optimize_unr() 554 up = upp; in collapse_unr() 636 up->len--; in alloc_unrl() 933 printf(" %p len = %5u ", up, up->len); in print_unr() [all …]
|
| /f-stack/lib/include/vm/ |
| H A D | uma_int.h | 75 uma_page_t up; in vtoslab() local 88 uma_page_t up; in vtozoneslab() local 95 *slab = up->up_slab; in vtozoneslab() 96 *zone = up->up_zone; in vtozoneslab() 103 uma_page_t up; in vsetzoneslab() local 109 if (up != NULL) { in vsetzoneslab() 110 up->up_slab = slab; in vsetzoneslab() 115 up = malloc(sizeof(*up), M_DEVBUF, M_WAITOK); in vsetzoneslab() 116 up->up_va = va; in vsetzoneslab() 117 up->up_slab = slab; in vsetzoneslab() [all …]
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/qcom/ |
| H A D | msm8998-pins.dtsi | 24 bias-pull-up; /* pull up */ 32 bias-pull-up; /* pull up */ 40 bias-pull-up; /* pull up */ 48 bias-pull-up; /* pull up */ 61 bias-pull-up; /* pull up */ 74 bias-pull-up; /* pull up */
|
| H A D | qcs404-evb-4000.dts | 50 bias-pull-up; 55 bias-pull-up; 60 bias-pull-up; 72 bias-pull-up; 84 bias-pull-up;
|
| H A D | msm8992-pins.dtsi | 54 bias-pull-up; 62 bias-pull-up = <0x3>; /* same as 3.10 ?? */ 70 bias-pull-up; 78 bias-pull-up;
|
| H A D | msm8996-pins.dtsi | 310 bias-pull-up; /* pull up */ 318 bias-pull-up; /* pull up */ 326 bias-pull-up; /* pull up */ 334 bias-pull-up; /* pull up */ 348 bias-pull-up; 374 bias-pull-up; 413 bias-pull-up; 478 bias-pull-up;
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | imx28.dtsi | 226 fsl,pull-up = <MXS_PULL_DISABLE>; 237 fsl,pull-up = <MXS_PULL_DISABLE>; 250 fsl,pull-up = <MXS_PULL_DISABLE>; 274 fsl,pull-up = <MXS_PULL_DISABLE>; 297 fsl,pull-up = <MXS_PULL_DISABLE>; 308 fsl,pull-up = <MXS_PULL_DISABLE>; 442 fsl,pull-up = <MXS_PULL_ENABLE>; 468 fsl,pull-up = <MXS_PULL_ENABLE>; 483 fsl,pull-up = <MXS_PULL_ENABLE>; 503 fsl,pull-up = <MXS_PULL_ENABLE>; [all …]
|
| H A D | imx23.dtsi | 152 fsl,pull-up = <MXS_PULL_DISABLE>; 165 fsl,pull-up = <MXS_PULL_DISABLE>; 176 fsl,pull-up = <MXS_PULL_DISABLE>; 187 fsl,pull-up = <MXS_PULL_DISABLE>; 213 fsl,pull-up = <MXS_PULL_DISABLE>; 238 fsl,pull-up = <MXS_PULL_ENABLE>; 258 fsl,pull-up = <MXS_PULL_ENABLE>; 290 fsl,pull-up = <MXS_PULL_ENABLE>; 309 fsl,pull-up = <MXS_PULL_ENABLE>; 369 fsl,pull-up = <MXS_PULL_ENABLE>; [all …]
|
| H A D | imx28-cfa10049.dts | 91 fsl,pull-up = <MXS_PULL_DISABLE>; 102 fsl,pull-up = <MXS_PULL_DISABLE>; 112 fsl,pull-up = <MXS_PULL_DISABLE>; 122 fsl,pull-up = <MXS_PULL_ENABLE>; 133 fsl,pull-up = <MXS_PULL_ENABLE>; 143 fsl,pull-up = <MXS_PULL_ENABLE>; 156 fsl,pull-up = <MXS_PULL_ENABLE>; 170 fsl,pull-up = <MXS_PULL_ENABLE>; 197 fsl,pull-up = <MXS_PULL_DISABLE>; 210 fsl,pull-up = <MXS_PULL_DISABLE>; [all …]
|
| H A D | at91-smartkiz.dts | 55 /* pull-up disable */ 59 /* pull-up disable */ 63 /* pull-up disable */ 67 /* pull-up disable */
|
| H A D | imx28-eukrea-mbmx28lc.dtsi | 199 fsl,pull-up = <MXS_PULL_DISABLE>; 209 fsl,pull-up = <MXS_PULL_DISABLE>; 222 fsl,pull-up = <MXS_PULL_DISABLE>; 232 fsl,pull-up = <MXS_PULL_DISABLE>; 242 fsl,pull-up = <MXS_PULL_DISABLE>; 252 fsl,pull-up = <MXS_PULL_DISABLE>; 262 fsl,pull-up = <MXS_PULL_DISABLE>; 272 fsl,pull-up = <MXS_PULL_DISABLE>;
|
| /f-stack/dpdk/drivers/net/txgbe/base/ |
| H A D | txgbe_dcb.c | 270 int up; in txgbe_dcb_unpack_pfc_cee() local 276 for (*pfc_up = 0, up = 0; up < TXGBE_DCB_UP_MAX; up++) { in txgbe_dcb_unpack_pfc_cee() 277 if (tc_config[map[up]].pfc != txgbe_dcb_pfc_disabled) in txgbe_dcb_unpack_pfc_cee() 278 *pfc_up |= 1 << up; in txgbe_dcb_unpack_pfc_cee() 321 u8 txgbe_dcb_get_tc_from_up(struct txgbe_dcb_config *cfg, int direction, u8 up) in txgbe_dcb_get_tc_from_up() argument 324 u8 prio_mask = 1 << up; in txgbe_dcb_get_tc_from_up() 347 u8 up; in txgbe_dcb_unpack_map_cee() local 349 for (up = 0; up < TXGBE_DCB_UP_MAX; up++) in txgbe_dcb_unpack_map_cee() 350 map[up] = txgbe_dcb_get_tc_from_up(cfg, direction, up); in txgbe_dcb_unpack_map_cee()
|
| /f-stack/app/redis-5.0.5/tests/cluster/tests/ |
| H A D | 05-slave-selection.tcl | 28 [RI 5 master_link_status] eq {up} && 29 [RI 10 master_link_status] eq {up} 123 [RI 3 master_link_status] eq {up} && 124 [RI 6 master_link_status] eq {up} && 125 [RI 9 master_link_status] eq {up} && 126 [RI 12 master_link_status] eq {up} && 127 [RI 15 master_link_status] eq {up}
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/mediatek/ |
| H A D | mt8183-evb.dts | 122 mediatek,pull-up-adv = <3>; 131 mediatek,pull-up-adv = <3>; 140 mediatek,pull-up-adv = <3>; 149 mediatek,pull-up-adv = <3>; 158 mediatek,pull-up-adv = <3>; 167 mediatek,pull-up-adv = <3>; 194 bias-pull-up; 204 bias-pull-up; 221 bias-pull-up = <MTK_PUPD_SET_R1R0_01>; 239 bias-pull-up; [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/ |
| H A D | atmel-sysregs.txt | 69 - atmel,wakeup-counter: Counter on Wake-up 0 (between 0x0 and 0xf). 72 - atmel,wakeup-rtt-timer: boolean to enable Real-time Timer Wake-up. 75 - atmel,wakeup-rtc-timer: boolean to enable Real-time Clock Wake-up. 76 - atmel,wakeup-rtt-timer: boolean to enable Real-time Timer Wake-up. 79 - atmel,wakeup-rtc-timer: boolean to enable Real-time Clock Wake-up. 97 - #address-cells: should be one. The cell is the wake-up input index. 102 - debounce-delay-us: minimum wake-up inputs debouncer period in 104 - atmel,wakeup-rtc-timer: boolean to enable Real-Time Clock wake-up. 107 - atmel,wakeup-rtt-timer: boolean to enable Real-time Timer Wake-up. 113 Wake-up input nodes are usually described in the "board" part of the Device [all …]
|
| /f-stack/freebsd/netinet/ |
| H A D | udp_usrreq.c | 246 struct udpcb *up; in udp_newudpcb() local 249 if (up == NULL) in udp_newudpcb() 251 inp->inp_ppcb = up; in udp_newudpcb() 309 struct udpcb *up; in udp_append() local 316 up = intoudpcb(inp); in udp_append() 733 struct udpcb *up; in udp_input() local 736 if (up->u_rxcslen == 0 || up->u_rxcslen > len) { in udp_input() 973 struct udpcb *up; in udp_ctloutput() local 1413 struct udpcb *up; in udp_output() local 1595 struct udpcb *up; in udp_set_kernel_tunneling() local [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/ |
| H A D | fsl,mxs-pinctrl.txt | 6 voltage and pull-up. 20 information about pull-up. For this reason, even seemingly boolean values are 26 One is to set up a group of pins for a function, both mux selection and pin 52 since config node is only meant to set up pin configurations. 69 - fsl,pull-up: Integer. 70 0: MXS_PULL_DISABLE - Disable the internal pull-up 71 1: MXS_PULL_ENABLE - Enable the internal pull-up 74 Also, some pins doesn't have a pull up, in that case, setting the fsl,pull-up 102 fsl,pull-up = <MXS_PULL_ENABLE>; 107 fsl,pull-up = <MXS_PULL_DISABLE>; [all …]
|
| H A D | sprd,sc9860-pinctrl.txt | 20 - bias-pull-up: Pull up on pin. Supported values: 20000 for pull-up resistor 21 is 20K and 4700 for pull-up resistor is 4.7K. 63 bias-pull-up = <4700>; 67 bias-pull-up;
|
| H A D | ste,nomadik.txt | 18 parameters, such as input, output, pull up, pull down... 30 set-up. 40 1: input with pull up, 54 1: sleep input with pull up, 56 3: sleep input and keep last input configuration (no pull, pull up or pull down). 68 0: wake-up detection enabled, 69 1: wake-up detection disabled. 72 0: GPIO pull-up or pull-down resistor is enabled, when pin is an input, 73 1: GPIO pull-up and pull-down resistor are disabled.
|
| H A D | pinctrl-mt65xx.txt | 62 bias-pull-down, bias-pull-up, input-enable, input-disable, output-low, output-high, 65 Some special pins have extra pull up strength, there are R0 and R1 pull-up 67 So when config bias-pull-up, it support arguments for those special pins. 115 bias-pull-up = <55>; 127 bias-pull-up; 135 bias-pull-up = <55>; 142 bias-pull-up = <55>;
|
| /f-stack/tools/route/tests/ |
| H A D | basic.sh | 43 ifconfig ${epair}a 192.0.2.2/24 up 45 jexec alcatraz ifconfig ${epair}b 192.0.2.1/24 up 88 ifconfig ${epair}a inet6 2001:db8:cc4b::1/64 up no_dad 90 jexec alcatraz ifconfig ${epair}b inet6 2001:db8:cc4b::2/64 up no_dad
|
| /f-stack/dpdk/drivers/net/ixgbe/base/ |
| H A D | ixgbe_dcb.c | 182 int up; in ixgbe_dcb_unpack_pfc_cee() local 188 for (*pfc_up = 0, up = 0; up < IXGBE_DCB_MAX_USER_PRIORITY; up++) { in ixgbe_dcb_unpack_pfc_cee() 189 if (tc_config[map[up]].pfc != ixgbe_dcb_pfc_disabled) in ixgbe_dcb_unpack_pfc_cee() 190 *pfc_up |= 1 << up; in ixgbe_dcb_unpack_pfc_cee() 233 u8 ixgbe_dcb_get_tc_from_up(struct ixgbe_dcb_config *cfg, int direction, u8 up) in ixgbe_dcb_get_tc_from_up() argument 236 u8 prio_mask = 1 << up; in ixgbe_dcb_get_tc_from_up() 259 u8 up; in ixgbe_dcb_unpack_map_cee() local 261 for (up = 0; up < IXGBE_DCB_MAX_USER_PRIORITY; up++) in ixgbe_dcb_unpack_map_cee() 262 map[up] = ixgbe_dcb_get_tc_from_up(cfg, direction, up); in ixgbe_dcb_unpack_map_cee()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mmc/ |
| H A D | nvidia,tegra20-sdhci.txt | 62 - nvidia,pad-autocal-pull-up-offset-3v3, 65 - nvidia,pad-autocal-pull-up-offset-1v8, 68 - nvidia,pad-autocal-pull-up-offset-3v3-timeout, 72 - nvidia,pad-autocal-pull-up-offset-1v8-timeout, 76 - nvidia,pad-autocal-pull-up-offset-sdr104, 79 - nvidia,pad-autocal-pull-up-offset-hs400, 88 Notes on the pad calibration pull up and pulldown offset values: 119 nvidia,pad-autocal-pull-up-offset-3v3 = <0x00>; 121 nvidia,pad-autocal-pull-up-offset-1v8 = <0x7b>; 138 nvidia,pad-autocal-pull-up-offset-3v3 = <0x00>; [all …]
|
| /f-stack/freebsd/sys/ |
| H A D | kerneldump.h | 122 uint32_t *up, parity; in kerneldump_parity() local 125 up = (uint32_t *)kdhp; in kerneldump_parity() 127 for (i = 0; i < sizeof *kdhp; i += sizeof *up) in kerneldump_parity() 128 parity ^= *up++; in kerneldump_parity()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/rtc/ |
| H A D | brcm,brcmstb-waketimer.txt | 1 Broadcom STB wake-up Timer 3 The Broadcom STB wake-up timer provides a 27Mhz resolution timer, with the 4 ability to wake up the system from low-power suspend/standby modes.
|