Searched refs:card (Results 1 - 25 of 41) sorted by relevance

12

/freebsd-9.3-release/sys/dev/bktr/
H A Dbktr_card.c44 * trying to find the card make and model of card.
113 /* EEProm (128 * 8) on an STB card */
118 /* EEProm (256 * 8) on a Hauppauge card */
133 * the data for each type of card
140 { CARD_UNKNOWN, /* the card id */
152 { CARD_MIRO, /* the card id */
164 { CARD_HAUPPAUGE, /* the card id */
176 { CARD_STB, /* the card id */
188 { CARD_INTEL, /* the card i
632 int card, i,j, card_found; local
[all...]
H A Dbktr_audio.c105 if ( bktr->card.dbx )
109 if ( bktr->card.msp3400c )
113 if ( bktr->card.dpl3518a )
136 if ( !bktr->card.audiomuxs[ 4 ] )
173 * audio source. The I/O_GV card has a more advanced multiplexer
208 temp = INL(bktr, BKTR_GPIO_DATA) & ~bktr->card.gpio_mux_bits;
212 cmd, bktr->card.audiomuxs[ idx ], temp );
214 OUTL(bktr, BKTR_GPIO_DATA, temp | bktr->card.audiomuxs[ idx ]);
227 if ((bktr->card.msp3400c) && (bktr->audio_mux_present == 0)) {
502 /* (for Hauppauge 44xxx card wit
[all...]
H A Dbktr_tuner.c733 bktr->card.tuner = &tuners[ tuner_type ];
735 bktr->card.tuner = NULL;
810 tuner = bktr->card.tuner;
846 addr = bktr->card.tuner_pllAddr;
905 addr = bktr->card.tuner_pllAddr;
1005 if (bktr->card.tuner == &tuners[TUNER_MT2032])
1007 return i2cRead( bktr, bktr->card.tuner_pllAddr + 1 );
1076 /* card.tuner_pllAddr not set during init */
1080 #define MT2032_ADDR (bktr->card.tuner_pllAddr)
/freebsd-9.3-release/sys/dev/sound/pci/
H A Demu10kx-pcm.c96 struct emu_sc_info *card; member in struct:emu_pcm_info
180 [SOUND_MIXER_DIGITAL3] = {1, 1, 5}, /* in5 on-card SPDIF */
197 [SOUND_MIXER_DIGITAL3] = {1, 1, 5}, /* in5 on-card SPDIF */
297 emumix_set_volume(sc->card, M_MASTER_REAR_L, left);
298 emumix_set_volume(sc->card, M_MASTER_REAR_R, right);
300 emumix_set_volume(sc->card, M_MASTER_CENTER, (left+right)/2);
301 emumix_set_volume(sc->card, M_MASTER_SUBWOOFER, (left+right)/2);
307 emumix_set_volume(sc->card, M_MASTER_REAR_L, left);
308 emumix_set_volume(sc->card, M_MASTER_REAR_R, right);
311 emumix_set_volume(sc->card, M_MASTER_CENTE
[all...]
H A Demu10kx-midi.c61 struct emu_sc_info *card; member in struct:emu_midi_softc
79 d = emu_rd(sc->card, 0x18 + reg, 1);
81 d = emu_rdptr(sc->card, 0, sc->port + reg);
92 emu_wr(sc->card, 0x18 + reg, b, 1);
94 emu_wrptr(sc->card, 0, sc->port + reg, b);
124 /* We should read MIDI event to unlock card after
172 scp->card = midiinfo->card;
201 scp->ihandle = emu_intr_register(scp->card, inte_val, ipr_val, &emu_midi_card_intr, scp);
205 emu_intr_unregister(scp->card, sc
[all...]
H A Dcsavar.h54 struct csa_card *card; member in struct:csa_bridgeinfo
H A Dcsa.c75 struct csa_card *card; member in struct:csa_softc
211 struct card_type *card; local
214 card = csa_findcard(dev);
215 if (card == NULL)
217 subcard = card->cards;
232 struct card_type *card; local
234 card = csa_findcard(dev);
235 if (card) {
236 device_set_desc(dev, card->name);
260 scp->card
[all...]
H A Demu10kx.h137 struct emu_sc_info *card; member in struct:emu_midiinfo
144 struct emu_sc_info *card; member in struct:emu_pcminfo
H A Dmaestro3.c1297 /* Probe and attach the card */
1302 struct m3_card_type *card; local
1306 for (card = m3_card_types ; card->pci_id ; card++) {
1307 if (pci_get_devid(dev) == card->pci_id) {
1308 device_set_desc(dev, card->name);
1321 struct m3_card_type *card; local
1331 for (card = m3_card_types ; card
[all...]
/freebsd-9.3-release/sys/modules/ata/atacard/
H A DMakefile6 SRCS= ata-card.c
/freebsd-9.3-release/sys/dev/pccard/
H A Dpccard_cis_quirks.c266 if ((sc->card.manufacturer == q->manufacturer) &&
267 (sc->card.product == q->product) &&
268 (((sc->card.manufacturer != PCMCIA_VENDOR_INVALID) &&
269 (sc->card.product != PCMCIA_PRODUCT_INVALID)) ||
270 ((sc->card.manufacturer == PCMCIA_VENDOR_INVALID) &&
271 (sc->card.product == PCMCIA_PRODUCT_INVALID) &&
272 sc->card.cis1_info[0] &&
273 (strcmp(sc->card.cis1_info[0], q->cis1_info[0]) == 0) &&
274 sc->card.cis1_info[1] &&
275 (strcmp(sc->card
[all...]
H A Dpccard_cis.c71 struct pccard_card *card; member in struct:cis_state
84 state.card = &sc->card;
85 state.card->error = 0;
86 state.card->cis1_major = -1;
87 state.card->cis1_minor = -1;
88 state.card->cis1_info[0] = NULL;
89 state.card->cis1_info[1] = NULL;
90 state.card->cis1_info[2] = NULL;
91 state.card
480 struct pccard_card *card = &sc->card; local
[all...]
H A Dpccard.c192 if (!STAILQ_EMPTY(&sc->card.pf_head)) {
207 * bail now if the card has no functions, or if there was an error in
211 if (sc->card.error) {
215 if (STAILQ_EMPTY(&sc->card.pf_head)) {
225 STAILQ_FOREACH(pf, &sc->card.pf_head, pf_list) {
239 STAILQ_FOREACH(pf, &sc->card.pf_head, pf_list) {
263 * function of a card and selecting the config to use. In
281 * and let that information persist until we attach the card.
287 * cope with the card. Bidding is for generic drivers, and
337 STAILQ_FOREACH(pf, &sc->card
[all...]
H A Dpccardvarp.h57 * The card will only decode this mask in any case, so we can
93 /* read off the card */
97 uint32_t ccr_base; /* Offset with card's memory */
139 * hold the id value found in card CIS and special value that
168 /* this stuff is for the card */
169 struct pccard_card card; member in struct:pccard_softc
H A Dpccardvar.h68 bus_addr_t cardaddr; /* Absolute address on card */
148 (STAILQ_FIRST(&(sc)->card.pf_head) && \
149 STAILQ_NEXT(STAILQ_FIRST(&(sc)->card.pf_head),pf_list))
/freebsd-9.3-release/usr.sbin/lpr/lpr/
H A Dlpr.c113 static void card(int _c, const char *_p2);
332 card('H', local_host);
333 card('P', lpr_username);
334 card('C', class);
343 card('J', jobname);
344 card('L', lpr_username);
347 card('Z', Zflag);
349 card('I', itoa(indent));
351 card('M', lpr_username);
355 card('
616 card(int c, const char *p2) function
[all...]
/freebsd-9.3-release/sys/boot/arm/at91/libat91/
H A DMakefile9 sd-card.c strcvt.c strlen.c strcmp.c memcpy.c strcpy.c \
/freebsd-9.3-release/sys/dev/drm2/radeon/
H A Datom.c102 struct radeon_device *rdev = ctx->card->dev->dev_private;
111 temp = ctx->card->ioreg_read(ctx->card, CU16(base + 1));
116 (void)ctx->card->ioreg_read(ctx->card, CU16(base + 1));
117 ctx->card->ioreg_write(ctx->card, CU16(base + 1), temp);
190 val = gctx->card->reg_read(gctx->card, idx);
318 val = gctx->card
1247 atom_parse(struct card_info *card, void *bios) argument
[all...]
H A Datom.h128 struct card_info *card; member in struct:atom_context
/freebsd-9.3-release/usr.sbin/dumpcis/
H A Dcardinfo.h84 * empty state if you do not insert a new card and to the inactive state
85 * if you do insert a new card.
93 * Some bridges allow one to query to see if the card was changed while
107 unsigned long card; /* Card memory address */ member in struct:mem_desc
130 #define IODF_CS16 0x04 /* Allow card selection of 16 bit access */
202 #define CARD_DEVICE "/dev/card%d" /* String for snprintf */
/freebsd-9.3-release/sys/dev/patm/
H A Dif_patm_intr.c532 u_int used, card, free; local
545 mbp_count(sc->sbuf_pool, &used, &card, &free);
546 printf("sbufs: %u on card, %u used, %u free\n", card, used, free);
548 mbp_count(sc->vbuf_pool, &used, &card, &free);
549 printf("aal0 bufs: %u on card, %u used, %u free\n", card, used, free);
/freebsd-9.3-release/sys/kern/
H A Dsubr_mbpool.c54 * Each chunk has a used and a card bit in the high bits of its page number.
165 printf("%s: (%s) buf still on card"
292 * Free all buffers that are marked as beeing on the card
321 mbp_count(struct mbpool *p, u_int *used, u_int *card, u_int *free) argument
328 *used = *card = *free = 0;
334 (*card)++;
346 * Get the buffer from a handle and clear the card flag.
359 printf("%s: (%s) chunk %u page %u not on card\n", __func__,
368 * Get the buffer from a handle and keep the card flag.
381 printf("%s: (%s) chunk %u page %u not on card\
[all...]
/freebsd-9.3-release/contrib/wpa/src/utils/
H A Dpcsc_funcs.c39 * P1 = ID of alg in card
94 SCARDHANDLE card; member in struct:scard_data
429 * open connection to the SIM/USIM card and the card is verified to support the
431 * access some of the card functions. Once the connection is not needed
449 wpa_printf(MSG_DEBUG, "SCARD: initializing smart card interface");
459 wpa_printf(MSG_DEBUG, "SCARD: Could not establish smart card "
487 wpa_printf(MSG_WARNING, "SCARD: No smart card readers "
502 SCARD_PROTOCOL_T0, &scard->card, &scard->protocol);
505 wpa_printf(MSG_INFO, "No smart card inserte
[all...]
/freebsd-9.3-release/sys/dev/fatm/
H A Dif_fatm.c192 WRITE4(sc, q->q.card + FATMOC_GETOC3_BUF, 0);
194 WRITE4(sc, q->q.card + FATMOC_OP,
281 WRITE4(sc, q->q.card + FATMOC_GETOC3_BUF, sc->reg_mem.paddr);
283 WRITE4(sc, q->q.card + FATMOC_OP,
456 * Stop the card. Must be called WITH the lock held
566 * the character by us is signalled to the card by setting that register
601 * Write a character to the card. The UART is available if the register
675 * Initialize one card and host queue.
685 el->card = off;
686 off += 8; /* size of card entr
[all...]
/freebsd-9.3-release/sys/dev/si/
H A Dsi.c271 * Attach the device. Initialize the card.
592 printf("si%d: card: %s, ports: %d, modules: %d, type: %d%s\n",
674 int card, port; local
714 card = dp->tc_card;
715 xsc = devclass_get_softc(si_devclass, card); /* check.. */
936 /* XXX: the card TOTALLY shields us from the flow control... */
943 /* ========== send settings to the card ========== */
1118 int x, card, port, n, i, isopen; local
1133 * a SI/XIO/SX card, we may be making more work for ourselves.
1135 for (card
[all...]

Completed in 202 milliseconds

12