Searched refs:regs (Results 226 - 250 of 331) sorted by relevance

1234567891011>>

/freebsd-current/sys/dev/ath/ath_hal/
H A Dah.c951 ath_hal_getregdump(struct ath_hal *ah, const HAL_REGRANGE *regs, argument
958 uint32_t r = regs[i].start;
959 uint32_t e = regs[i].end;
973 ath_hal_setregs(struct ath_hal *ah, const HAL_REGWRITE *regs, int space) argument
976 OS_REG_WRITE(ah, regs->addr, regs->value);
977 regs++, space -= sizeof(HAL_REGWRITE);
/freebsd-current/sys/powerpc/powerpc/
H A Ddb_disasm.c789 const struct specialreg *regs; local
797 regs = dcrregs;
799 regs = sprregs;
800 for (i = 0; regs[i].name != NULL; i++)
801 if (spr == regs[i].reg)
803 if (regs[i].name == NULL)
806 APP_PSTR("%s", regs[i].name);
/freebsd-current/sys/dev/qlnx/qlnxe/
H A Dqlnx_ioctl.c495 qlnx_get_regs(qlnx_host_t *ha, qlnx_get_regs_t *regs) argument
502 regs->reg_buf_len = 0;
503 outb = regs->reg_buf;
511 regs->reg_buf_len += (dwords << 2);
519 outb += regs->reg_buf_len;
/freebsd-current/sys/arm64/nvidia/tegra210/
H A Dmax77620_regulators.c771 sc->regs = malloc(sizeof(struct max77620_reg_sc *) * sc->nregs,
793 sc->regs[i] = reg;
807 if (sc->regs[i] == NULL)
809 if (sc->regs[i]->xref == xref) {
810 *num = sc->regs[i]->def->id;
H A Dmax77620.h209 struct max77620_reg_sc **regs; member in struct:max77620_softc
/freebsd-current/sys/contrib/dev/athk/ath12k/
H A Dhw.c871 .regs = &qcn9274_v1_regs,
928 .regs = &wcn7850_regs,
983 .regs = &qcn9274_v2_regs,
H A Dhw.h150 const struct ath12k_hw_regs *regs; member in struct:ath12k_hw_params
/freebsd-current/sys/dev/mgb/
H A Dif_mgb.c1206 sc->regs = bus_alloc_resource_any(sc->dev, SYS_RES_MEMORY,
1208 if (sc->regs == NULL)
1219 if (sc->regs != NULL)
1221 rman_get_rid(sc->regs), sc->regs);
1222 sc->regs = NULL;
/freebsd-current/usr.sbin/bhyve/
H A Dpci_hda.c117 uint32_t regs[HDA_LAST_OFFSET]; member in struct:hda_softc
289 sc->regs[offset] = value;
296 return sc->regs[offset];
553 memset(sc->regs, 0, sizeof(sc->regs));
582 memset(sc->regs + HDA_STREAM_REGS_BASE + off, 0, HDA_STREAM_REGS_LEN);
/freebsd-current/sys/arm/allwinner/
H A Daxp81x.c698 struct axp8xx_reg_sc **regs; member in struct:axp8xx_softc
1430 if (sc->regs[i] == NULL)
1432 if (sc->regs[i]->xref == xref) {
1433 *num = sc->regs[i]->def->id;
1501 sc->regs = malloc(sizeof(struct axp8xx_reg_sc *) * sc->nregs,
1541 sc->regs[i] = reg;
H A Daxp209.c616 struct axp2xx_reg_sc **regs; member in struct:axp2xx_softc
1187 if (sc->regs[i] == NULL)
1189 if (sc->regs[i]->xref == xref) {
1190 *num = sc->regs[i]->def->id;
1346 sc->regs = malloc(sizeof(struct axp2xx_reg_sc *) * sc->nregs,
1370 sc->regs[i] = reg;
/freebsd-current/sys/x86/iommu/
H A Dintel_drv.c258 if (unit->regs != NULL) {
260 unit->regs);
262 unit->regs);
263 unit->regs = NULL;
379 device_printf(dev, "regs@0x%08jx, ver=%d.%d, seg=%d, flags=<%b>\n",
421 unit->regs = bus_alloc_resource_any(dev, SYS_RES_MEMORY,
423 if (unit->regs == NULL) {
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmmio.c171 memcpy_fromio(buf, dev->mt76.mmio.regs + addr, len);
173 memcpy_fromio(buf, (u8 *)dev->mt76.mmio.regs + addr, len);
/freebsd-current/sys/contrib/dev/athk/ath11k/
H A Dcore.c62 .regs = &ipq8074_regs,
147 .regs = &ipq8074_regs,
230 .regs = &qca6390_regs,
316 .regs = &qcn9074_regs,
397 .regs = &wcn6855_regs,
482 .regs = &wcn6855_regs,
565 .regs = &wcn6750_regs,
657 .regs = &ipq5018_regs,
/freebsd-current/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_linux.cpp372 const uptr addr = uc->uc_mcontext.regs[0];
376 const uptr size = size_log == 0xf ? uc->uc_mcontext.regs[1] : 1U << size_log;
/freebsd-current/sys/contrib/openzfs/module/
H A DMakefile.bsd531 ${CC} -c ${CFLAGS:N-mgeneral-regs-only} ${WERROR} ${.IMPSRC} \
536 ${CC} -c ${CFLAGS:N-mgeneral-regs-only} ${WERROR} ${.IMPSRC} \
541 ${CC} -c ${CFLAGS:N-mgeneral-regs-only} ${WERROR} ${.IMPSRC} \
546 ${CC} -c ${CFLAGS:N-mgeneral-regs-only} ${WERROR} ${.IMPSRC} \
/freebsd-current/stand/userboot/test/
H A Dtest.c57 uint64_t regs[16]; variable
464 regs[r] = v;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp2561 for r = 0 to regs-1
2564 for r = 0 to regs-1
2582 uint32_t regs; // number of registers local
2590 regs = Bits32(opcode, 7, 0) / 2;
2591 // if regs == 0 || regs > 16 || (d+regs) > 32 then UNPREDICTABLE;
2592 if (regs == 0 || regs > 16 || (d + regs) > 3
2674 uint32_t regs; // number of registers local
11216 uint32_t regs; local
11410 uint32_t regs; local
11863 uint32_t regs; local
12197 uint32_t regs; local
12513 uint32_t regs; local
[all...]
/freebsd-current/sys/contrib/xen/
H A Dvm_event.h418 } regs; member in union:vm_event_st::__anon144
/freebsd-current/sys/dev/aic7xxx/
H A Daic7xxx_osm.h123 struct resource *regs; member in struct:ahc_platform_data
H A Daic79xx_osm.h125 struct resource *regs[2]; member in struct:ahd_platform_data
/freebsd-current/sys/dev/nvme/
H A Dnvme_pci.c167 ctrlr->regs = (struct nvme_registers *)ctrlr->bus_handle;
/freebsd-current/sys/modules/zfs/
H A DMakefile495 ${CC} -c ${CFLAGS:N-mgeneral-regs-only} ${WERROR} ${.IMPSRC} \
500 ${CC} -c ${CFLAGS:N-mgeneral-regs-only} ${WERROR} ${.IMPSRC} \
505 ${CC} -c ${CFLAGS:N-mgeneral-regs-only} ${WERROR} \
511 ${CC} -c ${CFLAGS:N-mgeneral-regs-only} ${WERROR} \
/freebsd-current/sys/modules/linux64/
H A DMakefile61 VDSOFLAGS=-mgeneral-regs-only -mcmodel=small -ffixed-x18
/freebsd-current/sys/dev/enetc/
H A Dif_enetc.c382 sc->regs = bus_alloc_resource_any(sc->dev, SYS_RES_MEMORY, &rid, RF_ACTIVE);
383 if (sc->regs == NULL) {
465 if (sc->regs != NULL)
467 rman_get_rid(sc->regs), sc->regs);
1434 val = enetc_mdio_read(sc->regs, ENETC_PORT_BASE + ENETC_EMDIO_BASE,
1450 ret = enetc_mdio_write(sc->regs, ENETC_PORT_BASE + ENETC_EMDIO_BASE,

Completed in 467 milliseconds

1234567891011>>