HomeSort by: relevance | last modified time | path
    Searched refs:writes (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm_trace.h 78 __field(uint32_t, writes)
86 __entry->writes = write_count;
94 TP_printk("%s:%d reads=%08ld (%08ld total), writes=%08ld (%08ld total)",
99 (unsigned long)__entry->writes)
  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar2133.c 60 int writes)
63 freqIndex, writes);
69 * ASSUMES: Writes enabled to analog bus
176 int writes; local in function:ar2133SetRfRegs
211 writes = ath_hal_ini_bank_write(ah, &AH5416(ah)->ah_ini_bank0,
213 writes = ath_hal_ini_bank_write(ah, &AH5416(ah)->ah_ini_bank1,
214 priv->Bank1Data, writes);
215 writes = ath_hal_ini_bank_write(ah, &AH5416(ah)->ah_ini_bank2,
216 priv->Bank2Data, writes);
217 writes = ath_hal_ini_bank_write(ah, &AH5416(ah)->ah_ini_bank3
    [all...]
ar9280.c 47 int writes)
50 freqIndex, writes);
56 * ASSUMES: Writes enabled to analog bus
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
intel-ixp42x-ixdp425.dts 28 /* Enable writes on the expansion bus */
intel-ixp43x-kixrp435.dts 24 /* Enable writes on the expansion bus */
intel-ixp42x-netgear-wg302v2.dts 46 /* Configure expansion bus to allow writes */
intel-ixp42x-adi-coyote.dts 47 /* Configure expansion bus to allow writes */
intel-ixp42x-freecom-fsg-3.dts 89 /* Enable writes on the expansion bus */
intel-ixp42x-ixdpg425.dts 52 /* Configure expansion bus to allow writes */
intel-ixp42x-linksys-wrv54g.dts 87 /* Enable writes on the expansion bus */
intel-ixp42x-gateworks-gw2348.dts 71 /* Enable writes on the expansion bus */
intel-ixp43x-gateworks-gw2358.dts 84 /* Enable writes on the expansion bus */
qcom-apq8060-dragonboard.dts 585 * LAN9221 Ethernet controller reads and writes
  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5111.c 64 int writes)
66 HAL_INI_WRITE_ARRAY(ah, ar5212Modes_5111, modesIndex, writes);
67 HAL_INI_WRITE_ARRAY(ah, ar5212Common_5111, 1, writes);
68 HAL_INI_WRITE_ARRAY(ah, ar5212BB_RfGain_5111, freqIndex, writes);
74 * ASSUMES: Writes enabled to analog bus
ar2317.c 70 int writes)
72 HAL_INI_WRITE_ARRAY(ah, ar5212Modes_2317, modesIndex, writes);
73 HAL_INI_WRITE_ARRAY(ah, ar5212Common_2317, 1, writes);
74 HAL_INI_WRITE_ARRAY(ah, ar5212BB_RfGain_2317, freqIndex, writes);
80 * ASSUMES: Writes enabled to analog bus
ar2413.c 65 int writes)
67 HAL_INI_WRITE_ARRAY(ah, ar5212Modes_2413, modesIndex, writes);
68 HAL_INI_WRITE_ARRAY(ah, ar5212Common_2413, 1, writes);
69 HAL_INI_WRITE_ARRAY(ah, ar5212BB_RfGain_2413, freqIndex, writes);
75 * ASSUMES: Writes enabled to analog bus
ar2425.c 53 int writes)
55 HAL_INI_WRITE_ARRAY(ah, ar5212Modes_2425, modesIndex, writes);
56 HAL_INI_WRITE_ARRAY(ah, ar5212Common_2425, 1, writes);
57 HAL_INI_WRITE_ARRAY(ah, ar5212BB_RfGain_2425, freqIndex, writes);
82 * ASSUMES: Writes enabled to analog bus
ar5112.c 65 int writes)
67 HAL_INI_WRITE_ARRAY(ah, ar5212Modes_5112, modesIndex, writes);
68 HAL_INI_WRITE_ARRAY(ah, ar5212Common_5112, 1, writes);
69 HAL_INI_WRITE_ARRAY(ah, ar5212BB_RfGain_5112, freqIndex, writes);
75 * ASSUMES: Writes enabled to analog bus
ar5413.c 65 int writes)
67 HAL_INI_WRITE_ARRAY(ah, ar5212Modes_5413, modesIndex, writes);
68 HAL_INI_WRITE_ARRAY(ah, ar5212Common_5413, 1, writes);
69 HAL_INI_WRITE_ARRAY(ah, ar5212BB_RfGain_5413, freqIndex, writes);
75 * ASSUMES: Writes enabled to analog bus
ar5212_reset.c 65 HAL_BOOL bChannelChange, int writes)
80 DMA_YIELD(writes);
83 return writes;
178 * it requires doubling writes to the RESET_TSF
260 /* Setup the indices for the next set of register array writes */
1145 (void) OS_REG_READ(ah, AR_RXDP);/* flush any pending MMR writes */
  /src/sys/external/isc/atheros_hal/dist/ar5312/
ar5312_reset.c 51 HAL_BOOL bChannelChange, int writes)
66 DMA_YIELD(writes);
69 return writes;
147 * it requires the doubling writes to the RESET_TSF
219 /* Setup the indices for the next set of register array writes */
  /src/sys/arch/sparc/stand/common/
srt0.S 122 srl %o1, 2, %o1 ! we do 4 byte writes now
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/allwinner/
sun50i-h5.dtsi 143 * block. Reads all return zero, and writes are
  /src/usr.bin/make/unit-tests/
cond-token-var.mk 6 # A variable has a name and a value. To access the value, one writes an
  /src/distrib/utils/embedded/
mkimage 156 # http://rich-tbp.blogspot.com/2013/03/netbsd-on-rpi-minimizing-disk-writes.html
197 -m Optimize the OS installation to mimimize disk writes for SSDs

Completed in 22 milliseconds

1 2