Searched refs:acr (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Decppreg.h209 uint32_t acr; /* DMA Address Count Registers */ member in struct:cheerio_dma_reg
H A Decppvar.h487 ((uint32_t *)&pp->uh.ebus.dmac->acr), \
491 (uint32_t *)&pp->uh.ebus.dmac->acr)
/illumos-gate/usr/src/uts/common/pcmcia/cs/
H A Dcs_stubs.c368 csx_AccessConfigurationRegister(client_handle_t ch, access_config_reg_t *acr) argument
375 return (CardServices(AccessConfigurationRegister, ch, acr));
H A Dcs.c7138 access_config_reg_t *acr)
7157 if (acr->Offset > ((CISTPL_CONFIG_MAX_CONFIG_REGS * 2) - 2))
7199 newoffset = client->config_regs_offset + acr->Offset;
7220 (int)acr->Offset, newoffset);
7231 switch (acr->Action) {
7233 acr->Value = csx_Get8(cis_handle, newoffset);
7236 csx_Put8(cis_handle, newoffset, acr->Value);
7137 cs_access_configuration_register(client_handle_t client_handle, access_config_reg_t *acr) argument

Completed in 89 milliseconds