Searched refs:writes (Results 1 - 15 of 15) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar2133.c56 int writes)
59 freqIndex, writes);
263 int writes; local
306 writes = ath_hal_ini_bank_write(ah, &AH5416(ah)->ah_ini_bank0,
308 writes = ath_hal_ini_bank_write(ah, &AH5416(ah)->ah_ini_bank1,
309 priv->Bank1Data, writes);
310 writes = ath_hal_ini_bank_write(ah, &AH5416(ah)->ah_ini_bank2,
311 priv->Bank2Data, writes);
312 writes = ath_hal_ini_bank_write(ah, &AH5416(ah)->ah_ini_bank3,
313 priv->Bank3Data, writes);
55 ar2133WriteRegs(struct ath_hal *ah, u_int modesIndex, u_int freqIndex, int writes) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dcache.h92 unsigned long writes; member in struct:CACHE_HEADER
H A Dcache.c324 cache->writes++;
504 cache->writes = 0;
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5111.c66 int writes)
68 HAL_INI_WRITE_ARRAY(ah, ar5212Modes_5111, modesIndex, writes);
69 HAL_INI_WRITE_ARRAY(ah, ar5212Common_5111, 1, writes);
70 HAL_INI_WRITE_ARRAY(ah, ar5212BB_RfGain_5111, freqIndex, writes);
65 ar5111WriteRegs(struct ath_hal *ah, u_int modesIndex, u_int freqIndex, int writes) argument
H A Dar5413.c67 int writes)
69 HAL_INI_WRITE_ARRAY(ah, ar5212Modes_5413, modesIndex, writes);
70 HAL_INI_WRITE_ARRAY(ah, ar5212Common_5413, 1, writes);
71 HAL_INI_WRITE_ARRAY(ah, ar5212BB_RfGain_5413, freqIndex, writes);
66 ar5413WriteRegs(struct ath_hal *ah, u_int modesIndex, u_int freqIndex, int writes) argument
H A Dar5112.c67 int writes)
69 HAL_INI_WRITE_ARRAY(ah, ar5212Modes_5112, modesIndex, writes);
70 HAL_INI_WRITE_ARRAY(ah, ar5212Common_5112, 1, writes);
71 HAL_INI_WRITE_ARRAY(ah, ar5212BB_RfGain_5112, freqIndex, writes);
66 ar5112WriteRegs(struct ath_hal *ah, u_int modesIndex, u_int freqIndex, int writes) argument
H A Dar2317.c71 int writes)
73 HAL_INI_WRITE_ARRAY(ah, ar5212Modes_2317, modesIndex, writes);
74 HAL_INI_WRITE_ARRAY(ah, ar5212Common_2317, 1, writes);
75 HAL_INI_WRITE_ARRAY(ah, ar5212BB_RfGain_2317, freqIndex, writes);
70 ar2317WriteRegs(struct ath_hal *ah, u_int modesIndex, u_int freqIndex, int writes) argument
H A Dar2413.c67 int writes)
69 HAL_INI_WRITE_ARRAY(ah, ar5212Modes_2413, modesIndex, writes);
70 HAL_INI_WRITE_ARRAY(ah, ar5212Common_2413, 1, writes);
71 HAL_INI_WRITE_ARRAY(ah, ar5212BB_RfGain_2413, freqIndex, writes);
66 ar2413WriteRegs(struct ath_hal *ah, u_int modesIndex, u_int freqIndex, int writes) argument
H A Dar2425.c55 int writes)
57 HAL_INI_WRITE_ARRAY(ah, ar5212Modes_2425, modesIndex, writes);
58 HAL_INI_WRITE_ARRAY(ah, ar5212Common_2425, 1, writes);
59 HAL_INI_WRITE_ARRAY(ah, ar5212BB_RfGain_2425, freqIndex, writes);
54 ar2425WriteRegs(struct ath_hal *ah, u_int modesIndex, u_int freqIndex, int writes) argument
H A Dar5212_reset.c75 HAL_BOOL bChannelChange, int writes)
90 DMA_YIELD(writes);
93 return writes;
181 * it requires doubling writes to the RESET_TSF
267 /* Setup the indices for the next set of register array writes */
1231 /* need some delay before flush any pending MMR writes */
1267 /* need some delay before flush any pending MMR writes */
1273 (void) OS_REG_READ(ah, AR_RXDP);/* flush any pending MMR writes */
74 write_common(struct ath_hal *ah, const HAL_INI_ARRAY *ia, HAL_BOOL bChannelChange, int writes) argument
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar9002/
H A Dar9280.c49 int writes)
52 freqIndex, writes);
48 ar9280WriteRegs(struct ath_hal *ah, u_int modesIndex, u_int freqIndex, int writes) argument
H A Dar9287.c49 int writes)
52 freqIndex, writes);
48 ar9287WriteRegs(struct ath_hal *ah, u_int modesIndex, u_int freqIndex, int writes) argument
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5312/
H A Dar5312_reset.c59 HAL_BOOL bChannelChange, int writes)
74 DMA_YIELD(writes);
77 return writes;
144 * it requires the doubling writes to the RESET_TSF
216 /* Setup the indices for the next set of register array writes */
58 write_common(struct ath_hal *ah, const HAL_INI_ARRAY *ia, HAL_BOOL bChannelChange, int writes) argument
/haiku/src/add-ons/kernel/drivers/network/ether/etherpci/
H A Detherpci.c35 #define PCI_IO 0x0040 /* pci reads and writes */
122 volatile int writes; /* writes */ member in struct:etherpci_private
511 if (data->wints + data->werrs != data->writes) {
513 data->wints, data->werrs, data->writes);
1558 * Force pending reads and writes to terminate
1593 data->writes = 0;
1665 if (data->writes > 0)
1678 data->writes++;
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex556 Code that writes resources should strictly stick to the specification

Completed in 188 milliseconds