Home
last modified time | relevance | path

Searched refs:bus_write_2 (Results 1 – 25 of 64) sorted by relevance

123

/src/sys/dev/ichwd/
H A Di6300esbwd.c80 bus_write_2(sc->res, WDT_RELOAD_REG, WDT_UNLOCK_SEQ_1_VAL); in i6300esbwd_unlock_res()
81 bus_write_2(sc->res, WDT_RELOAD_REG, WDT_UNLOCK_SEQ_2_VAL); in i6300esbwd_unlock_res()
121 bus_write_2(sc->res, WDT_RELOAD_REG, WDT_RELOAD); in i6300esbwd_event()
143 bus_write_2(sc->res, WDT_RELOAD_REG, WDT_RELOAD); in i6300esbwd_event()
204 bus_write_2(sc->res, WDT_RELOAD_REG, WDT_RELOAD | WDT_TIMEOUT); in i6300esbwd_attach()
/src/sys/powerpc/amigaone/
H A Dcpld_x5000.c119 bus_write_2(sc->sc_mem, CPLD_MEM_ADDR, addr); in cpld_write()
120 bus_write_2(sc->sc_mem, CPLD_MEM_DATA, data); in cpld_write()
126 bus_write_2(sc->sc_mem, CPLD_MEM_ADDR, addr); in cpld_read()
/src/tools/bus_space/C/
H A Dlibbus.h37 int bus_write_2(int rid, long ofs, uint16_t val);
H A Dlang.c66 bus_write_2(int rid, long ofs, uint16_t val) in bus_write_2() function
/src/sys/dev/smc/
H A Dif_smc.c152 bus_write_2(sc->smc_reg, BSR, bank & BSR_BANK_MASK); in smc_select_bank()
194 bus_write_2(sc->smc_reg, offset, val); in smc_write_2()
258 bus_write_2(reg, BSR, 0); in smc_probe()
270 bus_write_2(reg, BSR, 1); in smc_probe()
284 bus_write_2(reg, BSR, 3); in smc_probe()
/src/sys/dev/vte/
H A Dif_vtevar.h150 bus_write_2((_sc)->vte_res, (reg), (val))
/src/sys/dev/sdhci/
H A Dsdhci_xenon.c98 bus_write_2(sc->mem_res, off, val); in sdhci_xenon_write_2()
402 bus_write_2(sc->mem_res, SDHCI_HOST_CONTROL2, hostctrl2); in sdhci_xenon_switch_vccq()
435 bus_write_2(sc->mem_res, SDHCI_HOST_CONTROL2, hostctrl2); in sdhci_xenon_switch_vccq()
/src/sys/dev/enetc/
H A Denetc.h117 bus_write_2((sc)->regs, ENETC_PORT_BASE + (reg), value)
/src/sys/arm/ti/am335x/
H A Dam335x_ecap.c59 bus_write_2((_sc)->sc_mem_res, reg, value);
/src/sys/arm/freescale/imx/
H A Dimx_wdog.c97 bus_write_2(sc->sc_res[MEMRES], offs, val); in WR2()
/src/sys/dev/ida/
H A Didavar.h46 bus_write_2((ida)->regs, port, val)
/src/sys/dev/fxp/
H A Dif_fxpvar.h248 #define CSR_WRITE_2(sc, reg, val) bus_write_2(sc->fxp_res[0], reg, val)
/src/tools/bus_space/Python/
H A Dlang.c98 bus_write_2(PyObject *self, PyObject *args) in bus_write_2() function
425 { "write_2", bus_write_2, METH_VARARGS, "Write a 2-byte data item." },
/src/sys/dev/ips/
H A Dips.h64 #define ips_write_2(sc,offset,value) bus_write_2(sc->iores, offset, value)
/src/sys/dev/axgbe/
H A Dxgbe-common.h1595 bus_write_2((_pdata)->xpcs_res, (_off), _val)
1622 bus_write_2((_pdata)->sir0_res, _reg, (_val))
1642 bus_write_2((_pdata)->sir1_res, _reg, (_val))
1665 bus_write_2((_pdata)->rxtx_res, _reg, (_val))
/src/sys/dev/ale/
H A Dif_alevar.h231 bus_write_2((_sc)->ale_res[0], (reg), (val))
/src/sys/arm/ti/
H A Dti_i2c.c174 bus_write_2(sc->sc_mem_res, off, val); in ti_i2c_write_2()
500 bus_write_2(sc->sc_mem_res, I2C_REG_SYSC, I2C_REG_SYSC_SRST); in ti_i2c_reset()
/src/sys/dev/age/
H A Dif_agevar.h239 bus_write_2((_sc)->age_res[0], (reg), (val))
/src/sys/dev/alc/
H A Dif_alcvar.h262 bus_write_2((_sc)->alc_res[0], (reg), (val))
/src/sys/dev/vge/
H A Dif_vgevar.h219 bus_write_2(sc->vge_res, reg, val)
/src/sys/dev/virtio/pci/
H A Dvirtio_pci_legacy.c129 bus_write_2((sc)->vtpci_res, (o), (htole16(v)))
138 bus_write_2((sc)->vtpci_res, (o), (v))
H A Dvirtio_pci_modern.c1337 bus_write_2(&sc->vtpci_common_res_map.vtrm_map, in vtpci_modern_write_common_2()
1366 bus_write_2(&sc->vtpci_notify_res_map.vtrm_map, off, val); in vtpci_modern_write_notify_2()
1426 bus_write_2(&sc->vtpci_device_res_map.vtrm_map, off, val); in vtpci_modern_write_device_2()
/src/sys/dev/ste/
H A Dif_stereg.h484 bus_write_2((sc)->ste_res, reg, val)
/src/sys/dev/siis/
H A Dsiis.h446 bus_write_2((res), (offset), (value))
/src/sys/dev/glxiic/
H A Dglxiic.c1052 bus_write_2(sc->smb_res, GLXIIC_SMB_CTRL2, in glxiic_smb_enable()
1076 bus_write_2(sc->smb_res, GLXIIC_SMB_CTRL2, in glxiic_smb_disable()

123