| /linux/drivers/net/wireless/intersil/hostap/ |
| A D | hostap_plx.c | 342 u8 *cis; in prism2_plx_check_cis() local 348 if (cis == NULL) in prism2_plx_check_cis() 367 switch (cis[pos]) { in prism2_plx_check_cis() 369 if (cis[pos + 1] < 2) in prism2_plx_check_cis() 385 kfree(cis); in prism2_plx_check_cis() 391 if (cis[pos + 1] < 4) in prism2_plx_check_cis() 393 manfid1 = cis[pos + 2] + (cis[pos + 3] << 8); in prism2_plx_check_cis() 394 manfid2 = cis[pos + 4] + (cis[pos + 5] << 8); in prism2_plx_check_cis() 400 pos += cis[pos + 1] + 2; in prism2_plx_check_cis() 408 kfree(cis); in prism2_plx_check_cis() [all …]
|
| /linux/drivers/pcmcia/ |
| A D | cistpl.c | 309 if (cis->addr == addr && cis->len == len && cis->attr == attr) { in read_cis_cache() 321 if (cis) { in read_cis_cache() 322 cis->addr = addr; in read_cis_cache() 323 cis->len = len; in read_cis_cache() 324 cis->attr = attr; in read_cis_cache() 341 if (cis->addr == addr && cis->len == len && cis->attr == attr) { in remove_cis_cache() 343 kfree(cis); in remove_cis_cache() 363 list_del(&cis->node); in destroy_cis_cache() 364 kfree(cis); in destroy_cis_cache() 387 int len = cis->len; in verify_cis_cache() [all …]
|
| /linux/drivers/mmc/core/ |
| A D | sdio_cis.c | 98 card->cis.vendor = vendor; in cistpl_manfid() 99 card->cis.device = device; in cistpl_manfid() 163 card->cis.blksize = buf[1] | (buf[2] << 8); in cistpl_funce_common() 166 card->cis.max_dtr = speed_val[(buf[3] >> 3) & 15] * in cistpl_funce_common() 417 func->vendor = func->card->cis.vendor; in sdio_read_func_cis() 418 func->device = func->card->cis.device; in sdio_read_func_cis()
|
| A D | sdio.c | 30 MMC_DEV_ATTR(vendor, "0x%04x\n", card->cis.vendor); 31 MMC_DEV_ATTR(device, "0x%04x\n", card->cis.device); 125 func->vendor = func->card->cis.vendor; in sdio_init_func() 126 func->device = func->card->cis.device; in sdio_init_func() 127 func->max_blksize = func->card->cis.blksize; in sdio_init_func() 440 max_dtr = card->cis.max_dtr; in mmc_sdio_get_max_clock() 777 mmc_set_clock(host, card->cis.max_dtr); in mmc_sdio_init_card() 814 if (card->cis.vendor == oldcard->cis.vendor && in mmc_sdio_init_card() 815 card->cis.device == oldcard->cis.device) { in mmc_sdio_init_card()
|
| A D | quirks.h | 162 (f->cis_vendor == card->cis.vendor || in mmc_fixup_device() 164 (f->cis_device == card->cis.device || in mmc_fixup_device()
|
| A D | bus.c | 99 card->cis.vendor, card->cis.device); in mmc_bus_uevent()
|
| A D | sd.c | 727 MMC_DEV_ATTR(vendor, "0x%04x\n", card->cis.vendor); 728 MMC_DEV_ATTR(device, "0x%04x\n", card->cis.device);
|
| /linux/drivers/ata/ |
| A D | pata_pdc202xx_old.c | 30 u16 cis; in pdc2026x_cable_detect() local 32 pci_read_config_word(pdev, 0x50, &cis); in pdc2026x_cable_detect() 33 if (cis & (1 << (10 + ap->port_no))) in pdc2026x_cable_detect()
|
| /linux/drivers/media/pci/pluto2/ |
| A D | pluto2.c | 553 u8 __iomem *cis; in pluto_read_serial() local 555 cis = pci_iomap(pdev, 1, 0); in pluto_read_serial() 556 if (!cis) in pluto_read_serial() 562 u32 val = readl(&cis[i]); in pluto_read_serial() 572 pci_iounmap(pdev, cis); in pluto_read_serial()
|
| /linux/Documentation/devicetree/bindings/media/ |
| A D | samsung-s5c73m3.txt | 21 - vddio-cis-supply : CIS I/O power supply (1.2V to 1.8V); 74 vddio-cis-supply = <&ldo9_reg>;
|
| /linux/include/linux/mmc/ |
| A D | card.h | 321 struct sdio_cis cis; /* common tuple info */ member
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| A D | sdio.h | 258 char cis[512]; /* 0x400-0x5ff, rev6 */ member
|
| /linux/Documentation/ |
| A D | dontdiff | 7 *.cis
|
| /linux/drivers/mmc/host/ |
| A D | omap_hsmmc.c | 1527 card->cis.vendor = 0x104c; in omap_hsmmc_init_card() 1528 card->cis.device = 0x9066; in omap_hsmmc_init_card() 1529 card->cis.blksize = 512; in omap_hsmmc_init_card() 1530 card->cis.max_dtr = 24000000; in omap_hsmmc_init_card()
|
| A D | vub300.c | 1361 "vub_%04X%04X", card->cis.vendor, card->cis.device); in download_offload_pseudocode()
|
| /linux/include/net/bluetooth/ |
| A D | hci.h | 1976 struct hci_cis_params cis[]; member 1994 struct hci_cis cis[]; member
|
| /linux/drivers/usb/storage/ |
| A D | ene_ub6250.c | 387 struct ms_bootblock_cis cis; member 389 } cis; member
|
| /linux/drivers/net/wireless/rsi/ |
| A D | rsi_91x_sdio.c | 307 clock = card->cis.max_dtr; in rsi_reset_card()
|
| /linux/arch/arm/boot/dts/ |
| A D | exynos4412-midas.dtsi | 555 vddio-cis-supply = <&ldo9_reg>;
|
| /linux/ |
| A D | CREDITS | 191 E: balasub@cis.ohio-state.edu 462 E: boyd@cis.ohio-state.edu
|