| /f-stack/freebsd/arm/allwinner/ |
| H A D | aw_wdog.c | 52 #define WRITE(_sc, _r, _v) bus_write_4((_sc)->res, (_r), (_v)) macro 202 WRITE(sc, sc->wdog_mode, in aw_wdog_watchdog_fn() 205 WRITE(sc, sc->wdog_ctrl, in aw_wdog_watchdog_fn() 208 WRITE(sc, sc->wdog_config, in aw_wdog_watchdog_fn() 220 WRITE(sc, sc->wdog_mode, 0); in aw_wdog_watchdog_fn() 225 WRITE(sc, sc->wdog_mode, 0); in aw_wdog_watchdog_fn() 246 WRITE(aw_wdog_sc, aw_wdog_sc->wdog_mode, in aw_wdog_watchdog_reset() 250 WRITE(aw_wdog_sc, aw_wdog_sc->wdog_config, in aw_wdog_watchdog_reset() 252 WRITE(aw_wdog_sc, aw_wdog_sc->wdog_ctrl, in aw_wdog_watchdog_reset()
|
| H A D | aw_ts.c | 48 #define WRITE(_sc, _r, _v) bus_write_4((_sc)->res[0], (_r), (_v)) macro 136 WRITE(sc, TP_FIFOS, val); in aw_ts_intr() 190 WRITE(sc, TP_CTRL0, TP_CTRL0_CLK_SELECT(0) | in aw_ts_attach() 196 WRITE(sc, TP_CTRL1, TP_CTRL1_MODE_EN); in aw_ts_attach() 199 WRITE(sc, TP_TPR, TP_TPR_TEMP_EN | TP_TPR_TEMP_PERIOD(1953)); in aw_ts_attach() 202 WRITE(sc, TP_FIFOC, TP_FIFOC_TEMP_IRQ_ENABLE); in aw_ts_attach()
|
| H A D | aw_cir.c | 53 #define WRITE(_sc, _r, _v) bus_write_4((_sc)->res[0], (_r), (_v)) macro 337 WRITE(sc, AW_IR_RXSTA, val | AW_IR_RXSTA_CLEARALL); in aw_ir_intr() 481 WRITE(sc, AW_IR_CTL, AW_IR_CTL_MD); in aw_ir_attach() 490 WRITE(sc, AW_IR_CIR, val); in aw_ir_attach() 493 WRITE(sc, AW_IR_RXCTL, AW_IR_RXCTL_RPPI); in aw_ir_attach() 496 WRITE(sc, AW_IR_RXSTA, AW_IR_RXSTA_CLEARALL); in aw_ir_attach() 503 WRITE(sc, AW_IR_RXINT, AW_IR_RXINT_ROI_EN | AW_IR_RXINT_RPEI_EN | in aw_ir_attach() 508 WRITE(sc, AW_IR_CTL, val | AW_IR_CTL_GEN | AW_IR_CTL_RXEN); in aw_ir_attach()
|
| /f-stack/freebsd/arm/broadcom/bcm2835/ |
| H A D | bcm2835_wdog.c | 61 #define WRITE(_sc, _r, _v) bus_space_write_4((_sc)->bst, (_sc)->bsh, (_r) + (_sc)->regs_offset, (_v… macro 182 WRITE(sc, BCM2835_RSTC_REG, in bcmwd_watchdog_fn() 192 WRITE(sc, BCM2835_WDOG_REG, reg); in bcmwd_watchdog_fn() 198 WRITE(sc, BCM2835_RSTC_REG, reg); in bcmwd_watchdog_fn() 203 WRITE(sc, BCM2835_RSTC_REG, in bcmwd_watchdog_fn() 217 WRITE(bcmwd_lsc, BCM2835_WDOG_REG, in bcmwd_watchdog_reset() 220 WRITE(bcmwd_lsc, BCM2835_RSTC_REG, in bcmwd_watchdog_reset()
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/ |
| H A D | zpool_script.shlib | 30 /NAME +STATE +READ +WRITE +CKSUM/ {print $6}')"
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zvol_os.c | 116 start_time = blk_generic_start_io_acct(q, disk, WRITE, bio); in zvol_write() 162 blk_generic_end_io_acct(q, disk, WRITE, bio, start_time); in zvol_write() 191 start_time = blk_generic_start_io_acct(q, disk, WRITE, bio); in zvol_discard() 238 blk_generic_end_io_acct(q, disk, WRITE, bio, start_time); in zvol_discard() 330 if (rw == WRITE) { in zvol_submit_bio()
|
| H A D | zpl_file.c | 437 if (rw == WRITE) in zpl_direct_IO_impl() 473 if (rw == WRITE) in zpl_direct_IO() 486 if (rw == WRITE) in zpl_direct_IO()
|
| H A D | vdev_disk.c | 751 rw = WRITE; in vdev_disk_io_start()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | ctl.c | 1332 #define WRITE(v, t) do { \ macro 1503 WRITE(newval, uint64_t); in CTL_RO_NL_GEN() 1704 WRITE(newind, unsigned); in CTL_RO_CONFIG_GEN() 1885 WRITE(tcache_ind, unsigned); in tcache_flush_ctl() 1905 WRITE(tcache_ind, unsigned); in tcache_destroy_ctl() 2145 WRITE(dss, const char *); in arena_i_dss_ctl() 2320 WRITE(new_limit, size_t); in arena_i_retain_grow_limit_ctl() 2463 WRITE(extent_hooks, extent_hooks_t *); in arenas_create_ctl() 2488 WRITE(ptr, void *); in arenas_lookup_ctl() 2572 WRITE(filename, const char *); in prof_dump_ctl() [all …]
|
| /f-stack/freebsd/kern/ |
| H A D | subr_acl_nfs4.c | 369 const int WRITE = 02; in acl_nfs4_sync_acl_from_mode_draft() local 549 if (amode & WRITE) in acl_nfs4_sync_acl_from_mode_draft() 556 if (amode & WRITE) in acl_nfs4_sync_acl_from_mode_draft() 588 if (extramode & WRITE) { in acl_nfs4_sync_acl_from_mode_draft()
|
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | kernel-vfs-iov_iter.m4 | 22 iov_iter_init(&iter, WRITE, &iov, nr_segs, count);
|
| /f-stack/freebsd/contrib/libsodium/contrib/ |
| H A D | Findsodium.cmake | 104 file(WRITE "${CMAKE_CURRENT_BINARY_DIR}/arch.c" [=[
|
| /f-stack/dpdk/drivers/net/cxgbe/base/ |
| H A D | t4_hw.c | 3394 INIT_CMD(c, HELLO, WRITE); in t4_fw_hello() 3514 INIT_CMD(c, BYE, WRITE); in t4_fw_bye() 3531 INIT_CMD(c, RESET, WRITE); in t4_fw_reset() 3564 INIT_CMD(c, RESET, WRITE); in t4_fw_halt() 3895 INIT_CMD(c, INITIALIZE, WRITE); in t4_fw_initialize()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mtd/ |
| H A D | atmel-nand.txt | 66 SAMA5 SoCs embed an advanced NAND controller logic to automate READ/WRITE page
|
| /f-stack/freebsd/sys/ |
| H A D | pmc.h | 301 __PMC_CAP(WRITE, 6, "reprogram PMC counter") \
|