Searched refs:regoff (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/arm/freescale/imx/
H A Dimx6_usbphy.c96 int err, regoff, rid; local
119 regoff = 0;
122 regoff = 0x60;
132 imx6_anatop_write_4(IMX6_ANALOG_USB1_CHRG_DETECT + regoff,
136 imx6_anatop_write_4(IMX6_ANALOG_USB1_CHRG_DETECT + regoff,
H A Dimx6_ccm.c286 int phy_num, regoff;
292 regoff = 0;
295 regoff = 0x10;
303 imx6_anatop_write_4(IMX6_ANALOG_CCM_PLL_USB1 + regoff,
/freebsd-13-stable/sys/dev/isp/
H A Disp_pci.c751 isp_pci_rd_reg_2400(ispsoftc_t *isp, int regoff) argument
753 int block = regoff & _BLK_REG_MASK;
757 return (BXR4(isp, regoff));
759 return (BXR2(isp, regoff));
761 isp_prt(isp, ISP_LOGERR, "unknown block read at 0x%x", regoff);
766 isp_pci_wr_reg_2400(ispsoftc_t *isp, int regoff, uint32_t val) argument
768 int block = regoff & _BLK_REG_MASK;
772 BXW4(isp, regoff, val);
774 if (regoff == BIU2400_REQINP ||
775 regoff
792 isp_pci_rd_reg_2600(ispsoftc_t *isp, int regoff) argument
829 isp_pci_wr_reg_2600(ispsoftc_t *isp, int regoff, uint32_t val) argument
[all...]
/freebsd-13-stable/sys/dev/intel/
H A Dpchtherm.c137 int regoff = oidp->oid_arg2; local
140 temp = bus_read_2(sc->tbar, regoff);
/freebsd-13-stable/sys/dev/ntb/ntb_hw/
H A Dntb_hw_intel.c351 static inline uint64_t db_ioread(struct ntb_softc *, uint64_t regoff);
352 static inline void db_iowrite(struct ntb_softc *, uint64_t regoff, uint64_t);
353 static inline void db_iowrite_raw(struct ntb_softc *, uint64_t regoff, uint64_t);
1302 db_ioread(struct ntb_softc *ntb, uint64_t regoff) argument
1308 return (intel_ntb_reg_read(8, regoff));
1310 return (intel_ntb_reg_read(2, regoff));
1316 db_iowrite(struct ntb_softc *ntb, uint64_t regoff, uint64_t val) argument
1324 if (regoff == ntb->self_reg->db_mask)
1326 db_iowrite_raw(ntb, regoff, val);
1330 db_iowrite_raw(struct ntb_softc *ntb, uint64_t regoff, uint64_ argument
3402 uint64_t regoff; local
[all...]
/freebsd-13-stable/sys/powerpc/powermac/
H A Duninorth.c222 unin_update_reg(device_t dev, uint32_t regoff, uint32_t set, uint32_t clr) argument
229 reg = (void *)(sc->sc_addr + regoff);
/freebsd-13-stable/usr.sbin/bhyve/
H A Dpci_ahci.c2287 uint64_t regoff, int size)
2295 assert((regoff & (size - 1)) == 0);
2299 offset = regoff & ~0x3; /* round down to a multiple of 4 bytes */
2307 regoff);
2309 value >>= 8 * (regoff & 0x3);
2286 pci_ahci_read(struct vmctx *ctx, int vcpu, struct pci_devinst *pi, int baridx, uint64_t regoff, int size) argument

Completed in 100 milliseconds