Home
last modified time | relevance | path

Searched refs:p_off (Results 1 – 4 of 4) sorted by relevance

/drivers/pinctrl/realtek/
A Dpinctrl-rtd.c290 u32 pulsel_off, pulen_off, smt_off, curr_off, pow_off, reg_off, p_off, n_off; in rtd_pconf_parse_conf() local
419 p_off = sconfig_desc->pdrive_offset; in rtd_pconf_parse_conf()
420 if (p_off >= 32) { in rtd_pconf_parse_conf()
422 p_off -= 32; in rtd_pconf_parse_conf()
424 mask = GENMASK(p_off + sconfig_desc->pdrive_maskbits - 1, p_off); in rtd_pconf_parse_conf()
425 val = set_val << p_off; in rtd_pconf_parse_conf()
/drivers/mmc/host/
A Dtifm_sd.c171 unsigned int p_off, p_cnt; in tifm_sd_transfer_data() local
195 p_off = offset_in_page(off); in tifm_sd_transfer_data()
196 p_cnt = PAGE_SIZE - p_off; in tifm_sd_transfer_data()
201 tifm_sd_read_fifo(host, pg, p_off, p_cnt); in tifm_sd_transfer_data()
203 tifm_sd_write_fifo(host, pg, p_off, p_cnt); in tifm_sd_transfer_data()
228 unsigned int p_off, p_cnt; in tifm_sd_bounce_block() local
244 p_off = offset_in_page(off); in tifm_sd_bounce_block()
245 p_cnt = PAGE_SIZE - p_off; in tifm_sd_bounce_block()
252 pg, p_off, p_cnt); in tifm_sd_bounce_block()
254 tifm_sd_copy_page(pg, p_off, sg_page(&host->bounce_buf), in tifm_sd_bounce_block()
/drivers/memstick/host/
A Dtifm_ms.c201 unsigned int p_off; in tifm_ms_transfer_data() local
206 p_off = offset_in_page(off); in tifm_ms_transfer_data()
207 p_cnt = PAGE_SIZE - p_off; in tifm_ms_transfer_data()
211 buf = kmap_atomic(pg) + p_off; in tifm_ms_transfer_data()
222 kunmap_atomic(buf - p_off); in tifm_ms_transfer_data()
A Djmb38x_ms.c317 unsigned int p_off; in jmb38x_ms_transfer_data() local
322 p_off = offset_in_page(off); in jmb38x_ms_transfer_data()
323 p_cnt = PAGE_SIZE - p_off; in jmb38x_ms_transfer_data()
327 buf = kmap_atomic(pg) + p_off; in jmb38x_ms_transfer_data()
343 kunmap_atomic(buf - p_off); in jmb38x_ms_transfer_data()

Completed in 17 milliseconds