| /f-stack/dpdk/drivers/crypto/bcmfs/hw/ |
| H A D | bcmfs4_rm.c | 162 bcmfs4_next_table_desc(uint32_t toggle, uint64_t next_addr) in bcmfs4_next_table_desc() argument 170 bcmfs4_null_desc(uint32_t toggle) in bcmfs4_null_desc() argument 190 bcmfs4_header_desc(uint32_t toggle, uint32_t startpkt, in bcmfs4_header_desc() argument 208 void **desc_ptr, uint32_t *toggle, in bcmfs4_enqueue_desc() argument 241 _toggle = (nhpos == 0) ? !(*toggle) : (*toggle); in bcmfs4_enqueue_desc() 263 *toggle = (*toggle) ? 0 : 1; in bcmfs4_enqueue_desc() 280 *toggle = (*toggle) ? 0 : 1; in bcmfs4_enqueue_desc() 382 void *desc_ptr, uint32_t toggle, in bcmfs4_enqueue_msg() argument 408 d, &desc_ptr, &toggle, in bcmfs4_enqueue_msg() 426 d, &desc_ptr, &toggle, in bcmfs4_enqueue_msg() [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/watchdog/ |
| H A D | gpio-wdt.txt | 8 - toggle: Either a high-to-low or a low-to-high transition clears 19 to toggle the signal when the device is open and the timeout elapsed. 26 hw_algo = "toggle";
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-flash.c | 397 uint8_t toggle = status ^ old_status; in cvmx_flash_erase_block() local 400 if (toggle & (1<<6)) in cvmx_flash_erase_block() 408 toggle = status ^ old_status; in cvmx_flash_erase_block() 411 if (toggle & (1<<6)) in cvmx_flash_erase_block()
|
| H A D | cvmx-usb.h | 1085 extern void cvmx_usb_set_toggle(cvmx_usb_state_t *state, int endpoint_num, int toggle);
|
| H A D | cvmx-usb.c | 3440 extern void cvmx_usb_set_toggle(cvmx_usb_state_t *state, int endpoint_num, int toggle) in cvmx_usb_set_toggle() argument 3445 pipe->pid_toggle = !!toggle; in cvmx_usb_set_toggle()
|
| /f-stack/dpdk/drivers/net/mlx4/ |
| H A D | mlx4_ethdev.c | 348 mlx4_rxmode_toggle(struct rte_eth_dev *dev, enum rxmode_toggle toggle) in mlx4_rxmode_toggle() argument 355 switch (toggle) { in mlx4_rxmode_toggle() 359 dev->data->promiscuous = toggle & 1; in mlx4_rxmode_toggle() 364 dev->data->all_multicast = toggle & 1; in mlx4_rxmode_toggle()
|
| /f-stack/dpdk/drivers/net/dpaa2/ |
| H A D | dpaa2_rxtx.c | 552 q_storage->toggle = 0; in dpaa2_dev_prefetch_rx() 553 dq_storage = q_storage->dq_storage[q_storage->toggle]; in dpaa2_dev_prefetch_rx() 590 q_storage->toggle ^= 1; in dpaa2_dev_prefetch_rx() 591 dq_storage1 = q_storage->dq_storage[q_storage->toggle]; in dpaa2_dev_prefetch_rx() 1533 q_storage->toggle = 0; in dpaa2_dev_loopback_rx() 1534 dq_storage = q_storage->dq_storage[q_storage->toggle]; in dpaa2_dev_loopback_rx() 1571 q_storage->toggle ^= 1; in dpaa2_dev_loopback_rx() 1572 dq_storage1 = q_storage->dq_storage[q_storage->toggle]; in dpaa2_dev_loopback_rx()
|
| /f-stack/freebsd/contrib/alpine-hal/eth/ |
| H A D | al_hal_eth_kr.h | 102 al_bool toggle; member
|
| H A D | al_hal_eth_kr.c | 818 np->toggle = AL_REG_FIELD_GET(reg, AL_ETH_KR_AN_NP_ADV1_TOGGLE_MASK, in al_eth_kr_next_page_read() 852 np->toggle); in al_eth_kr_next_page_write()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/regulator/ |
| H A D | tps65217.txt | 15 - ti,pmic-shutdown-controller: Telling the PMIC to shutdown on PWR_EN toggle.
|
| H A D | qcom,spmi-regulator.txt | 220 toggle after an over current event takes place.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mfd/ |
| H A D | bd9571mwv.txt | 39 accommodate a toggle power switch (the RSTBMODE pin is
|
| /f-stack/tools/libxo/xohtml/external/ |
| H A D | jquery.qtip.js | 228 self.toggle(TRUE, cache.event, FALSE); 448 v && (!this.rendered && this.render(TRUE) || this.toggle(TRUE)); 940 PROTOTYPE.toggle = function(state, event) { function in PROTOTYPE 1092 PROTOTYPE.show = function(event) { return this.toggle(TRUE, event); }; 1094 PROTOTYPE.hide = function(event) { return this.toggle(FALSE, event); }; 1245 var callback = $.proxy(function(){ this.toggle(TRUE, event); }, this); 1281 var callback = $.proxy(function(){ this.toggle(FALSE, event); }, this); 1919 toggle: NULL, property 2170 this.element.toggle(this.enabled); 2321 .toggle(!!(border || i)); [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mtd/ |
| H A D | jedec,spi-nor.txt | 76 systems don't toggle the flash RESET# pin upon system reset
|
| /f-stack/freebsd/contrib/device-tree/Bindings/memory-controllers/ |
| H A D | mvebu-devbus.txt | 46 - devbus,badr-skew-ps: Defines the time delay from from A[2:0] toggle, 97 DEV_A[2:0] and Data are kept valid (do not toggle) for
|
| /f-stack/freebsd/contrib/device-tree/Bindings/net/ |
| H A D | qca,qca7000.txt | 27 In this mode the SPI master must toggle the chip select
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/ |
| H A D | properties.shlib | 93 # Functions to toggle on/off properties
|
| /f-stack/dpdk/drivers/net/sfc/ |
| H A D | sfc_ethdev.c | 398 boolean_t *toggle; in sfc_dev_filter_set() local 407 toggle = (allmulti) ? (&port->allmulti) : (&port->promisc); in sfc_dev_filter_set() 409 if (*toggle != enabled) { in sfc_dev_filter_set() 410 *toggle = enabled; in sfc_dev_filter_set() 419 *toggle = !(enabled); in sfc_dev_filter_set()
|
| /f-stack/dpdk/drivers/raw/dpaa2_qdma/ |
| H A D | dpaa2_qdma.c | 620 q_storage->toggle = 0; in dpdmai_dev_dequeue_multijob_prefetch() 621 dq_storage = q_storage->dq_storage[q_storage->toggle]; in dpdmai_dev_dequeue_multijob_prefetch() 658 q_storage->toggle ^= 1; in dpdmai_dev_dequeue_multijob_prefetch() 659 dq_storage1 = q_storage->dq_storage[q_storage->toggle]; in dpdmai_dev_dequeue_multijob_prefetch()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mmc/ |
| H A D | ti-omap-hsmmc.txt | 107 dat1. The MMC driver will then toggle between idle and default state during
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | rk3288-evb.dtsi | 168 * but it shouldn't hurt to toggle this pin there anyway.
|
| H A D | armada-385-clearfog-gtr.dtsi | 39 32 - Fuse programming power toggle (1.8v)
|
| /f-stack/dpdk/drivers/bus/fslmc/portal/ |
| H A D | dpaa2_hw_pvt.h | 138 uint8_t toggle; member
|
| /f-stack/freebsd/arm/mv/ |
| H A D | gpio.c | 941 mv_gpio_polarity(device_t dev, uint32_t pin, uint8_t enable, uint8_t toggle) in mv_gpio_polarity() argument 952 if (toggle) { in mv_gpio_polarity()
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | release_2_1.rst | 509 Fixes: c112df6875a5 ("eal/linux: toggle interrupt for uio_pci_generic")
|