Searched refs:read_4 (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/arm/cavium/cns11xx/
H A Dtimer.c93 unsigned int read_4(unsigned int addr) function
108 unsigned int v = read_4(TIMER_TM1_COUNTER_REG);
150 control_value = read_4(TIMER_TM_CR_REG);
152 mask_value = read_4(TIMER_TM_INTR_MASK_REG);
183 control_value = read_4(TIMER_TM_CR_REG);
197 return read_4(TIMER_TM2_COUNTER_REG);
207 return read_4(TIMER_TM_INTR_STATUS_REG);
218 interrupt_status = read_4(TIMER_TM_INTR_STATUS_REG);
312 val = read_4(TIMER_INTERRUPT_STATUS_REG);
H A Dif_ece.c89 read_4(struct ece_softc *sc, bus_size_t off) function
203 status = read_4(sc, PHY_CONTROL);
225 if (read_4(sc, PHY_CONTROL) & PHY_RW_OK) {
440 write_4(sc, PORT_0_CONFIG, read_4(sc, PORT_0_CONFIG) & ~(PORT_DISABLE));
824 initial_switch_config = read_4(sc, SWITCH_CONFIG);
825 initial_cpu_config = read_4(sc, CPU_PORT_CONFIG);
826 initial_port0_config = read_4(sc, MAC_PORT_0_CONFIG);
827 initial_port1_config = read_4(sc, MAC_PORT_1_CONFIG);
830 mac_port_config = read_4(sc, MAC_PORT_0_CONFIG);
835 mac_port_config = read_4(s
[all...]
H A Decona.c238 read_4(struct econa_softc *sc, bus_size_t off) function
276 val = read_4(sc, INTC_INTERRUPT_TRIGGER_MODE_REG_OFFSET);
310 val = read_4(sc, INTC_INTERRUPT_TRIGGER_LEVEL_REG_OFFSET);
545 value = read_4(econa_softc,INTC_INTERRUPT_MASK_REG_OFFSET) | 1<<nb;
554 value = read_4(econa_softc,
558 value = read_4(econa_softc, INTC_INTERRUPT_MASK_REG_OFFSET)& ~(1 << nb);
567 irq = read_4(econa_softc, INTC_INTERRUPT_STATUS_REG_OFFSET) &
568 ~(read_4(econa_softc, INTC_INTERRUPT_MASK_REG_OFFSET));
/freebsd-11-stable/sys/dev/nvram2env/
H A Dnvram2env.c184 static uint32_t read_4(struct nvram2env_softc * sc, int offset) function
210 sig = read_4(sc, 0);
211 size = read_4(sc, 4);
232 /* use read_4 to swap bytes if it's required */
234 *tmp = read_4(sc, i);
/freebsd-11-stable/tools/tools/dmardump/
H A Ddmardump.c49 read_4(char *regs, size_t offset) function
164 ver = read_4(regs, DMAR_VER_REG);
165 gsts = read_4(regs, DMAR_GSTS_REG);
/freebsd-11-stable/sys/arm/at91/
H A Dif_macb.c99 read_4(struct macb_softc *sc, bus_size_t off) function
572 config = read_4(sc, EMAC_NCFGR) | (sc->clock << 10); /*set clock*/
631 status = read_4(sc, EMAC_TSR);
848 status = read_4(sc, EMAC_ISR);
860 status = read_4(sc, EMAC_ISR);
1008 write_4(sc, EMAC_NCR, read_4(sc, EMAC_NCR) | TRANSMIT_START);
1115 config = read_4(sc, EMAC_NCFGR);
1272 read_4(sc, EMAC_ISR);
1283 bottom = read_4(sc, EMAC_SA1B);
1284 top = read_4(s
[all...]
/freebsd-11-stable/sys/dev/siba/
H A Dsibavar.h555 uint32_t (*read_4)(struct siba_dev_softc *, member in struct:siba_bus_ops
H A Dsiba_core.c157 .read_4 = siba_pci_read_4,
841 return (sd->sd_ops->read_4(sd, offset));

Completed in 160 milliseconds