Home
last modified time | relevance | path

Searched refs:csz (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireless/ath/ath9k/
H A Dpci.c780 static void ath_pci_read_cachesize(struct ath_common *common, int *csz) in ath_pci_read_cachesize() argument
786 *csz = (int)u8tmp; in ath_pci_read_cachesize()
794 if (*csz == 0) in ath_pci_read_cachesize()
795 *csz = DEFAULT_CACHELINE >> 2; /* Use the default size */ in ath_pci_read_cachesize()
888 u8 csz; in ath_pci_probe() local
907 pci_read_config_byte(pdev, PCI_CACHE_LINE_SIZE, &csz); in ath_pci_probe()
908 if (csz == 0) { in ath_pci_probe()
916 csz = L1_CACHE_BYTES / sizeof(u32); in ath_pci_probe()
917 pci_write_config_byte(pdev, PCI_CACHE_LINE_SIZE, csz); in ath_pci_probe()
H A Dahb.c37 static void ath_ahb_read_cachesize(struct ath_common *common, int *csz) in ath_ahb_read_cachesize() argument
39 *csz = L1_CACHE_BYTES >> 2; in ath_ahb_read_cachesize()
H A Dhtc.h543 static inline void ath_read_cachesize(struct ath_common *common, int *csz) in ath_read_cachesize() argument
545 common->bus_ops->read_cachesize(common, csz); in ath_read_cachesize()
/linux/drivers/net/wireless/ath/ath5k/
H A Dath5k.h1461 void (*read_cachesize)(struct ath_common *common, int *csz);
1691 static inline void ath5k_read_cachesize(struct ath_common *common, int *csz) in ath5k_read_cachesize() argument
1693 common->bus_ops->read_cachesize(common, csz); in ath5k_read_cachesize()