Searched refs:bdl_kaddr (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/uts/common/io/audio/drv/audio810/ |
H A D | audio810.h | 161 caddr_t bdl_kaddr; member
|
H A D | audio810.c | 1144 &port->bdl_kaddr, &port->bdl_size, &port->bdl_acch); in audio810_alloc_port() 1150 rc = ddi_dma_addr_bind_handle(port->bdl_dmah, NULL, port->bdl_kaddr, in audio810_alloc_port() 1162 bdentry = (void *)port->bdl_kaddr; in audio810_alloc_port()
|
/titanic_41/usr/src/uts/common/io/audio/drv/audioixp/ |
H A D | audioixp.h | 209 caddr_t bdl_kaddr; member
|
H A D | audioixp.c | 790 &port->bdl_kaddr, &port->bdl_size, &port->bdl_acch); in audioixp_alloc_port() 796 rc = ddi_dma_addr_bind_handle(port->bdl_dmah, NULL, port->bdl_kaddr, in audioixp_alloc_port() 809 bdentry = (void *)port->bdl_kaddr; in audioixp_alloc_port()
|
/titanic_41/usr/src/uts/common/io/audio/drv/audio1575/ |
H A D | audio1575.c | 911 &port->bdl_kaddr, &port->bdl_size, &port->bdl_acch); in audio1575_alloc_port() 921 kaddr = (void *)port->bdl_kaddr; in audio1575_alloc_port() 934 rc = ddi_dma_addr_bind_handle(port->bdl_dmah, NULL, port->bdl_kaddr, in audio1575_alloc_port()
|
H A D | audio1575.h | 359 caddr_t bdl_kaddr; member
|
/titanic_41/usr/src/uts/common/io/audio/drv/audiohd/ |
H A D | audiohd.h | 692 caddr_t bdl_kaddr; member
|
H A D | audiohd.c | 5126 &port->bdl_kaddr, &real_size, &port->bdl_acch); in audiohd_allocate_port() 5134 port->bdl_kaddr, in audiohd_allocate_port() 5144 entry = (sd_bdle_t *)port->bdl_kaddr; in audiohd_allocate_port()
|