/freebsd/sys/contrib/device-tree/Bindings/gpio/ |
H A D | gpio-latch.yaml | 42 The number of clk-gpios and latched-gpios is not fixed. The actual number 55 latched-gpios: 74 - latched-gpios 90 latched-gpios = <&gpio3 21 0>, <&gpio3 22 0>,
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | tlv320adcx140.yaml | 70 0 - (default) Odd channel is latched on the negative edge and even 71 channel is latched on the positive edge. 72 1 - Odd channel is latched on the positive edge and even channel is 73 latched on the negative edge.
|
/freebsd/sys/dev/bxe/ |
H A D | ecore_init.h | 708 /* [28] MCP Latched rom_parity 709 * [29] MCP Latched ump_rx_parity 710 * [30] MCP Latched ump_tx_parity 711 * [31] MCP Latched scpad_parity 832 * [7] clears Latched rom_parity in ecore_clear_blocks_parity() 833 * [8] clears Latched ump_rx_parity in ecore_clear_blocks_parity() 834 * [9] clears Latched ump_tx_parity in ecore_clear_blocks_parity() 835 * [10] clears Latched scpad_parity (both ports) in ecore_clear_blocks_parity()
|
/freebsd/sys/arm/ti/am335x/ |
H A D | am335x_dmtpps.c | 36 * to see if a new counter value has been latched. When a new value has been 37 * latched, the only processing done in the poll routine is to capture the 39 * latched value from the timer. The remaining work (done by pps_event() while 285 * If a new value has been latched we've got a PPS event. Capture the in dmtpps_poll() 287 * populates it from the current DMT_TCRR register) with the latched in dmtpps_poll()
|
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/ |
H A D | eeti.txt | 10 latched. This is necessary for platforms that lack
|
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
H A D | brcm,l2-intc.txt | 8 "brcm,l2-intc" for latched interrupt controllers
|
/freebsd/sys/amd64/vmm/io/ |
H A D | vatpit.c | 86 bool slatched; /* status latched */ 255 * Latch the count/status of the timer if not already latched. in pit_readback1() 373 * Return the status byte if latched in vatpit_handler()
|
/freebsd/sys/contrib/device-tree/Bindings/iio/magnetometer/ |
H A D | ti,tmag5273.yaml | 50 The low active interrupt can be configured to be fixed width or latched.
|
/freebsd/sys/dev/aic7xxx/ |
H A D | aic79xx_pci.c | 528 /* Silently clear any latched errors. */ in ahd_pci_test_register_access() 848 /* Clear latched errors. So our interrupt deasserts. */ in ahd_pci_intr() 903 /* Clear latched errors. So our interrupt deasserts. */ in ahd_pci_split_intr() 910 /* Clear latched errors. So our interrupt deasserts. */ in ahd_pci_split_intr()
|
H A D | aic7xxx_pci.c | 1229 /* Clear any latched parity error */ in ahc_probe_ext_scbram() 1319 /* Silently clear any latched errors. */ in ahc_pci_test_register_access() 2044 /* Clear latched errors. */ in ahc_pci_intr() 2049 printf("%s: Latched PCIERR interrupt with " in ahc_pci_intr()
|
/freebsd/share/examples/ses/srcs/ |
H A D | chpmon.c | 76 * a latched status. in main()
|
/freebsd/sys/i386/i386/ |
H A D | mp_clock.c | 31 * The counter is in other words not latched to the PCI bus clock when
|
/freebsd/sys/dev/usb/net/ |
H A D | ruephy.c | 137 * the MSR twice in case it's latched. in ruephy_service()
|
/freebsd/sys/arm64/coresight/ |
H A D | coresight_tmc.h | 53 #define TMC_LBUFLEVEL 0x02C /* Latched Buffer Fill Level */
|
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_hw.h | 582 uint32_t status_saved:1, /**< if TRUE, latched status should be returned */ 589 uint32_t saved_status; /**< latched status */ 590 uint32_t saved_len; /**< latched length */ 591 uint32_t saved_ext; /**< latched extended status */
|
/freebsd/sys/dev/mii/ |
H A D | xmphy.c | 184 * the BMSR twice in case it's latched. in xmphy_service()
|
H A D | ciphy.c | 190 * the BMSR twice in case it's latched. in ciphy_service()
|
/freebsd/share/man/man4/ |
H A D | mtio.4 | 200 * These are latched from the last command that had a SCSI
|
/freebsd/sys/contrib/alpine-hal/ |
H A D | al_hal_nb_regs.h | 1356 /* Latched PC value [31:1] */ 1367 If set, queue entry info is latched on track_dump_rdata register. 1385 If set, queue entry info is latched on track_dump_rdata register. 1403 If set, queue entry info is latched on track_dump_rdata register. 1423 If set, queue entry info is latched on track_dump_rdata register.
|
/freebsd/share/man/man9/ |
H A D | sbuf.9 | 250 string will be latched in the data structure,
|
/freebsd/sys/net/ |
H A D | bridgestp.h | 244 int latched; member
|
H A D | bridgestp.c | 1943 t->latched = 0; in bstp_timer_start() 1951 t->latched = 0; in bstp_timer_stop() 1957 t->latched = 1; in bstp_timer_latch() 1964 if (t->active == 0 || t->latched) in bstp_timer_dectest()
|
/freebsd/sys/sys/ |
H A D | mtio.h | 151 * These are latched from the last command that had a SCSI
|
/freebsd/sys/x86/x86/ |
H A D | mp_x86.c | 1239 * and running the target CPU. OR this INIT IPI might be latched (P5 in ipi_startup() 1256 * latched, (P5 bug) this 1st STARTUP would then terminate in ipi_startup() 1272 * the previous STARTUP IPI was cancelled by a latched INIT IPI. OR in ipi_startup()
|
/freebsd/sys/dev/igc/ |
H A D | igc_mac.c | 727 * some "sticky" (latched) bits. in igc_config_fc_after_link_up_generic() 949 /* Semaphore acquired if bit latched */ in igc_get_hw_semaphore_generic()
|