Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Decppreg.h209 uint32_t acr; /* DMA Address Count Registers */ member
H A Decppvar.h486 ((uint32_t *)&pp->uh.ebus.dmac->acr), \
490 (uint32_t *)&pp->uh.ebus.dmac->acr)
/titanic_41/usr/src/uts/common/pcmcia/cs/
H A Dcs_stubs.c368 csx_AccessConfigurationRegister(client_handle_t ch, access_config_reg_t *acr) in csx_AccessConfigurationRegister() argument
375 return (CardServices(AccessConfigurationRegister, ch, acr)); in csx_AccessConfigurationRegister()
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);