Searched defs:csz (Results 1 - 10 of 10) sorted by relevance

/drivers/net/wireless/ath/ath9k/
H A Dahb.c50 static void ath_ahb_read_cachesize(struct ath_common *common, int *csz) argument
52 *csz = L1_CACHE_BYTES >> 2;
H A Dpci.c666 static void ath_pci_read_cachesize(struct ath_common *common, int *csz) argument
672 *csz = (int)u8tmp;
680 if (*csz == 0)
681 *csz = DEFAULT_CACHELINE >> 2; /* Use the default size */
787 u8 csz; local
811 pci_read_config_byte(pdev, PCI_CACHE_LINE_SIZE, &csz);
812 if (csz == 0) {
820 csz = L1_CACHE_BYTES / sizeof(u32);
821 pci_write_config_byte(pdev, PCI_CACHE_LINE_SIZE, csz);
H A Dhtc_drv_init.c370 static void ath_usb_read_cachesize(struct ath_common *common, int *csz) argument
372 *csz = L1_CACHE_BYTES >> 2;
460 int i, ret = 0, csz = 0; local
507 ath_read_cachesize(common, &csz);
508 common->cachelsz = csz << 2; /* convert to bytes */
H A Dinit.c498 int csz = 0; local
582 ath_read_cachesize(common, &csz);
583 common->cachelsz = csz << 2; /* convert to bytes */
H A Dhtc.h527 static inline void ath_read_cachesize(struct ath_common *common, int *csz) argument
529 common->bus_ops->read_cachesize(common, csz);
H A Dath9k.h1063 static inline void ath_read_cachesize(struct ath_common *common, int *csz) argument
1065 common->bus_ops->read_cachesize(common, csz);
/drivers/net/wireless/ath/ath5k/
H A Dpci.c56 static void ath5k_pci_read_cachesize(struct ath_common *common, int *csz) argument
62 *csz = (int)u8tmp;
70 if (*csz == 0)
71 *csz = L1_CACHE_BYTES >> 2; /* Use the default size */
166 u8 csz; local
205 pci_read_config_byte(pdev, PCI_CACHE_LINE_SIZE, &csz);
206 if (csz == 0) {
214 csz = L1_CACHE_BYTES >> 2;
215 pci_write_config_byte(pdev, PCI_CACHE_LINE_SIZE, csz);
H A Dbase.c2519 int csz; local
2583 ath5k_read_cachesize(common, &csz);
2584 common->cachelsz = csz << 2; /* convert to bytes */
H A Dath5k.h1463 void (*read_cachesize)(struct ath_common *common, int *csz);
1665 static inline void ath5k_read_cachesize(struct ath_common *common, int *csz) argument
1667 common->bus_ops->read_cachesize(common, 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
538 if (csz)
551 int csz = HCC_64BYTE_CONTEXT(xhci->hcc_params); local
576 if (csz)

Completed in 694 milliseconds