| /freebsd-12-stable/sys/dev/vnic/ |
| D | thunder_mdio.c | 147 bus_read_8((sc)->reg_base, (reg)) 150 bus_write_8((sc)->reg_base, (reg), (val)) 163 sc->reg_base = bus_alloc_resource_any(dev, SYS_RES_MEMORY, &rid, in thunder_mdio_attach() 165 if (sc->reg_base == NULL) { in thunder_mdio_attach() 186 if (sc->reg_base != NULL) { in thunder_mdio_detach() 188 sc->reg_base); in thunder_mdio_detach()
|
| D | thunder_bgx.c | 153 bgx->reg_base = bus_alloc_resource_any(dev, SYS_RES_MEMORY, &rid, in thunder_bgx_attach() 155 if (bgx->reg_base == NULL) { in thunder_bgx_attach() 161 bgx->bgx_id = (rman_get_start(bgx->reg_base) >> BGX_NODE_ID_SHIFT) & in thunder_bgx_attach() 163 bgx->bgx_id += nic_get_node_id(bgx->reg_base) * MAX_BGX_PER_CN88XX; in thunder_bgx_attach() 189 rman_get_rid(bgx->reg_base), bgx->reg_base); in thunder_bgx_attach() 212 rman_get_rid(bgx->reg_base), bgx->reg_base); in thunder_bgx_detach() 227 return (bus_read_8(bgx->reg_base, addr)); in bgx_reg_read() 237 bus_write_8(bgx->reg_base, addr, val); in bgx_reg_write() 247 bus_write_8(bgx->reg_base, addr, val | bus_read_8(bgx->reg_base, addr)); in bgx_reg_modify()
|
| D | nic_main.c | 94 struct resource * reg_base; /* Register start address */ member 203 nic->node = nic_get_node_id(nic->reg_base); in nicpf_attach() 335 nic->reg_base = bus_alloc_resource_any(dev, SYS_RES_MEMORY, &rid, in nicpf_alloc_res() 337 if (nic->reg_base == NULL) { in nicpf_alloc_res() 356 if (nic->reg_base != NULL) { in nicpf_free_res() 358 rman_get_rid(nic->reg_base), nic->reg_base); in nicpf_free_res() 368 bus_write_8(nic->reg_base, offset, val); in nic_reg_write() 376 val = bus_read_8(nic->reg_base, offset); in nic_reg_read()
|
| D | nicvf_main.c | 206 nic->reg_base = bus_alloc_resource_any(dev, SYS_RES_MEMORY, &rid, in nicvf_attach() 208 if (nic->reg_base == NULL) { in nicvf_attach() 280 bus_release_resource(dev, SYS_RES_MEMORY, rman_get_rid(nic->reg_base), in nicvf_attach() 281 nic->reg_base); in nicvf_attach() 301 if (nic->reg_base != NULL) { in nicvf_detach() 303 rman_get_rid(nic->reg_base), nic->reg_base); in nicvf_detach() 818 bus_write_8(nic->reg_base, offset, val); in nicvf_reg_write() 825 return (bus_read_8(nic->reg_base, offset)); in nicvf_reg_read() 833 bus_write_8(nic->reg_base, offset + (qidx << NIC_Q_NUM_SHIFT), val); in nicvf_queue_reg_write() 841 return (bus_read_8(nic->reg_base, offset + (qidx << NIC_Q_NUM_SHIFT))); in nicvf_queue_reg_read()
|
| D | thunder_mdio_var.h | 56 struct resource * reg_base; member
|
| D | thunder_bgx_var.h | 54 struct resource * reg_base; member
|
| D | nic.h | 312 struct resource *reg_base; member
|
| /freebsd-12-stable/sys/dev/drm2/radeon/ |
| D | radeon_device.c | 142 rdev->scratch.reg_base = RADEON_SCRATCH_REG0; in radeon_scratch_init() 145 rdev->scratch.reg[i] = rdev->scratch.reg_base + (i * 4); in radeon_scratch_init()
|
| D | radeon_fence.c | 833 rdev->scratch.reg_base; in radeon_fence_driver_start_ring()
|
| D | radeon.h | 536 uint32_t reg_base; member
|
| D | si.c | 1789 rdev->scratch.reg_base = SCRATCH_REG0; in si_scratch_init() 1792 rdev->scratch.reg[i] = rdev->scratch.reg_base + (i * 4); in si_scratch_init()
|
| D | r600.c | 2455 rdev->scratch.reg_base = SCRATCH_REG0; in r600_scratch_init() 2458 rdev->scratch.reg[i] = rdev->scratch.reg_base + (i * 4); in r600_scratch_init()
|
| /freebsd-12-stable/sys/gnu/dts/arm64/nvidia/ |
| D | tegra132.dtsi | 737 reg = <0x0 0x700e2000 0x0 0x600 /* 0: SOC_THERM reg_base */ 738 0x0 0x70040000 0x0 0x200>; /* 2: CCROC reg_base */
|
| D | tegra210.dtsi | 1471 reg = <0x0 0x700e2000 0x0 0x600 /* SOC_THERM reg_base */ 1472 0x0 0x60006000 0x0 0x400>; /* CAR reg_base */
|
| /freebsd-12-stable/sys/gnu/dts/arm/ |
| D | tegra124.dtsi | 886 reg = <0x0 0x700e2000 0x0 0x600 /* SOC_THERM reg_base */ 887 0x0 0x60006000 0x0 0x400>; /* CAR reg_base */
|
| /freebsd-12-stable/contrib/gcc/config/arm/ |
| D | arm.c | 14225 int reg_base = REGNO (base); in thumb_load_double_from_address() local 14231 reg_dest + 1, reg_base, reg_offset); in thumb_load_double_from_address()
|