diff options
| -rw-r--r-- | README.md | 48 | 
1 files changed, 24 insertions, 24 deletions
@@ -22,9 +22,9 @@ Mode: read-write  Write this register to set the fan PWM duty. -	| Bits | 15 - 8   | 7 - 0    | -	| ---- | -------- | -------- | -	| Use  | reserved | duty_val | +| Bits | 15 - 8   | 7 - 0     | +| ---- | -------- | --------- | +| Use  | reserved | duty\_val |  The value for `duty_val` can be determined as: @@ -38,9 +38,9 @@ Mode: read-only  Read this register to determine the fan tachometer reading (FIXME units TBD). -	| Bits | 15 - 0   | -	| ---- | -------- | -	| Use  | reserved | +| Bits | 15 - 0   | +| ---- | -------- | +| Use  | reserved |  ### `cds9k-led` @@ -70,9 +70,9 @@ Mode: read-write  Write this register to set the LED PWM duty. The PWM duty can be calculated as: -	| Bits | 15 - 8   | 7 - 0    | -	| ---- | -------- | -------- | -	| Use  | reserved | duty_val | +| Bits | 15 - 8   | 7 - 0     | +| ---- | -------- | --------- | +| Use  | reserved | duty\_val |  The value for `duty_val` can be determined as: @@ -94,9 +94,9 @@ In this way, the LED can be blinked on and off with 50% duty at a programmable  frequency. When the LED should be enabled during each cycle, it is driven at  the PWM brightness programmed in the `LED_PWM_DUTY` register. -	| Bits | 15 - 8   | 7 - 0      | -	| ---- | -------- | ---------- | -	| Use  | reserved | period_val | +| Bits | 15 - 8   | 7 - 0       | +| ---- | -------- | ----------- | +| Use  | reserved | period\_val |  ### `cds9k-gpio` @@ -109,17 +109,17 @@ between input/hi-z and output.  Mode: read-write -	| Bits | 15 - 0 | -	| ---- | ------ | -	| Use  | port   | +| Bits | 15 - 0 | +| ---- | ------ | +| Use  | port   |  #### Register: 0x1: DIRECTION  Mode: read-write -	| Bits | 15 - 0         | -	| ---- | -------------- | -	| Use  | direction_mask | +| Bits | 15 - 0          | +| ---- | --------------- | +| Use  | direction\_mask |  ### `cds9k-reset` @@ -133,9 +133,9 @@ Mode: read-write  Write as 0xDEAD to assert the reset, and write as 0x0000 to deassert the reset. -	| Bits | 15 - 0      | -	| ---- | ----------- | -	| Use  | reset_magic | +| Bits | 15 - 0       | +| ---- | ------------ | +| Use  | reset\_magic |  #### Register: 0x1: RESERVED @@ -143,9 +143,9 @@ Mode: read-only  Write as 0xDEAD to assert the reset, and write as 0x0000 to deassert the reset. -	| Bits | 15 - 0   | -	| ---- | -------- | -	| Use  | reserved | +| Bits | 15 - 0   | +| ---- | -------- | +| Use  | reserved |  ## Misc drivers  | 
