/freebsd/sys/dev/intel/ |
H A D | pchtherm.c | 139 temp = bus_read_2(sc->tbar, regoff); in pchtherm_temp_sysctl() 192 val = bus_read_2(sc->tbar, PCHTHERM_REG_TSPM); in pchtherm_attach() 240 val = bus_read_2(sc->tbar, PCHTHERM_REG_TL2); in pchtherm_attach() 248 val = bus_read_2(sc->tbar, PCHTHERM_REG_PHLC); in pchtherm_attach() 250 val |= bus_read_2(sc->tbar, PCHTHERM_REG_PHL); in pchtherm_attach() 271 bus_read_2(sc->tbar, PCHTHERM_REG_TAHV) != 0) { in pchtherm_attach() 281 bus_read_2(sc->tbar, PCHTHERM_REG_TALV) != 0) { in pchtherm_attach()
|
/freebsd/sys/dev/smc/ |
H A D | if_smc.c | 162 KASSERT((bus_read_2(sc->smc_reg, BSR) & in smc_mmu_wait() 165 while (bus_read_2(sc->smc_reg, MMUCR) & MMUCR_BUSY) in smc_mmu_wait() 187 return (bus_read_2(sc->smc_reg, offset)); in smc_read_2() 246 val = bus_read_2(reg, BSR); in smc_probe() 259 val = bus_read_2(reg, BSR); in smc_probe() 271 val = bus_read_2(reg, BAR); in smc_probe() 285 val = bus_read_2(reg, REV); in smc_probe()
|
/freebsd/sys/dev/sdhci/ |
H A D | sdhci_xenon.c | 89 return (bus_read_2(sc->mem_res, off)); in sdhci_xenon_read_2() 396 hostctrl2 = bus_read_2(sc->mem_res, SDHCI_HOST_CONTROL2); in sdhci_xenon_switch_vccq() 424 hostctrl2 = bus_read_2(sc->mem_res, SDHCI_HOST_CONTROL2); in sdhci_xenon_switch_vccq() 457 hostctrl2 = bus_read_2(sc->mem_res, SDHCI_HOST_CONTROL2); in sdhci_xenon_switch_vccq()
|
/freebsd/tools/bus_space/C/ |
H A D | libbus.h | 32 int32_t bus_read_2(int rid, long ofs);
|
H A D | lang.c | 43 bus_read_2(int rid, long ofs) in bus_read_2() function
|
/freebsd/sys/dev/vte/ |
H A D | if_vtevar.h | 152 bus_read_2((_sc)->vte_res, (reg))
|
/freebsd/sys/dev/mlx/ |
H A D | mlxreg.h | 83 #define MLX_V3_GET_STATUS(sc) bus_read_2 (sc->mlx_mem, MLX_V3_STATUS) 120 #define MLX_V4_GET_STATUS(sc) bus_read_2 (sc->mlx_mem, MLX_V4_STATUS) 165 #define MLX_V5_GET_STATUS(sc) bus_read_2 (sc->mlx_mem, MLX_V5_STATUS)
|
/freebsd/sys/dev/cardbus/ |
H A D | cardbus_cis.c | 501 romsig = bus_read_2(res, in cardbus_read_tuple_init() 521 pcidata = imagebase + bus_read_2(res, in cardbus_read_tuple_init() 523 imagesize = bus_read_2(res, in cardbus_read_tuple_init()
|
/freebsd/sys/dev/enetc/ |
H A D | enetc.h | 115 bus_read_2((sc)->regs, ENETC_PORT_BASE + (reg))
|
/freebsd/sys/dev/le/ |
H A D | if_le_pci.c | 175 return (bus_read_2(lesc->sc_rres, PCNET_PCI_BDP)); in le_pci_rdbcr() 195 return (bus_read_2(lesc->sc_rres, PCNET_PCI_RDP)); in le_pci_rdcsr()
|
/freebsd/sys/arm/ti/am335x/ |
H A D | am335x_ecap.c | 57 #define ECAP_READ2(_sc, reg) bus_read_2((_sc)->sc_mem_res, reg);
|
/freebsd/sys/arm/freescale/imx/ |
H A D | imx_wdog.c | 90 return (bus_read_2(sc->sc_res[MEMRES], offs)); in RD2()
|
/freebsd/sys/dev/ida/ |
H A D | idavar.h | 39 bus_read_2((ida)->regs, port)
|
/freebsd/tools/bus_space/Python/ |
H A D | lang.c | 50 bus_read_2(PyObject *self, PyObject *args) in bus_read_2() function 421 { "read_2", bus_read_2, METH_VARARGS, "Read a 2-byte data item." },
|
/freebsd/sys/dev/fxp/ |
H A D | if_fxpvar.h | 245 #define CSR_READ_2(sc, reg) bus_read_2(sc->fxp_res[0], reg)
|
/freebsd/sys/dev/ips/ |
H A D | ips.h | 60 #define ips_read_2(sc,offset) bus_read_2(sc->iores, offset)
|
/freebsd/sys/dev/axgbe/ |
H A D | xgbe-common.h | 1598 bus_read_2((_pdata)->xpcs_res, (_off)) 1614 bus_read_2((_pdata)->sir0_res, _reg) 1634 bus_read_2((_pdata)->sir1_res, _reg) 1657 bus_read_2((_pdata)->rxtx_res, _reg)
|
/freebsd/sys/dev/ale/ |
H A D | if_alevar.h | 236 bus_read_2((_sc)->ale_res[0], (reg))
|
/freebsd/sys/dev/vge/ |
H A D | if_vgevar.h | 227 bus_read_2(sc->vge_res, reg)
|
/freebsd/sys/dev/alc/ |
H A D | if_alcvar.h | 267 bus_read_2((_sc)->alc_res[0], (reg))
|
/freebsd/sys/dev/age/ |
H A D | if_agevar.h | 242 bus_read_2((_sc)->age_res[0], (reg))
|
/freebsd/sys/powerpc/amigaone/ |
H A D | cpld_x5000.c | 128 return (bus_read_2(sc->sc_mem, CPLD_MEM_DATA)); in cpld_read()
|
/freebsd/sys/dev/mgb/ |
H A D | if_mgb.h | 243 bus_read_2((sc)->regs, reg)
|
/freebsd/sys/dev/pci/ |
H A D | pci_dw.c | 101 return (bus_read_2(sc->dbi_res, reg)); in pci_dw_dbi_read() 538 data = bus_read_2(res, reg); in pci_dw_read_config()
|
/freebsd/sys/dev/ste/ |
H A D | if_stereg.h | 491 bus_read_2((sc)->ste_res, reg)
|