/linux-4.1.27/drivers/net/wireless/ath/ath5k/ |
H A D | pci.c | 56 static void ath5k_pci_read_cachesize(struct ath_common *common, int *csz) ath5k_pci_read_cachesize() argument 62 *csz = (int)u8tmp; ath5k_pci_read_cachesize() 70 if (*csz == 0) ath5k_pci_read_cachesize() 71 *csz = L1_CACHE_BYTES >> 2; /* Use the default size */ ath5k_pci_read_cachesize() 166 u8 csz; ath5k_pci_probe() local 205 pci_read_config_byte(pdev, PCI_CACHE_LINE_SIZE, &csz); ath5k_pci_probe() 206 if (csz == 0) { ath5k_pci_probe() 214 csz = L1_CACHE_BYTES >> 2; ath5k_pci_probe() 215 pci_write_config_byte(pdev, PCI_CACHE_LINE_SIZE, csz); ath5k_pci_probe()
|
H A D | ahb.c | 30 static void ath5k_ahb_read_cachesize(struct ath_common *common, int *csz) ath5k_ahb_read_cachesize() argument 32 *csz = L1_CACHE_BYTES >> 2; ath5k_ahb_read_cachesize()
|
H A D | ath5k.h | 1464 void (*read_cachesize)(struct ath_common *common, int *csz); 1694 static inline void ath5k_read_cachesize(struct ath_common *common, int *csz) ath5k_read_cachesize() argument 1696 common->bus_ops->read_cachesize(common, csz); ath5k_read_cachesize()
|
H A D | base.c | 2536 int csz; ath5k_init_ah() local 2600 ath5k_read_cachesize(common, &csz); ath5k_init_ah() 2601 common->cachelsz = csz << 2; /* convert to bytes */ ath5k_init_ah()
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
H A D | pci.c | 769 static void ath_pci_read_cachesize(struct ath_common *common, int *csz) ath_pci_read_cachesize() argument 775 *csz = (int)u8tmp; ath_pci_read_cachesize() 783 if (*csz == 0) ath_pci_read_cachesize() 784 *csz = DEFAULT_CACHELINE >> 2; /* Use the default size */ ath_pci_read_cachesize() 890 u8 csz; ath_pci_probe() local 914 pci_read_config_byte(pdev, PCI_CACHE_LINE_SIZE, &csz); ath_pci_probe() 915 if (csz == 0) { ath_pci_probe() 923 csz = L1_CACHE_BYTES / sizeof(u32); ath_pci_probe() 924 pci_write_config_byte(pdev, PCI_CACHE_LINE_SIZE, csz); ath_pci_probe()
|
H A D | ahb.c | 54 static void ath_ahb_read_cachesize(struct ath_common *common, int *csz) ath_ahb_read_cachesize() argument 56 *csz = L1_CACHE_BYTES >> 2; ath_ahb_read_cachesize()
|
H A D | htc_drv_init.c | 512 static void ath_usb_read_cachesize(struct ath_common *common, int *csz) ath_usb_read_cachesize() argument 514 *csz = L1_CACHE_BYTES >> 2; ath_usb_read_cachesize() 610 int i, ret = 0, csz = 0; ath9k_init_priv() local 660 ath_read_cachesize(common, &csz); ath9k_init_priv() 661 common->cachelsz = csz << 2; /* convert to bytes */ ath9k_init_priv()
|
H A D | htc.h | 536 static inline void ath_read_cachesize(struct ath_common *common, int *csz) ath_read_cachesize() argument 538 common->bus_ops->read_cachesize(common, csz); ath_read_cachesize()
|
H A D | init.c | 544 int csz = 0; ath9k_init_softc() local 641 ath_read_cachesize(common, &csz); ath9k_init_softc() 642 common->cachelsz = csz << 2; /* convert to bytes */ ath9k_init_softc()
|
H A D | ath9k.h | 1066 static inline void ath_read_cachesize(struct ath_common *common, int *csz) ath_read_cachesize() argument 1068 common->bus_ops->read_cachesize(common, csz); ath_read_cachesize()
|
H A D | hw.h | 982 void (*read_cachesize)(struct ath_common *common, int *csz);
|
/linux-4.1.27/drivers/usb/host/ |
H A D | xhci-dbg.c | 463 int csz = HCC_64BYTE_CONTEXT(xhci->hcc_params); xhci_dbg_slot_ctx() local 489 if (csz) xhci_dbg_slot_ctx() 501 int csz = HCC_64BYTE_CONTEXT(xhci->hcc_params); xhci_dbg_ep_ctx() local 538 if (csz) xhci_dbg_ep_ctx() 551 int csz = HCC_64BYTE_CONTEXT(xhci->hcc_params); xhci_dbg_ctx() local 576 if (csz) xhci_dbg_ctx()
|
/linux-4.1.27/arch/xtensa/variants/dc232b/include/variant/ |
H A D | tie.h | 88 * #define REG(kind,tie,name,galn,aln,asz,csz,dbnum,base,rnum,bsz,rst,x...) \
|
/linux-4.1.27/arch/xtensa/variants/dc233c/include/variant/ |
H A D | tie.h | 107 * #define REG(kind,tie,name,galn,aln,asz,csz,dbnum,base,rnum,bsz,rst,x...) \
|