Searched refs:csz (Results 1 - 12 of 12) sorted by relevance

/drivers/net/wireless/ath/ath5k/
H A Dpci.c53 static void ath5k_pci_read_cachesize(struct ath_common *common, int *csz) argument
59 *csz = (int)u8tmp;
67 if (*csz == 0)
68 *csz = L1_CACHE_BYTES >> 2; /* Use the default size */
163 u8 csz; local
202 pci_read_config_byte(pdev, PCI_CACHE_LINE_SIZE, &csz);
203 if (csz == 0) {
211 csz = L1_CACHE_BYTES >> 2;
212 pci_write_config_byte(pdev, PCI_CACHE_LINE_SIZE, csz);
H A Dahb.c30 static void ath5k_ahb_read_cachesize(struct ath_common *common, int *csz) argument
32 *csz = L1_CACHE_BYTES >> 2;
H A Dath5k.h1458 void (*read_cachesize)(struct ath_common *common, int *csz);
1687 static inline void ath5k_read_cachesize(struct ath_common *common, int *csz) argument
1689 common->bus_ops->read_cachesize(common, csz);
H A Dbase.c2422 int csz; local
2480 ath5k_read_cachesize(common, &csz);
2481 common->cachelsz = csz << 2; /* convert to bytes */
/drivers/net/wireless/ath/ath9k/
H A Dpci.c43 static void ath_pci_read_cachesize(struct ath_common *common, int *csz) argument
49 *csz = (int)u8tmp;
57 if (*csz == 0)
58 *csz = DEFAULT_CACHELINE >> 2; /* Use the default size */
164 u8 csz; local
189 pci_read_config_byte(pdev, PCI_CACHE_LINE_SIZE, &csz);
190 if (csz == 0) {
198 csz = L1_CACHE_BYTES / sizeof(u32);
199 pci_write_config_byte(pdev, PCI_CACHE_LINE_SIZE, csz);
H A Dahb.c42 static void ath_ahb_read_cachesize(struct ath_common *common, int *csz) argument
44 *csz = L1_CACHE_BYTES >> 2;
H A Dhtc_drv_init.c454 static void ath_usb_read_cachesize(struct ath_common *common, int *csz) argument
456 *csz = L1_CACHE_BYTES >> 2;
610 int i, ret = 0, csz = 0; local
655 ath_read_cachesize(common, &csz);
656 common->cachelsz = csz << 2; /* convert to bytes */
H A Dhtc.h510 static inline void ath_read_cachesize(struct ath_common *common, int *csz) argument
512 common->bus_ops->read_cachesize(common, csz);
H A Dath9k.h689 static inline void ath_read_cachesize(struct ath_common *common, int *csz) argument
691 common->bus_ops->read_cachesize(common, csz);
H A Dinit.c508 int csz = 0; local
563 ath_read_cachesize(common, &csz);
564 common->cachelsz = csz << 2; /* convert to bytes */
H A Dhw.h885 void (*read_cachesize)(struct ath_common *common, int *csz);
/drivers/usb/host/
H A Dxhci-dbg.c463 int csz = HCC_64BYTE_CONTEXT(xhci->hcc_params); local
489 if (csz)
501 int csz = HCC_64BYTE_CONTEXT(xhci->hcc_params); local
535 if (csz)
549 int csz = HCC_64BYTE_CONTEXT(xhci->hcc_params); local
569 if (csz)

Completed in 176 milliseconds