HomeSort by: relevance | last modified time | path
    Searched defs:pwrcnt (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/arch/evbarm/tsarm/
epcom_ts.c 72 uint32_t pwrcnt; local in function:epcom_ts_attach
86 pwrcnt = bus_space_read_4(sa->sa_iot, ioh, EP93XX_SYSCON_PwrCnt);
87 pwrcnt &= ~(PwrCnt_UARTBAUD);
88 bus_space_write_4(sa->sa_iot, ioh, EP93XX_SYSCON_PwrCnt, pwrcnt);
epcom_ts.c 72 uint32_t pwrcnt; local in function:epcom_ts_attach
86 pwrcnt = bus_space_read_4(sa->sa_iot, ioh, EP93XX_SYSCON_PwrCnt);
87 pwrcnt &= ~(PwrCnt_UARTBAUD);
88 bus_space_write_4(sa->sa_iot, ioh, EP93XX_SYSCON_PwrCnt, pwrcnt);
epcom_ts.c 72 uint32_t pwrcnt; local in function:epcom_ts_attach
86 pwrcnt = bus_space_read_4(sa->sa_iot, ioh, EP93XX_SYSCON_PwrCnt);
87 pwrcnt &= ~(PwrCnt_UARTBAUD);
88 bus_space_write_4(sa->sa_iot, ioh, EP93XX_SYSCON_PwrCnt, pwrcnt);
  /src/sys/arch/evbarm/stand/board/
epcom.c 53 unsigned long baud, pwrcnt; local in function:cons_init
58 pwrcnt = SYSCON_READ(PwrCnt);
59 pwrcnt &= ~(PwrCnt_UARTBAUD);
60 SYSCON_WRITE(PwrCnt, pwrcnt);
epcom.c 53 unsigned long baud, pwrcnt; local in function:cons_init
58 pwrcnt = SYSCON_READ(PwrCnt);
59 pwrcnt &= ~(PwrCnt_UARTBAUD);
60 SYSCON_WRITE(PwrCnt, pwrcnt);
epcom.c 53 unsigned long baud, pwrcnt; local in function:cons_init
58 pwrcnt = SYSCON_READ(PwrCnt);
59 pwrcnt &= ~(PwrCnt_UARTBAUD);
60 SYSCON_WRITE(PwrCnt, pwrcnt);
  /src/sys/arch/evbarm/armadillo/
armadillo9_com.c 75 uint32_t pwrcnt; local in function:armadillo9com_attach
88 pwrcnt = bus_space_read_4(sa->sa_iot, ioh, EP93XX_SYSCON_PwrCnt);
89 pwrcnt &= ~(PwrCnt_UARTBAUD);
90 bus_space_write_4(sa->sa_iot, ioh, EP93XX_SYSCON_PwrCnt, pwrcnt);
armadillo9_com.c 75 uint32_t pwrcnt; local in function:armadillo9com_attach
88 pwrcnt = bus_space_read_4(sa->sa_iot, ioh, EP93XX_SYSCON_PwrCnt);
89 pwrcnt &= ~(PwrCnt_UARTBAUD);
90 bus_space_write_4(sa->sa_iot, ioh, EP93XX_SYSCON_PwrCnt, pwrcnt);
armadillo9_com.c 75 uint32_t pwrcnt; local in function:armadillo9com_attach
88 pwrcnt = bus_space_read_4(sa->sa_iot, ioh, EP93XX_SYSCON_PwrCnt);
89 pwrcnt &= ~(PwrCnt_UARTBAUD);
90 bus_space_write_4(sa->sa_iot, ioh, EP93XX_SYSCON_PwrCnt, pwrcnt);
  /src/sys/arch/arm/ep93xx/
epcom.c 1204 u_int lcrlo, lcrmid, lcrhi, ctrl, pwrcnt; local in function:epcominit
1221 pwrcnt = bus_space_read_4(iot, syscon_ioh, EP93XX_SYSCON_PwrCnt);
1222 pwrcnt &= ~(PwrCnt_UARTBAUD);
1223 bus_space_write_4(iot, syscon_ioh, EP93XX_SYSCON_PwrCnt, pwrcnt);
epcom.c 1204 u_int lcrlo, lcrmid, lcrhi, ctrl, pwrcnt; local in function:epcominit
1221 pwrcnt = bus_space_read_4(iot, syscon_ioh, EP93XX_SYSCON_PwrCnt);
1222 pwrcnt &= ~(PwrCnt_UARTBAUD);
1223 bus_space_write_4(iot, syscon_ioh, EP93XX_SYSCON_PwrCnt, pwrcnt);
epcom.c 1204 u_int lcrlo, lcrmid, lcrhi, ctrl, pwrcnt; local in function:epcominit
1221 pwrcnt = bus_space_read_4(iot, syscon_ioh, EP93XX_SYSCON_PwrCnt);
1222 pwrcnt &= ~(PwrCnt_UARTBAUD);
1223 bus_space_write_4(iot, syscon_ioh, EP93XX_SYSCON_PwrCnt, pwrcnt);

Completed in 38 milliseconds