Home
last modified time | relevance | path

Searched refs:address_mode (Results 1 – 9 of 9) sorted by relevance

/linux/net/6lowpan/
H A Diphc.c306 u8 address_mode, const void *lladdr) in lowpan_iphc_uncompress_addr() argument
310 switch (address_mode) { in lowpan_iphc_uncompress_addr()
345 pr_debug("Invalid address mode value: 0x%x\n", address_mode); in lowpan_iphc_uncompress_addr()
367 u8 address_mode, const void *lladdr) in lowpan_iphc_uncompress_ctx_addr() argument
371 switch (address_mode) { in lowpan_iphc_uncompress_ctx_addr()
407 pr_debug("Invalid sam value: 0x%x\n", address_mode); in lowpan_iphc_uncompress_ctx_addr()
428 u8 address_mode) in lowpan_uncompress_multicast_daddr() argument
432 switch (address_mode) { in lowpan_uncompress_multicast_daddr()
464 pr_debug("DAM value has a wrong value: 0x%x\n", address_mode); in lowpan_uncompress_multicast_daddr()
482 u8 address_mode) in lowpan_uncompress_multicast_ctx_daddr() argument
/linux/drivers/spi/
H A Dspi-hisi-sfc-v3xx.c80 u8 address_mode; member
183 if (op->addr.nbytes != host->address_mode && op->addr.nbytes) in hisi_sfc_v3xx_supports_op()
491 host->address_mode = 4; in hisi_sfc_v3xx_probe()
493 host->address_mode = 3; in hisi_sfc_v3xx_probe()
/linux/sound/pci/emu10k1/
H A Demu10k1_main.c265 …silent_page = (emu->silent_page.addr << emu->address_mode) | (emu->address_mode ? MAP_PTI_MASK1 : … in snd_emu10k1_init()
331 if (emu->address_mode == 0) { in snd_emu10k1_init()
1552 emu->address_mode = is_audigy ? 0 : 1; in snd_emu10k1_create()
1554 emu->dma_mask = emu->address_mode ? EMU10K1_DMA_MASK : AUDIGY_DMA_MASK; in snd_emu10k1_create()
1573 page_table_size = sizeof(u32) * (emu->address_mode ? MAXPAGES1 : in snd_emu10k1_create()
1669 silent_page = emu->silent_page.addr << emu->address_mode; in snd_emu10k1_create()
1671 for (idx = 0; idx < (emu->address_mode ? MAXPAGES1 : MAXPAGES0); idx++) in snd_emu10k1_create()
H A Dmemory.c23 cpu_to_le32(((addr) << (emu->address_mode)) | (page)))
120 size = (emu->address_mode ? MAX_ALIGN_PAGES1 : MAX_ALIGN_PAGES0) - page; in search_empty_map_area()
184 end_page = (emu->address_mode ? MAX_ALIGN_PAGES1 : MAX_ALIGN_PAGES0); in unmap_memblk()
312 runtime->dma_bytes >= (emu->address_mode ? MAXPAGES1 : MAXPAGES0) * EMUPAGESIZE)) in snd_emu10k1_alloc_pages()
H A Demu10k1_callback.c365 …map = (hw->silent_page.addr << hw->address_mode) | (hw->address_mode ? MAP_PTI_MASK1 : MAP_PTI_MAS… in start_voice()
H A Demupcm.c273 silent_page = ((unsigned int)emu->silent_page.addr << emu->address_mode) | in emu10k1_send_target_from_amount()
274 (emu->address_mode ? MAP_PTI_MASK1 : MAP_PTI_MASK0); in emu10k1_send_target_from_amount()
/linux/drivers/gpu/drm/panel/
H A Dpanel-ilitek-ili9341.c148 /* address_mode: Memory Access Control (36h) */
149 u8 address_mode; member
236 .address_mode = 0xc8,
330 mipi_dbi_command(dbi, MIPI_DCS_SET_ADDRESS_MODE, cfg->address_mode); in ili9341_dpi_init()
/linux/include/acpi/
H A Dactbl1.h1799 u16 address_mode; member
/linux/include/sound/
H A Demu10k1.h1714 unsigned int address_mode; /* address mode */ member