| /f-stack/freebsd/arm/ti/omap4/ |
| H A D | omap4_l2cache.c | 50 uint32_t aux, prefetch; in omap4_pl310_init() local 52 aux = pl310_read4(sc, PL310_AUX_CTRL); in omap4_pl310_init() 59 aux &= ~AUX_CTRL_INSTR_PREFETCH; in omap4_pl310_init() 68 aux |= AUX_CTRL_DATA_PREFETCH; in omap4_pl310_init() 75 ti_smc0(aux, 0, WRITE_AUXCTRL_REG); in omap4_pl310_init()
|
| /f-stack/freebsd/contrib/device-tree/src/powerpc/ |
| H A D | mucmc52.dts | 161 compatible = "manroland,mucmc52-aux-gpio"; 167 compatible = "manroland,mucmc52-aux-gpio"; 173 compatible = "manroland,mucmc52-aux-gpio"; 179 compatible = "manroland,mucmc52-aux-gpio"; 185 compatible = "manroland,mucmc52-aux-gpio"; 191 compatible = "manroland,mucmc52-aux-gpio"; 197 compatible = "manroland,mucmc52-aux-gpio"; 203 compatible = "manroland,mucmc52-aux-gpio"; 209 compatible = "manroland,mucmc52-aux-gpio"; 215 compatible = "manroland,mucmc52-aux-gpio";
|
| /f-stack/freebsd/contrib/device-tree/Bindings/clock/ |
| H A D | brcm,bcm2835-aux-clock.txt | 11 - compatible: Should be "brcm,bcm2835-aux" 13 found in include/dt-bindings/clock/bcm2835-aux.h 26 aux: aux@7e215004 { 27 compatible = "brcm,bcm2835-aux";
|
| /f-stack/freebsd/contrib/device-tree/Bindings/remoteproc/ |
| H A D | ingenic,vpu.yaml | 24 - description: aux registers 31 - const: aux 38 - description: aux clock 43 - const: aux 70 reg-names = "aux", "tcsm0", "tcsm1", "sram"; 73 clock-names = "aux", "vpu";
|
| /f-stack/freebsd/contrib/device-tree/Bindings/serial/ |
| H A D | brcm,bcm2835-aux-uart.txt | 5 - compatible: "brcm,bcm2835-aux-uart" 14 compatible = "brcm,bcm2835-aux-uart"; 17 clocks = <&aux BCM2835_AUX_CLOCK_UART>;
|
| /f-stack/freebsd/contrib/device-tree/Bindings/leds/ |
| H A D | tca6507.txt | 33 led0: red-aux@0 { 34 label = "red:aux"; 38 led1: green-aux@1 { 39 label = "green:aux";
|
| H A D | leds-ktd2692.txt | 16 - aux-gpios : Specifier of the GPIO connected to AUX pin. 41 aux-gpios = <&gpc0 2 0>;
|
| /f-stack/freebsd/contrib/device-tree/Bindings/phy/ |
| H A D | qcom,qmp-phy.yaml | 113 - description: Phy aux clock. 116 - description: Phy common block aux clock. 119 - const: aux 141 - description: Phy aux clock. 146 - const: aux 172 - description: Phy aux clock. 177 - const: aux 222 - description: Phy reference aux clock. 266 - description: Phy aux clock. 272 - const: aux [all …]
|
| H A D | qcom,qmp-usb3-dp-phy.yaml | 41 - description: Phy aux clock. 44 - description: Phy common block aux clock. 48 - const: aux 117 clock-names = "aux", "cfg_ahb", "ref", "com_aux";
|
| /f-stack/freebsd/contrib/device-tree/Bindings/spi/ |
| H A D | brcm,bcm2835-aux-spi.txt | 8 - compatible: Should be "brcm,bcm2835-aux-spi". 10 - interrupts: Should contain shared interrupt of the aux block 21 compatible = "brcm,bcm2835-aux-spi"; 31 compatible = "brcm,bcm2835-aux-spi";
|
| /f-stack/freebsd/arm/arm/ |
| H A D | pl310.c | 127 uint32_t aux, prefetch; in pl310_print_config() local 131 aux = pl310_read4(sc, PL310_AUX_CTRL); in pl310_print_config() 135 (aux & AUX_CTRL_EARLY_BRESP) ? ena : dis); in pl310_print_config() 137 (aux & AUX_CTRL_INSTR_PREFETCH) ? ena : dis); in pl310_print_config() 139 (aux & AUX_CTRL_DATA_PREFETCH) ? ena : dis); in pl310_print_config() 141 (aux & AUX_CTRL_NS_INT_CTRL) ? ena : dis); in pl310_print_config() 143 (aux & AUX_CTRL_NS_LOCKDOWN) ? ena : dis); in pl310_print_config() 145 (aux & AUX_CTRL_SHARE_OVERRIDE) ? ena : dis); in pl310_print_config()
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | bcm283x.dtsi | 3 #include <dt-bindings/clock/bcm2835-aux.h> 378 aux: aux@7e215000 { label 379 compatible = "brcm,bcm2835-aux"; 386 compatible = "brcm,bcm2835-aux-uart"; 389 clocks = <&aux BCM2835_AUX_CLOCK_UART>; 394 compatible = "brcm,bcm2835-aux-spi"; 397 clocks = <&aux BCM2835_AUX_CLOCK_SPI1>; 404 compatible = "brcm,bcm2835-aux-spi"; 407 clocks = <&aux BCM2835_AUX_CLOCK_SPI2>;
|
| /f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/ |
| H A D | nvidia,tegra124-dpaux-padctl.txt | 28 - function: Must be either "aux", "i2c" or "off". 36 state_dpaux_aux: pinmux-aux { 38 function = "aux";
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | lazyfree.c | 11 size_t aux; in lazyfreeGetPendingObjectsCount() local 12 atomicGet(lazyfree_objects,aux); in lazyfreeGetPendingObjectsCount() 13 return aux; in lazyfreeGetPendingObjectsCount()
|
| H A D | localtime.c | 113 struct tm *aux = localtime(&t); in main() local 114 int daylight_active = aux->tm_isdst; in main()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/display/ |
| H A D | st,stih4xx.txt | 13 - compatible: "st,vtac-main" or "st,vtac-aux" 42 - st,vtg: phandle(s) on vtg device (main and aux) nodes. 134 vtg_aux_slave: sti-vtg-aux-slave@fd348400 { 140 vtg_aux: sti-vtg-aux-master@fd348400 { 154 sti-vtac-rx-aux@fee82a00 { 155 compatible = "st,vtac-aux"; 168 sti-vtac-tx-aux@fd349200 { 169 compatible = "st,vtac-aux"; 186 reset-names = "compo-main", "compo-aux";
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | ph.h | 233 a_type *aux = phn_next_get(a_type, a_field, ph->ph_root); \ 234 if (aux != NULL) { \ 235 return aux; \ 296 a_type *aux = phn_next_get(a_type, a_field, ret); \ 297 phn_next_set(a_type, a_field, ph->ph_root, aux); \ 298 if (aux != NULL) { \ 299 phn_prev_set(a_type, a_field, aux, \
|
| /f-stack/freebsd/netgraph/bluetooth/l2cap/ |
| H A D | ng_l2cap_ulpi.c | 134 cmd->aux->m_flags |= M_PROTO2; in ng_l2cap_l2ca_con_req() 138 cmd->aux->m_flags |= M_PROTO2; in ng_l2cap_l2ca_con_req() 142 if (cmd->aux == NULL) { in ng_l2cap_l2ca_con_req() 322 if (cmd->aux == NULL) { in ng_l2cap_l2ca_con_rsp_req() 555 if (cmd->aux == NULL) { in ng_l2cap_l2ca_cfg_req() 718 if (cmd->aux == NULL) { in ng_l2cap_l2ca_cfg_rsp_req() 918 cmd->aux = m; in ng_l2cap_l2ca_write_req() 1308 if (cmd->aux == NULL) { in ng_l2cap_l2ca_discon_req() 1537 _ng_l2cap_echo_req(cmd->aux, cmd->ident, in ng_l2cap_l2ca_ping_req() 1539 if (cmd->aux == NULL) { in ng_l2cap_l2ca_ping_req() [all …]
|
| H A D | ng_l2cap_evnt.c | 997 _ng_l2cap_discon_rsp(cmd->aux, ident, dcid, scid); in ng_l2cap_process_discon_req() 998 if (cmd->aux == NULL) { in ng_l2cap_process_discon_req() 1119 cmd->aux = con->rx_pkt; in ng_l2cap_process_echo_req() 1190 _ng_l2cap_info_rsp(cmd->aux, ident, NG_L2CAP_CONNLESS_MTU, in ng_l2cap_process_info_req() 1195 _ng_l2cap_info_rsp(cmd->aux, ident, type, in ng_l2cap_process_info_req() 1200 if (cmd->aux == NULL) { in ng_l2cap_process_info_req() 1304 if (cmd->aux == NULL) { in send_l2cap_reject() 1332 if (cmd->aux == NULL) { in send_l2cap_con_rej() 1363 if (cmd->aux == NULL) { in send_l2cap_cfg_rsp() 1389 _ng_l2cap_cmd_urs(cmd->aux, cmd->ident, result); in send_l2cap_param_urs() [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/pci/ |
| H A D | qcom,pcie.txt | 94 - "aux" Clocks the pcie AUX block 100 - "aux" Auxiliary (AUX) clock 109 - "aux" Auxiliary (AUX) clock 122 - "aux" Auxiliary clock 129 - "aux" Auxiliary clock 137 - "aux" Auxiliary clock 287 clock-names = "core", "iface", "phy", "aux", "ref"; 327 clock-names = "iface", "master_bus", "slave_bus", "aux";
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zfs_fm.c | 1230 nvlist_t *aux) in zfs_event_create() argument 1276 if (aux) { in zfs_event_create() 1289 nvlist_t *aux) in zfs_post_common() argument 1333 nvlist_t *aux; in zfs_post_state_change() local 1338 aux = fm_nvlist_create(NULL); in zfs_post_state_change() 1339 if (vd && aux) { in zfs_post_state_change() 1341 (void) nvlist_add_string(aux, in zfs_post_state_change() 1346 (void) nvlist_add_string(aux, in zfs_post_state_change() 1351 (void) nvlist_add_uint64(aux, in zfs_post_state_change() 1356 aux); in zfs_post_state_change() [all …]
|
| H A D | spa_misc.c | 954 spa_aux_t *aux; in spa_aux_add() local 958 aux->aux_count++; in spa_aux_add() 961 aux->aux_guid = vd->vdev_guid; in spa_aux_add() 962 aux->aux_count = 1; in spa_aux_add() 963 avl_insert(avl, aux, where); in spa_aux_add() 971 spa_aux_t *aux; in spa_aux_remove() local 977 ASSERT(aux != NULL); in spa_aux_remove() 979 if (--aux->aux_count == 0) { in spa_aux_remove() 980 avl_remove(avl, aux); in spa_aux_remove() 983 aux->aux_pool = 0ULL; in spa_aux_remove() [all …]
|
| /f-stack/freebsd/sys/ |
| H A D | auxv.h | 38 int elf_aux_info(int aux, void *buf, int buflen);
|
| /f-stack/freebsd/contrib/device-tree/Bindings/iio/frequency/ |
| H A D | adf4350.txt | 55 - adi,aux-output-enable: Enables auxiliary RF output. 56 - adi,aux-output-fundamental-enable: Selects fundamental VCO output on 65 - adi,aux-output-power: Auxiliary output power selection.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mailbox/ |
| H A D | qcom,apcs-kpss-global.yaml | 48 - const: aux 86 clock-names = "pll", "aux";
|