Home
last modified time | relevance | path

Searched refs:addr_lo (Results 1 – 25 of 35) sorted by relevance

12

/netbsd/sys/dev/pci/
H A Dif_ixlvar.h444 uint32_t addr_lo; member
453 uint32_t addr_lo; member
472 uint32_t addr_lo; member
492 uint32_t addr_lo; member
786 uint32_t addr_lo; member
797 uint32_t addr_lo; member
818 uint32_t addr_lo; member
H A Dif_jme.c703 sc->jme_rxring[i].addr_lo = in jme_add_rxbuf()
1479 desc->addr_lo = 0; in jme_encap()
1490 desc->addr_lo = htole32( in jme_encap()
1546 desc->flags, desc->buflen, desc->addr_hi, desc->addr_lo); in jme_txeof()
H A Dif_jmereg.h917 uint32_t addr_lo; member
/netbsd/sys/dev/pci/cxgb/
H A Dcxgb_mc5.c132 static int mc5_write(adapter_t *adapter, u32 addr_lo, u32 cmd) in mc5_write() argument
134 t3_write_reg(adapter, A_MC5_DB_DBGI_REQ_ADDR0, addr_lo); in mc5_write()
137 CH_ERR(adapter, "MC5 timeout writing to TCAM address 0x%x\n", addr_lo); in mc5_write()
H A Dcxgb_xgmac.c229 u32 addr_lo, addr_hi; in set_addr_filter() local
232 addr_lo = (addr[3] << 24) | (addr[2] << 16) | (addr[1] << 8) | addr[0]; in set_addr_filter()
235 t3_write_reg(mac->adapter, A_XGM_RX_EXACT_MATCH_LOW_1 + oft, addr_lo); in set_addr_filter()
H A Dcxgb_sge.c98 uint32_t addr_lo; member
499 d->addr_lo = htobe32(sd->map->dm_segs[0].ds_addr & 0xffffffff); in refill_fl()
572 to->addr_lo = from->addr_lo; // already big endian in recycle_rx_buf()
/netbsd/external/gpl3/gdb/dist/sim/bfin/
H A Ddv-bfin_mmu.c482 bu32 addr_lo, addr_hi; in _mmu_check_addr() local
489 addr_lo = cplb_addr[i]; in _mmu_check_addr()
491 if (addr < addr_lo || addr >= addr_hi) in _mmu_check_addr()
/netbsd/external/gpl3/gdb.old/dist/sim/bfin/
H A Ddv-bfin_mmu.c482 bu32 addr_lo, addr_hi; in _mmu_check_addr() local
489 addr_lo = cplb_addr[i]; in _mmu_check_addr()
491 if (addr < addr_lo || addr >= addr_hi) in _mmu_check_addr()
/netbsd/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_amdkfd_gfx_v9.h55 uint32_t addr_lo);
H A Damdgpu_amdkfd_gfx_v7.c610 uint32_t addr_lo) in kgd_address_watch_execute() argument
626 ADDRESS_WATCH_REG_ADDR_LO], addr_lo); in kgd_address_watch_execute()
/netbsd/sys/external/bsd/drm2/dist/drm/via/
H A Dvia_dma.c497 uint32_t cmd_addr, addr_lo, addr_hi; in via_align_cmd() local
513 addr_lo = ((HC_SubA_HAGPBpL << 24) | (cmd_type & HC_HAGPBpID_MASK) | in via_align_cmd()
518 VIA_OUT_RING_QW(*cmd_addr_hi = addr_hi, *cmd_addr_lo = addr_lo); in via_align_cmd()
/netbsd/sys/external/bsd/drm2/dist/drm/amd/include/
H A Dkgd_kfd_interface.h297 uint32_t addr_lo);
/netbsd/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
H A Dkfd_pm4_headers_vi.h319 uint32_t addr_lo; member
H A Dkfd_pm4_headers_ai.h361 uint32_t addr_lo; member
H A Dkfd_packet_manager_v9.c309 packet->addr_lo = lower_32_bits((uint64_t)fence_address); in pm_query_status_v9()
H A Dkfd_packet_manager_vi.c288 packet->addr_lo = lower_32_bits((uint64_t)fence_address); in pm_query_status_vi()
/netbsd/usr.sbin/fwctl/
H A Dfwcontrol.c192 read_write_quad(int fd, struct fw_eui64 eui, uint32_t addr_lo, int readmode, in read_write_quad() argument
216 asyreq->pkt.mode.rreqq.dest_lo = addr_lo; in read_write_quad()
/netbsd/sys/dev/ic/
H A Dcissreg.h452 u_int32_t addr_lo; member
/netbsd/sys/external/bsd/drm/dist/shared-core/
H A Dradeon_drm.h197 unsigned char cmd_type, addr_lo, addr_hi, count; member
/netbsd/external/gpl3/gcc/dist/gcc/config/tilepro/
H A Dtilepro.c1594 rtx addr_lo, addr_hi; in tilepro_expand_unaligned_load() local
1649 addr_lo = force_reg (Pmode, plus_constant (Pmode, mema, byte_offset)); in tilepro_expand_unaligned_load()
1651 gen_rtx_AND (Pmode, addr_lo, GEN_INT (-4))); in tilepro_expand_unaligned_load()
1664 addr_lo = make_safe_from (addr_lo, dest_reg); in tilepro_expand_unaligned_load()
1678 gen_lowpart (SImode, hi), addr_lo)); in tilepro_expand_unaligned_load()
H A Dtilepro.cc1594 rtx addr_lo, addr_hi; in tilepro_expand_unaligned_load() local
1649 addr_lo = force_reg (Pmode, plus_constant (Pmode, mema, byte_offset)); in tilepro_expand_unaligned_load()
1651 gen_rtx_AND (Pmode, addr_lo, GEN_INT (-4))); in tilepro_expand_unaligned_load()
1664 addr_lo = make_safe_from (addr_lo, dest_reg); in tilepro_expand_unaligned_load()
1678 gen_lowpart (SImode, hi), addr_lo)); in tilepro_expand_unaligned_load()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/tilepro/
H A Dtilepro.c1594 rtx addr_lo, addr_hi; in tilepro_expand_unaligned_load() local
1649 addr_lo = force_reg (Pmode, plus_constant (Pmode, mema, byte_offset)); in tilepro_expand_unaligned_load()
1651 gen_rtx_AND (Pmode, addr_lo, GEN_INT (-4))); in tilepro_expand_unaligned_load()
1664 addr_lo = make_safe_from (addr_lo, dest_reg); in tilepro_expand_unaligned_load()
1678 gen_lowpart (SImode, hi), addr_lo)); in tilepro_expand_unaligned_load()
/netbsd/external/gpl3/gcc/dist/gcc/config/tilegx/
H A Dtilegx.c1853 rtx addr_lo, addr_hi; in tilegx_expand_unaligned_load() local
1917 addr_lo = force_reg (Pmode, plus_constant (Pmode, mema, byte_offset)); in tilegx_expand_unaligned_load()
1919 gen_rtx_AND (GET_MODE (mema), addr_lo, in tilegx_expand_unaligned_load()
1934 addr_lo = make_safe_from (addr_lo, dest_reg); in tilegx_expand_unaligned_load()
1949 gen_lowpart (DImode, hi), addr_lo)); in tilegx_expand_unaligned_load()
H A Dtilegx.cc1854 rtx addr_lo, addr_hi; in tilegx_expand_unaligned_load() local
1918 addr_lo = force_reg (Pmode, plus_constant (Pmode, mema, byte_offset)); in tilegx_expand_unaligned_load()
1920 gen_rtx_AND (GET_MODE (mema), addr_lo, in tilegx_expand_unaligned_load()
1935 addr_lo = make_safe_from (addr_lo, dest_reg); in tilegx_expand_unaligned_load()
1950 gen_lowpart (DImode, hi), addr_lo)); in tilegx_expand_unaligned_load()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/tilegx/
H A Dtilegx.c1853 rtx addr_lo, addr_hi; in tilegx_expand_unaligned_load() local
1917 addr_lo = force_reg (Pmode, plus_constant (Pmode, mema, byte_offset)); in tilegx_expand_unaligned_load()
1919 gen_rtx_AND (GET_MODE (mema), addr_lo, in tilegx_expand_unaligned_load()
1934 addr_lo = make_safe_from (addr_lo, dest_reg); in tilegx_expand_unaligned_load()
1949 gen_lowpart (DImode, hi), addr_lo)); in tilegx_expand_unaligned_load()

12