Home
last modified time | relevance | path

Searched full:card (Results 1 – 25 of 1372) sorted by relevance

12345678910>>...55

/freebsd/share/man/man4/
H A Dpms.457 Tachyon TS Fibre Channel Card
59 Tachyon TL Fibre Channel Card
61 Tachyon XL2 Fibre Channel Card
63 Tachyon DX2 Fibre Channel Card
65 Tachyon DX2+ Fibre Channel Card
67 Tachyon DX4+ Fibre Channel Card
69 Tachyon QX2 Fibre Channel Card
71 Tachyon QX4 Fibre Channel Card
73 Tachyon DE4 Fibre Channel Card
75 Tachyon QE4 Fibre Channel Card
[all …]
H A Dpccard.429 .Nd PC Card bus driver
38 driver implements the PC Card bus.
41 driver supports all PC Card bridges in the system.
52 16-bit PC Card is inserted or removed.
54 Non-zero value causes the CIS parsing of the 16-bit PC Card to be much
61 PC Card, if a 16-bit PC Card is inserted in the slot.
63 The CIS is presented as the relevant byte stream from the PC Card.
77 .%T "PC Card Standard, Release 8"
/freebsd/lib/libpmc/pmu-events/arch/x86/tremontx/
H A Duncore-other.json1067 …completions with data : Part 0 : x16 card plugged in to Lane 0/1/2/3, Or x8 card plugged in to Lan…
1080 …completions with data : Part 1 : x16 card plugged in to Lane 0/1/2/3, Or x8 card plugged in to Lan…
1093 …completions with data : Part 2 : x16 card plugged in to Lane 0/1/2/3, Or x8 card plugged in to Lan…
1106 …completions with data : Part 2 : x16 card plugged in to Lane 0/1/2/3, Or x8 card plugged in to Lan…
1119 …completions with data : Part 0 : x16 card plugged in to Lane 0/1/2/3, Or x8 card plugged in to Lan…
1132 …completions with data : Part 1 : x16 card plugged in to Lane 0/1/2/3, Or x8 card plugged in to Lan…
1145 …completions with data : Part 2 : x16 card plugged in to Lane 0/1/2/3, Or x8 card plugged in to Lan…
1158 …completions with data : Part 2 : x16 card plugged in to Lane 0/1/2/3, Or x8 card plugged in to Lan…
1182 …tion Buffer Occupancy : Part 0 : x16 card plugged in to Lane 0/1/2/3, Or x8 card plugged in to Lan…
1194 …tion Buffer Occupancy : Part 1 : x16 card plugged in to Lane 0/1/2/3, Or x8 card plugged in to Lan…
[all …]
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dsimple-card.yaml4 $id: http://devicetree.org/schemas/sound/simple-card.yaml#
7 title: Simple Audio Card Driver
69 as amplifiers, to be added to the sound card.
154 Additional devices used by the simple audio card.
164 - simple-audio-card
165 - simple-scu-audio-card
175 simple-audio-card,name:
176 description: User specified audio sound card name.
179 simple-audio-card,widgets:
181 simple-audio-card,routin
[all...]
H A Dfsl-asoc-card.txt1 Freescale Generic ASoC Sound Card with ASRC support
3 The Freescale Generic ASoC Sound Card can be used, ideally, for all Freescale
6 The idea of this generic sound card is a bit like ASoC Simple Card. However,
10 into the Simple Card.
12 So having this generic sound card allows all Freescale SoC users to benefit
13 from the simplification of a new card support and the capability of the wide
16 Note: The card is initially designed for those sound cards who use AC'97, I2S
22 The compatible list for this generic sound card currently:
84 - bitclock-master : Indicates dai-link bit clock master; for details see simple-card.yaml.
85 - frame-master : Indicates dai-link frame master; for details see simple-card.yaml.
[all …]
H A Daudio-graph-card.txt1 Audio Graph Card:
3 Audio Graph Card specifies audio DAI connections of SoC <-> codec.
7 Basically, Audio Graph Card property is same as Simple Card.
8 see ${LINUX}/Documentation/devicetree/bindings/sound/simple-card.yaml
10 Below are same as Simple-Card.
29 - compatible : "audio-graph-card";
40 compatible = "audio-graph-card";
70 sound-card {
71 compatible = "audio-graph-card";
73 label = "sound-card";
[all …]
H A Dloongson,ls-audio-card.yaml4 $id: http://devicetree.org/schemas/sound/loongson,ls-audio-card.yaml#
7 title: Loongson 7axxx/2kxxx ASoC audio sound card driver
13 The binding describes the sound card present in loongson
14 7axxx/2kxxx platform. The sound card is an ASoC component
19 const: loongson,ls-audio-card
23 description: User specified audio sound card name
26 $ref: simple-card.yaml#/definitions/mclk-fs
60 compatible = "loongson,ls-audio-card";
H A Dfsl-asoc-card.yaml4 $id: http://devicetree.org/schemas/sound/fsl-asoc-card.yaml#
7 title: Freescale Generic ASoC Sound Card with ASRC support
10 The Freescale Generic ASoC Sound Card can be used, ideally,
13 The idea of this generic sound card is a bit like ASoC Simple Card.
16 be painstakingly controlled and merged into the Simple Card.
18 So having this generic sound card allows all Freescale SoC users to
19 benefit from the simplification of a new card support and the capability
22 Note, The card is initially designed for those sound cards who use AC'97, I2S
146 $ref: simple-card.yaml#/definitions/bitclock-master
150 $ref: simple-card.yaml#/definitions/frame-master
[all …]
/freebsd/sys/dev/sound/pci/
H A Demu10kx-pcm.c95 struct emu_sc_info *card; member
178 [SOUND_MIXER_DIGITAL3] = {1, 1, 5}, /* in5 on-card SPDIF */
195 [SOUND_MIXER_DIGITAL3] = {1, 1, 5}, /* in5 on-card SPDIF */
296 emumix_set_volume(sc->card, M_MASTER_REAR_L, left); in emu_dspmixer_set()
297 emumix_set_volume(sc->card, M_MASTER_REAR_R, right); in emu_dspmixer_set()
299 emumix_set_volume(sc->card, M_MASTER_CENTER, (left+right)/2); in emu_dspmixer_set()
300 emumix_set_volume(sc->card, M_MASTER_SUBWOOFER, (left+right)/2); in emu_dspmixer_set()
306 emumix_set_volume(sc->card, M_MASTER_REAR_L, left); in emu_dspmixer_set()
307 emumix_set_volume(sc->card, M_MASTER_REAR_R, right); in emu_dspmixer_set()
310 emumix_set_volume(sc->card, M_MASTER_CENTER, (left+right)/2); in emu_dspmixer_set()
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx8mq-zii-ultra-rmb3.dts15 compatible = "simple-audio-card";
16 simple-audio-card,name = "front";
17 simple-audio-card,format = "i2s";
18 simple-audio-card,bitclock-master = <&sound1_codec>;
19 simple-audio-card,frame-master = <&sound1_codec>;
20 simple-audio-card,widgets =
22 simple-audio-card,routing =
27 simple-audio-card,aux-devs = <&hpa1>;
29 sound1_cpu: simple-audio-card,cpu {
33 sound1_codec: simple-audio-card,codec {
[all …]
H A Dimx8mq-zii-ultra-zest.dts15 compatible = "simple-audio-card";
16 simple-audio-card,name = "front";
17 simple-audio-card,format = "i2s";
18 simple-audio-card,bitclock-master = <&sound_codec>;
19 simple-audio-card,frame-master = <&sound_codec>;
20 simple-audio-card,widgets =
23 simple-audio-card,routing =
32 simple-audio-card,aux-devs = <&hpa1>, <&hpa2>;
34 sound_cpu: simple-audio-card,cpu {
38 sound_codec: simple-audio-card,codec {
H A Dimx8mm-verdin-dev.dtsi7 sound_card: sound-card {
8 compatible = "simple-audio-card";
9 simple-audio-card,bitclock-master = <&dailink_master>;
10 simple-audio-card,format = "i2s";
11 simple-audio-card,frame-master = <&dailink_master>;
12 simple-audio-card,mclk-fs = <256>;
13 simple-audio-card,name = "verdin-nau8822";
14 simple-audio-card,routing =
25 simple-audio-card,widgets =
32 dailink_master: simple-audio-card,codec {
[all …]
H A Dimx8mm-emcon-avari.dtsi64 compatible = "simple-audio-card";
65 simple-audio-card,name = "SGTL5000-Card";
66 simple-audio-card,format = "i2s";
67 simple-audio-card,bitclock-master = <&codec_dai>;
68 simple-audio-card,frame-master = <&codec_dai>;
69 simple-audio-card,widgets = "Headphone", "Headphone Jack";
70 simple-audio-card,routing = "Headphone Jack", "HP_OUT";
72 cpu_dai: simple-audio-card,cpu {
76 codec_dai: simple-audio-card,code
[all...]
H A Dimx8mm-verdin-dahlia.dtsi7 sound_card: sound-card {
8 compatible = "simple-audio-card";
9 simple-audio-card,bitclock-master = <&dailink_master>;
10 simple-audio-card,format = "i2s";
11 simple-audio-card,frame-master = <&dailink_master>;
12 simple-audio-card,mclk-fs = <256>;
13 simple-audio-card,name = "verdin-wm8904";
14 simple-audio-card,routing =
21 simple-audio-card,widgets =
26 dailink_master: simple-audio-card,codec {
[all …]
/freebsd/sys/cam/mmc/
H A Dmmc.h30 * specification ("Simplified Specification") by the SD Card Association and
32 * Specification which is owned by the SD Card Association and the SD
35 * Simplified Specification may require a license from the SD Card
44 * Card Association for any damages, any infringements of patents or other
45 * right of the SD Group, SD-3C LLC, the SD Card Association or any third
48 * SD Group, SD-3C LLC, the SD Card Association or any third party. Nothing
50 * or the SD Card Association to disclose or distribute any technical
62 * This structure describes an MMC/SD card
65 uint8_t model[40]; /* Card model */
67 /* Card OCR */
[all …]
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Dam3517-evm-ui.dtsi10 compatible = "simple-audio-card";
11 simple-audio-card,name = "tlv320aic23-hifi";
13 simple-audio-card,widgets =
18 simple-audio-card,routing =
25 simple-audio-card,format = "i2s";
26 simple-audio-card,bitclock-master = <&sound_master>;
27 simple-audio-card,frame-master = <&sound_master>;
29 simple-audio-card,cpu {
33 sound_master: simple-audio-card,codec {
40 compatible = "simple-audio-card";
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/cascadelakex/
H A Duncore-other.json776card on IIO Part0. In the general case, Part0 refers to a standard PCIe card of any size (x16,x8,x…
788 …MMIO space of a card on IIO Part1. In the general case, Part1 refers to a x4 PCIe card plugged int…
800 …IO space of a card on IIO Part2. In the general case, Part2 refers to a x4 or x8 PCIe card plugged…
812 …MMIO space of a card on IIO Part3. In the general case, Part3 refers to a x4 PCIe card plugged int…
824card on IIO Part0 by a unit on the main die (generally a core) or by another IIO unit. In the gene…
836card on IIO Part1 by a unit on the main die (generally a core) or by another IIO unit. In the gene…
848card on IIO Part2 by a unit on the main die (generally a core) or by another IIO unit. In the gen…
860card on IIO Part3 by a unit on the main die (generally a core) or by another IIO unit. In the gen…
872card on IIO Part0. Does not include requests made by the same IIO unit. In the general case, Part0…
884card on IIO Part1. Does not include requests made by the same IIO unit. In the general case, Part1…
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/skylakex/
H A Duncore-other.json755card on IIO Part0. In the general case, Part0 refers to a standard PCIe card of any size (x16,x8,x…
767 …MMIO space of a card on IIO Part1. In the general case, Part1 refers to a x4 PCIe card plugged int…
779 …IO space of a card on IIO Part2. In the general case, Part2 refers to a x4 or x8 PCIe card plugged…
791 …MMIO space of a card on IIO Part3. In the general case, Part3 refers to a x4 PCIe card plugged int…
803card on IIO Part0 by a unit on the main die (generally a core) or by another IIO unit. In the gene…
815card on IIO Part1 by a unit on the main die (generally a core) or by another IIO unit. In the gene…
827card on IIO Part2 by a unit on the main die (generally a core) or by another IIO unit. In the gen…
839card on IIO Part3 by a unit on the main die (generally a core) or by another IIO unit. In the gen…
851card on IIO Part0. Does not include requests made by the same IIO unit. In the general case, Part0…
863card on IIO Part1. Does not include requests made by the same IIO unit. In the general case, Part1…
[all …]
/freebsd/share/examples/netgraph/
H A Dframe_relay2 # script to set up a frame relay link on the sr card.
5 CARD=sr0
9 ngctl mkpeer ${CARD}: frame_relay rawdata downstream
13 ngctl mkpeer ${CARD}:rawdata lmi dlci0 auto0
17 ngctl connect ${CARD}:rawdata ${CARD}:rawdata.dlci0 dlci1023 auto1023
22 ngctl mkpeer ${CARD}:rawdata rfc1490 dlci${DLCI} downstream
28 ngctl mkpeer ${CARD}:rawdata.dlci${DLCI} iface inet inet
31 # ngctl connect ${CARD}:rawdata.dlci${DLCI} ng0: inet inet
38 # ngctl mkpeer ${CARD}: frame_relay rawdata downstream
39 # ngctl name ${CARD}:rawdata mux
/freebsd/usr.sbin/dumpcis/
H A Dcis.h2 * PCMCIA card structures and defines.
4 * structures and card information, not
38 * Card Information Structure tuples definitions
56 #define CIS_CONF_MAP_CB 0x04 /* Card Configuration map for CardBus */
57 #define CIS_CONFIG_CB 0x05 /* Card Configuration entry for CardBus */
58 #define CIS_LONGLINK_MFC 0x06 /* Long link to next chain for Multi function card */
65 #define CIS_INFO_V1 0x15 /* Card info data, version 1 */
70 #define CIS_CONF_MAP 0x1A /* Card Configuration map */
71 #define CIS_CONFIG 0x1B /* Card Configuration entry */
76 #define CIS_MANUF_ID 0x20 /* Card manufacturer's ID */
[all …]
/freebsd/contrib/ntp/ntpd/
H A Drefclock_gpsvme.c33 /* clock card registers */
35 uint32_t low_time; /* card base + 0x00 */
36 uint32_t high_time; /* card base + 0x04 */
37 uint32_t ext_low_time; /* card base + 0x08 */
38 uint32_t ext_high_time; /* card base + 0x0C */
39 uint8_t device_status; /* card base + 0x10 */
40 uint8_t device_control; /* card base + 0x11 */
41 uint8_t reserved0; /* card base + 0x12 */
42 uint8_t ext_100ns; /* card base + 0x13 */
43 uint8_t match_usec; /* card bas
[all...]
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dvgaarb.h58 * @pdev: pci device of the VGA card
59 * @decodes: bit mask of what legacy regions the card decodes
61 * Indicates to the arbiter if the card decodes legacy VGA IOs,
63 * the card driver (fbdev for example) should tell the arbiter
64 * if it has disabled legacy decoding, so the card can be left
79 * @pdev: pci device of the VGA card or NULL for the system default
84 * card and mark those resources locked. If the resource requested
86 * whether the card is doing legacy decoding for that type of resource. If
91 * be used. Then, the card is marked as locking these resources and
92 * the IO and/or Memory accesse are enabled on the card (including
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3566-anbernic-rg353ps.dts41 compatible = "simple-audio-card";
42 simple-audio-card,name = "rk817_ext";
43 simple-audio-card,aux-devs = <&spk_amp>;
44 simple-audio-card,format = "i2s";
45 simple-audio-card,hp-det-gpio = <&gpio4 RK_PC6 GPIO_ACTIVE_HIGH>;
46 simple-audio-card,mclk-fs = <256>;
47 simple-audio-card,widgets =
51 simple-audio-card,routing =
59 simple-audio-card,pin-switches = "Internal Speakers";
61 simple-audio-card,codec {
[all …]
H A Drk3566-anbernic-rg353p.dts42 compatible = "simple-audio-card";
43 simple-audio-card,name = "rk817_ext";
44 simple-audio-card,aux-devs = <&spk_amp>;
45 simple-audio-card,format = "i2s";
46 simple-audio-card,hp-det-gpio = <&gpio4 RK_PC6 GPIO_ACTIVE_HIGH>;
47 simple-audio-card,mclk-fs = <256>;
48 simple-audio-card,widgets =
52 simple-audio-card,routing =
60 simple-audio-card,pin-switches = "Internal Speakers";
62 simple-audio-card,codec {
[all …]
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx7d-zii-rpu2.dts99 compatible = "simple-audio-card";
100 simple-audio-card,name = "Audio Output 1";
101 simple-audio-card,format = "i2s";
102 simple-audio-card,bitclock-master = <&sound1_codec>;
103 simple-audio-card,frame-master = <&sound1_codec>;
104 simple-audio-card,widgets =
106 simple-audio-card,routing =
111 simple-audio-card,aux-devs = <&hpa1>;
113 simple-audio-card,cpu {
117 sound1_codec: simple-audio-card,codec {
[all …]

12345678910>>...55