The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/Bindings/sound/mtk-btcvsd-snd.txt

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 Mediatek ALSA BT SCO CVSD/MSBC Driver
    2 
    3 Required properties:
    4 - compatible = "mediatek,mtk-btcvsd-snd";
    5 - reg: register location and size of PKV and SRAM_BANK2
    6 - interrupts: should contain BTSCO interrupt
    7 - mediatek,infracfg: the phandles of INFRASYS
    8 - mediatek,offset: Array contains of register offset and mask
    9     infra_misc_offset,
   10     infra_conn_bt_cvsd_mask,
   11     cvsd_mcu_read_offset,
   12     cvsd_mcu_write_offset,
   13     cvsd_packet_indicator_offset
   14 
   15 Example:
   16 
   17         mtk-btcvsd-snd@18000000 {
   18                 compatible = "mediatek,mtk-btcvsd-snd";
   19                 reg=<0 0x18000000 0 0x1000>,
   20                     <0 0x18080000 0 0x8000>;
   21                 interrupts = <GIC_SPI 286 IRQ_TYPE_LEVEL_LOW>;
   22                 mediatek,infracfg = <&infrasys>;
   23                 mediatek,offset = <0xf00 0x800 0xfd0 0xfd4 0xfd8>;
   24         };

Cache object: cacb93a46e3851ea9e273c02124ca29c


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.