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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/ath/ath9k/
H A Dpci.c36 static void ath_pci_read_cachesize(struct ath_common *common, int *csz) argument
42 *csz = (int)u8tmp;
50 if (*csz == 0)
51 *csz = DEFAULT_CACHELINE >> 2; /* Use the default size */
104 u8 csz; local
130 pci_read_config_byte(pdev, PCI_CACHE_LINE_SIZE, &csz);
131 if (csz == 0) {
139 csz = L1_CACHE_BYTES / sizeof(u32);
140 pci_write_config_byte(pdev, PCI_CACHE_LINE_SIZE, csz);
H A Dahb.c25 static void ath_ahb_read_cachesize(struct ath_common *common, int *csz) argument
27 *csz = L1_CACHE_BYTES >> 2;
H A Dhtc_drv_init.c427 static void ath_usb_read_cachesize(struct ath_common *common, int *csz) argument
429 *csz = L1_CACHE_BYTES >> 2;
614 int ret = 0, csz = 0; local
651 ath_read_cachesize(common, &csz);
652 common->cachelsz = csz << 2; /* convert to bytes */
H A Dhtc.h399 static inline void ath_read_cachesize(struct ath_common *common, int *csz) argument
401 common->bus_ops->read_cachesize(common, csz);
H A Dath9k.h628 static inline void ath_read_cachesize(struct ath_common *common, int *csz) argument
630 common->bus_ops->read_cachesize(common, csz);
H A Dinit.c554 int csz = 0; local
584 ath_read_cachesize(common, &csz);
585 common->cachelsz = csz << 2; /* convert to bytes */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dpci.c36 static void ath_pci_read_cachesize(struct ath_common *common, int *csz) argument
42 *csz = (int)u8tmp;
50 if (*csz == 0)
51 *csz = DEFAULT_CACHELINE >> 2; /* Use the default size */
104 u8 csz; local
130 pci_read_config_byte(pdev, PCI_CACHE_LINE_SIZE, &csz);
131 if (csz == 0) {
139 csz = L1_CACHE_BYTES / sizeof(u32);
140 pci_write_config_byte(pdev, PCI_CACHE_LINE_SIZE, csz);
H A Dahb.c25 static void ath_ahb_read_cachesize(struct ath_common *common, int *csz) argument
27 *csz = L1_CACHE_BYTES >> 2;
H A Dhtc_drv_init.c427 static void ath_usb_read_cachesize(struct ath_common *common, int *csz) argument
429 *csz = L1_CACHE_BYTES >> 2;
614 int ret = 0, csz = 0; local
651 ath_read_cachesize(common, &csz);
652 common->cachelsz = csz << 2; /* convert to bytes */
H A Dhtc.h399 static inline void ath_read_cachesize(struct ath_common *common, int *csz) argument
401 common->bus_ops->read_cachesize(common, csz);
H A Dath9k.h628 static inline void ath_read_cachesize(struct ath_common *common, int *csz) argument
630 common->bus_ops->read_cachesize(common, csz);
H A Dinit.c554 int csz = 0; local
584 ath_read_cachesize(common, &csz);
585 common->cachelsz = csz << 2; /* convert to bytes */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/ath/
H A Dath.h95 void (*read_cachesize)(struct ath_common *common, int *csz);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/ath/
H A Dath.h95 void (*read_cachesize)(struct ath_common *common, int *csz);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/host/
H A Dxhci-dbg.c438 int csz = HCC_64BYTE_CONTEXT(xhci->hcc_params); local
464 if (csz)
476 int csz = HCC_64BYTE_CONTEXT(xhci->hcc_params); local
510 if (csz)
524 int csz = HCC_64BYTE_CONTEXT(xhci->hcc_params); local
544 if (csz)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/host/
H A Dxhci-dbg.c438 int csz = HCC_64BYTE_CONTEXT(xhci->hcc_params); local
464 if (csz)
476 int csz = HCC_64BYTE_CONTEXT(xhci->hcc_params); local
510 if (csz)
524 int csz = HCC_64BYTE_CONTEXT(xhci->hcc_params); local
544 if (csz)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/ath/ath5k/
H A Dbase.c478 u8 csz; local
516 pci_read_config_byte(pdev, PCI_CACHE_LINE_SIZE, &csz);
517 if (csz == 0) {
525 csz = L1_CACHE_BYTES >> 2;
526 pci_write_config_byte(pdev, PCI_CACHE_LINE_SIZE, csz);
628 common->cachelsz = csz << 2; /* convert to bytes */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/ath/ath5k/
H A Dbase.c478 u8 csz; local
516 pci_read_config_byte(pdev, PCI_CACHE_LINE_SIZE, &csz);
517 if (csz == 0) {
525 csz = L1_CACHE_BYTES >> 2;
526 pci_write_config_byte(pdev, PCI_CACHE_LINE_SIZE, csz);
628 common->cachelsz = csz << 2; /* convert to bytes */

Completed in 236 milliseconds