Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\logic_pio.c Create Date:2022-07-28 06:16:32
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:logic_pio_to_hwaddr - translate logical PIO to HW address*@pio: logical PIO value* Returns HW address if valid, ~0 otherwise.* Translate the input logical PIO to the corresponding hardware address.

Proto:resource_size_t logic_pio_to_hwaddr(unsigned long pio)

Type:resource_size_t

Parameter:

TypeParameterName
unsigned longpio
174  range = Return a registered range given an input PIO token
175  If range Then Return hw_start + pio - io_start
178  Return ~0