HomeSort by: relevance | last modified time | path
    Searched refs:ldn (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/arm/gemini/
gemini_lpcvar.h 10 #define GEMINI_LPC_LDN_ALL -1 /* "global" LDN */
50 lpc_pnp_read(lpctag_t tag, int ldn, uint off)
53 return (*sc->sc_bus_ops->lpc_pnp_read)(tag, ldn, off);
57 lpc_pnp_write(lpctag_t tag, int ldn, uint off, uint8_t val)
60 return (*sc->sc_bus_ops->lpc_pnp_write)(tag, ldn, off, val);
gemini_lpc.c 147 aprint_normal(" ldn %d", lpc->lpc_ldn);
163 it8712_pnp_read(lpctag_t tag, int ldn, uint index)
169 if (ldn != GEMINI_LPC_LDN_ALL) {
171 bus_space_write_1(iot, ioh, IT8712_DATA, ldn);
178 it8712_pnp_write(lpctag_t tag, int ldn, uint index, uint8_t val)
184 if (ldn != GEMINI_LPC_LDN_ALL) {
186 bus_space_write_1(iot, ioh, IT8712_DATA, ldn);
  /src/etc/rc.d/
random_seed 70 set -- $(ls -ldn "${random_file}")
  /src/sys/arch/evbarm/conf/
GEMINI_SLAVE 149 com0 at lpc? ldn 0x01 addr 0x3f8 intr -1
150 ##com0 at lpc? ldn 0x01 addr 0x3f8 intr -1

Completed in 12 milliseconds