Searched refs:dp_offset (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/gpio/ |
D | gpio-rtd.c | 53 u8 *dp_offset; member 104 .dp_offset = (u8 []){ 0x10, 0x28, 0x3c }, 121 .dp_offset = (u8 []){ 0x10, 0x28, 0x3c }, 138 .dp_offset = (u8 []){ 0x10, 0x28 }, 154 .dp_offset = (u8 []){ 0x40, 0x44, 0x48, 0x4c }, 170 .dp_offset = (u8 []){ 0x10, 0x28 }, 200 return data->info->dp_offset[offset / 32]; in rtd_gpio_dp_offset()
|
/linux-6.12.1/drivers/tty/serial/ |
D | cpm_uart.c | 875 unsigned long dp_offset; in cpm_uart_allocbuf() local 882 dp_offset = cpm_muram_alloc(dpmemsz, 8); in cpm_uart_allocbuf() 883 if (IS_ERR_VALUE(dp_offset)) { in cpm_uart_allocbuf() 888 dp_mem = cpm_muram_addr(dp_offset); in cpm_uart_allocbuf() 906 cpm_muram_free(dp_offset); in cpm_uart_allocbuf() 911 pinfo->dp_addr = dp_offset; in cpm_uart_allocbuf()
|